/* CSS for New Car Price */

.small-form {
	width:300px;
	padding:0;
	margin:0;
	border:1px solid #cad8f3;
	text-align:left;
}

/* CSS for New Car Price Ends */

.small-form .common-form {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 0;
	padding: 0;
	font-weight:normal;
	line-height: normal;
}

.small-form .common-form form {
	margin:0;
	padding: 0;
}

.small-form .common-form fieldset {
	border: 0px solid #eeeeee;
	margin: 4px 5px 0;
	padding: 0 5px 5px 5px;
}
.small-form .common-form fieldset legend{
	font-size: 10px;
	color: #f89e24;
	font-weight:bold;
	margin-left: -5px;
	text-transform:uppercase;
}
.small-form .common-form .title1{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin:0;
	color:#666;
	padding:5px 3px 3px 0;
}
.small-form .common-form .mandatory-star{
	font-size: 10px !important;
	color: Red;
	font-weight: normal;
}
.small-form .common-form .optional{
	font-size: 10px;
	color: #11A301;
}

.small-form .common-form .form-table{
	padding: 0;
	margin: 3px 0;
}
.small-form .common-form .form-table td{
	padding: 3px 0 3px 4px;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #d5dee4;
}

.small-form .common-form td.noborder1{
	border-bottom:0px solid #000000;
}

.small-form .common-form select, input{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c3d0e0;
	color:#666666;
}
.small-form .common-form select, input{
	background-color:#eef2f6;
}
.small-form .common-form input{
	padding-left: 2px;
}
.small-form .common-form textarea{
	width: 98%;
	background-color: #F9F8F8;
	padding: 2px;
}
.small-form .common-form .tinytextarea{
	padding: 0px !important;
}
.small-form .common-form .checkbox, .radio{
	background-color: #FFFFFF;
	border: none;
	margin-right: 5px;
}

/* ACTION BUTTON -----------------------------------------------------------------------------*/

.buttonclass {
	padding-bottom:2px;
	padding-top:1px;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	border:1px solid #e9af2e;
}
.buttonclass {
	background-image: url(../images/submit_button2.gif);
	background-repeat:repeat-x;
}