﻿/************************************ Contains all styles for forms *******************************************/ 

form#aspnetForm
{
	float: left;
	clear: left;
	margin: 0px;
	width: 590px;
	display: inline;
	background:transparent url(../images/inner-content-bg.png) repeat-y scroll left top;
	padding-left:10px;
}

form#aspnetForm fieldset
{
	float: left;
	margin-top: 15px;
}

form#aspnetForm div
{
}

form#aspnetForm div.submit
{
	margin: 15px 25px 0 180px;	
}

form#aspnetForm div.submit input
{
	background:transparent url(../images/search-btn.png) no-repeat scroll 0 0;
    border:medium none;
    color:#383838;
    cursor:pointer;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    height:24px;
    padding:2px 0 3px 0;
    text-align:center;
    width:84px;
}

form#aspnetForm div.submit input:hover
{
	background:url(../../assets/images/search-hover-btn.png) no-repeat;
}

div.fieldset
{
	width: 350px;	
}

fieldset {
	padding: 0;
}

fieldset div.item
{
	float: left;
	clear : left;
	width: 420px;	
	min-height: 30px;
}

fieldset div.item span
{
	float : left;
	width : 220px;
}
fieldset div.item span.fieldError
{
	float : left;
	width : 220px;
	color: #f00;
	padding-bottom: 10px;
}
fieldset div.vehicledetails
{
	float: left;
	width: 590px;	
	min-height: 30px;
}
fieldset div.vehicledetails span
{
	float : left;
	width: auto;
}

fieldset div.item span.advice
{
	margin-left : 180px;
}

fieldset legend
{
	margin-bottom: 15px;
	float: left;
	font-size: 11px;
	font-weight : bold;
}

fieldset div.item label
{
	float: left;
	position : relative;
	width: 180px;
}

fieldset div.item input
{
	float: left;
	height: 15px;
	width: 220px;
}
fieldset div.item input.jcalendar
{
	width : 200px;
}

fieldset div.item select
{
	float: left;	
}

fieldset div.item label img
{ 
	position : absolute;
	top : 3px;
	right : 5px;
}

textarea
{
	width: 220px;	
	float: left;
}

img.ui-datepicker-trigger 
{
	float: right;
	cursor: pointer;
}

div.error
{
	clear: left;
	float: left;
	margin-top: 15px;
}
div.error h2 
{
    color: #f00;
    margin-bottom: 10px;
}

div.error ul
{
	padding: 0 15px 15px 15px;
	float: left;
	list-style: disc inside; 
}

div.error ul li
{	
}

div.error p
{
	padding : 0px;
}