﻿/*  -----------------  Admin Nav --------------------------------*/

#adminnav
{
	width:960px;
	background-color:#FFFFFF;
	margin:10px 0px 10px 0px;
	line-height:24px;
	min-height:24px;
}
#adminnav a
{
	float:left;
	margin:0px 30px 0px 10px;
	font-size:14px;
	
	color:#000000;
	display:block;
}
#adminnav.after
{
	clear:both;
	width:0px;
	height:0px;
	display:none;
}

/*  -----------------  Form Processing --------------------------------*/
.entryform
{
	width: 500px;
}

.entryform .row, .entryform .rowfile
{
	width: 700px;
	margin:0px 0px 10px 10px;
}

.entryform .row label, .entryform .rowfile label
{
	width: 150px;
	float: left;
	text-align:right;
	margin-right:10px;
}

.entryform .row table
{
	width:390px;
}

.entryform .row td input
{
	float: left;
	width:25px;
}
.entryform .row td label
{
	float: left;
	width:auto;
	text-align:left;
}

.entryform .row span
{
	width: 20px;
	float: left;
}

.entryform .row input[type='text'], .entryform .row input[type='password'], .entryform, .entryform .row select
{
	width: 300px;
	float: left;
}

.entryform .rowfile input[type='text'], .entryform .rowfile input[type='file']
{
	width: 150px;
	margin-right:5px;
	float: left;
}

.entryform .submit
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.entryform .row textarea
{
	width: 440px;
	height: 120px;
	float: left;
}

.entryform .row:after, .entryform .rowfile:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.field {
	border:1px solid #720e2a;
	font-size:11px;
	color:#663300;
	background-color: #fff7e8;
	padding: 5px;
}