/********************************************************************************************/
/* gw24_3col_leftNav.css media:screen                                                       */
/* Use with template index.html                                                             */
/********************************************************************************************/

/********************************************************************************************/
/* Components                                                                               */
/********************************************************************************************/

form{
	margin-bottom: 1em;
	clear: both;
}

form div.field{
	clear:left;
	padding-top:.6em;
}

form div.submit {
	clear:left;
	padding-top:.6em;
	padding-left: 160px;
}

form div.field label {
	display:block;
	float:left;
	width:160px;
	font-weight: bold;
	margin-bottom: .2em;
	font-size: 100%;
}

form div.wide label {
	float:none;
	width:auto;
}
form .field-content {
	margin-left: 160px;
	position: relative;
}
form div.checkbox .errormsg,
form div.checkbox .helptext {
	padding-left: 24px;
}
form div.checkbox .field-content label {
	float: none;
	width: auto;
	display: inline;
	vertical-align: text-bottom;
}
form div.wide .field-content {
	margin-left: 0;
}

form textarea,
form input,
form select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #CCC;
}

form div.field input,
form div.field select
{
	width: 300px;
	padding: 1px;
}
form div.field textarea {
	display: block;
	clear: both;
	width: 100%;
}

form div.field input[type="checkbox"],
form div.field input[type="radio"] {
	border: none;
}

form div.field input[type="checkbox"],
form div.field input[type="radio"],
form div.field input[type="submit"] {
	width: auto;
}
form .errors input,
form .errors textarea,
form .errors select {
	border-color:rgb(204, 0, 0);
	background-color: rgb(255, 204, 204);
}

form .errormsg {
	background:rgb(204, 0, 0);
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: .9em;
	display: block;
	width: 296px;
}

form .helptext {
	font-size: .8em;
}

form .wide .errormsg,
form .wide .helptext {
	width: auto;
	margin-left: auto;
}

