
#car-value-full {
width:725px;
float:left;
}

#car-value-full form {
width:725px;
}
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
#car-value-full input, #car-value-full select, #car-value-full textarea { 
	background: url(../graphics/from-bg.png) repeat-x #ffffff;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	border:1px solid #7f9db9;
	padding:2px;
	margin-bottom:6px;
	float:left;
/*	width:180px;*/
}

/** You can use this style for your LABEL elements **/
#car-value-full label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000000;
	margin-bottom:6px;
	display:block;
	width:105px;
	float:left;
	clear:left;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
#car-value-full input:hover {
	border: 1px solid #000;
	/** remember to change image path **/
	/*background: url(none) no-repeat #FFFFFF;*/
	color: #454743;
}

#car-value-full fieldset {
padding:3px;
border:1px solid #7f9db9;
padding-left:10px;
width:345px;
float:left;
margin-right:4px;

height:265px;
}

#car-value-full fieldset legend {
padding:5px;
font-weight:bolder;
margin-left:6px;

}

.norightmargin {
margin-right:0px !important;
margin-right:0px;
}


#extra-details {
width:220px;
height:100px;
}
.buttons {
width:130px;
height:25px;
margin-top:3px;
float:left;
margin-left:594px;
}

