@charset "utf-8";
/* CSS Document */

div.ContactFormItems input[type="text"]{
	width:178px !important;
	}
div.ContactFormItems input[type="submit"]{
	width:185px !important;
	}
div.ContactFormItems textarea, input[type="text"], input[type="password"]{
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-ms-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s
	}
div.ContactFormItems textarea:focus, input[type="text"]:focus, input[type="password"]:focus{
	border-color:#E9322D;
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px #F8B9B7,0 0 8px #F8B9B7;
	-moz-box-shadow:inset 0 1px 1px #F8B9B7,0 0 8px #F8B9B7;
	box-shadow:inset 0 1px 1px #F8B9B7,0 0 8px #F8B9B7;
	}
div.ContactFormItems input[type="submit"]{	
	background: #fc8b00; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc8b00 0%, #bd6800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8b00), color-stop(100%,#bd6800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc8b00 0%,#bd6800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc8b00 0%,#bd6800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc8b00 0%,#bd6800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fc8b00 0%,#bd6800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b00', endColorstr='#bd6800',GradientType=0 ); /* IE6-9 */	
	font-family:Arial,sans-serif!important;
	border-radius:4px!important;
	background-color:#fc8b00!important;
	background-image:0!important;
	box-shadow:inset 0 1px #ffad00!important;
	-webkit-box-shadow:inset 0 1px #ffad00!important;
	-moz-box-shadow:inset 0 1px #ffad00!important;
	color:#fff!important;
	border:2px solid #7e4500!important;
	text-shadow:none!important;
	font-size:16px!important;
	font-weight:bold!important;
	line-height:24px!important;
	border-color:#fc8b00 #fc8b00 #b06100;
	padding:4px 12px!important;
	}
	
div.ContactFormItems input[type="submit"]:hover {
	background-color:#ff9800!important;
	background-image:0!important;
	box-shadow:inset 0 1px #fb0,0px 1px 8px rgba(0,0,0,0.3)!important;
	-webkit-box-shadow:inset 0 1px #fb0,0px 1px 8px rgba(0,0,0,0.3)!important;
	-moz-box-shadow:inset 0 1px #fb0,0px 1px 8px rgba(0,0,0,0.3)!important;
	color:#fff!important;
	border:2px solid #975300!important;
}

div.ContactFormItems input[type="submit"]:active ,div.ContactFormItems input[type="submit"]:active:hover {
	background-color:#bd6800!important;
	background-image:0!important;
	box-shadow:inset 0 1px 10px rgba(0,0,0,0.5)!important;
	-webkit-box-shadow:inset 0 1px 10px rgba(0,0,0,0.5)!important;
	-moz-box-shadow:inset 0 1px 10px rgba(0,0,0,0.5)!important;
	color:#f4f4f4!important;
}