@charset "utf-8";

/* CSS Document */





/*  form  */

.quick_form input[type="text"], .quick_form textarea{

	border:1px solid #c4c4c4;







	font-family:arial;

	margin-bottom:5px;

	font-size:13px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding:6px 10px;

}


.quick_form input[type="text"], .quick_form textarea{



	width:358px;

	margin-bottom:5px;

}



.gradation_gray_white{

	background: rgb(209,209,209); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	



}

input[type="submit"], input[type="button"]{



	background: rgb(97,97,97); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(97,97,97,1) 0%, rgba(192,192,192,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,97,97,1)), color-stop(100%,rgba(192,192,192,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(192,192,192,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(192,192,192,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(192,192,192,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(97,97,97,1) 0%,rgba(192,192,192,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */





	border:0px;

	padding:5px 20px;

	padding-top:6px;

	text-transform:uppercase;

	color:#fff;

	font-size:12px;

	font-family:tahoma;

	margin-top:5px;



}










form input[type="text"], textarea{

	border:1px solid #c4c4c4;

	width:300px;

	padding:5px 3px;

	

	font-family:tahoma;

	

	

	

	-webkit-border-radius:2px;

	-moz-border-radius:2px;

	border-radius:2px;

}



select{

	border:1px solid #c4c4c4;

	padding:3px 3px;

	

	font-family:tahoma;

	

	

	

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

}

	

input{

	vertical-align:middle;

}	



.gradation_gray_white{

	background: rgb(209,209,209); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(255,255,255,1) 99%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	



}

input[type="submit"],input[type="reset"],input[type="button"]{



	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */





	border:0px;
	padding:5px 20px;
	padding-top:6px;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-family:tahoma;
	margin-top:5px;
	border:1px solid #6d0019!important;
	cursor:pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

  



}
.btn_red{
	border:0px;
	padding:5px 20px;
	padding-top:6px;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-family:tahoma;
	margin-top:5px;
	border:1px solid #1C4D73!important;
	cursor:pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */


	padding:8px 15px;


	text-decoration:none;
	color:#FFF!important;
	font-size:12px;
	font-family:arial;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;


}


.valig_top{

	vertical-align:top!important;

}

input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active{

	background:#1C4D73;

}



input[type="radio"]{

	margin:10px 2px;

}



form .must{



	float:left;

	padding:10px 5px;

	position:absolute;

	color:#FF3300;

}



form table td{

	vertical-align:middle;

	border-bottom:1px solid #CCCCCC;

	font-size:12px;

	padding:5px!important;

}



form table{

	border-top:0px dashed #CCCCCC;

}



form h3{

	

	padding:5px;

	

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	

	border:0px solid #CFCFCF;

	background:#A2A2A2;

	color:#FFFFFF;

	

}



.form_btn_bar{



	

	

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	

	border:0px solid #CFCFCF;

	background:#A2A2A2;

	

}

.form_btn_bar td{

	border:0;

	padding:0;

	

}



form .label{

	vertical-align:middle;

	font-size:14px;

	width:30%;

	text-align:right;

}



form fieldset{

	border:1px solid #CFCFCF;



	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	padding:0px;	

}



form fieldset legend{

	background:#CFCFCF;

	padding:5px 20px;

	font-family:TelefonicaTextRegular;

	color:#333333;

	

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;		

	display:none;

}



#contact_form div.instruction {

font-size: 11px;

color: #999;

height: 18px;

margin: 0px 0;

font-family:tahoma;

}

#contact_form div {

display: block;

white-space: nowrap;

border: 0px solid #000;

}



.title_blue_small,.intro{

	font-family:tahoma;



	color:#C3472A;

	padding-top:3px;

	padding-bottom:0px;

	border:0px solid #F00;

}

/* end form */

