.form{}
h1{
	font-size:16px;
	margin:20px 0;
}
div.detalle p{
	margin-bottom:10px;
}
div.label{
	width:150px;
}
div.border{
	border-top:1px solid #CCC;
	margin-top:20px;
}
.step{
	border:1px solid #CCC;
	display:none;
	margin-top:20px;
	padding:15px;
}
.step-title{
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	padding-bottom:5px;
}
.step-title h2{
	float:left;
}
p.descripcion{
	float:right;
}
div.button2{
	float:right;
}

.step2 .content .group{
	float:left;
	width:220px;
}
.step2 .content .group span{
	font-weight:bold;
}

.step2 #precio_usado{
	color:#2673AD;
	font-size:18px;
	font-weight:bold;
}

.ui-slider {
	height:10px;
	margin-top:-3px;
}
div.vslider .ui-widget-header{
	background-color:#999;
}

.form_column {
	width:34%;
}

.step input {
	border:1px solid #D9D9D9;
	border-top-color:#E6E6E6;
	border-bottom-color:#BFBFBF;
	background-color:#F5F5F5;
	color:#808080;
	padding:5px;
	font-family:Arial;
	font-size:12px;
}
.step input.error{
	border:1px solid #BFDAEA;
	border-top-color:#D4E5F0;
	border-bottom-color:#99C3DC;
	background-color:#EDF5F7;
}
