@charset "utf-8";
/* DT Tech Webform */

label{ margin-right: 10px; font-weight:bold; }

.contact_text{
	border: 1px solid #CDCDCD;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 2px 2px;
}

.contact_phone{
	border: 1px solid #CDCDCD;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 2px -2px;
}

.contact_email{
	border: 1px solid #CDCDCD;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 2px 3px;
}

.contact_drop{
	margin-top: 0;
	border:1px solid #CDCDCD;	
	padding:2px;
	vertical-align: top;
	margin-left:5px;
}

.contact_valign{
	vertical-align: middle;
}

.contact_input{
	margin: 5px;
	color: #666666;
}

.contact_align{
	margin-left: 0px;
}

.contact_smallleft{
	margin-left:75px;
	margin-right: 30px;
	font-size: 10px;
}

.hosting_smallleft{
	margin-left:100px;
	margin-right: 30px;
	font-size: 10px;
}

.contact_smallright{
	padding-left: 9em;
	font-size: 10px;
}


.contact_error{
	font-size: 10px;
	color: red;
	margin: 0 0 0 75px;
}

.contact_errorsmallleft{
	margin: 0 0 0 10px;
	font-size: 10px;
	color: red;
}

.contact_entry{
	border:pink 1px solid;
}



.button1send{
	float: right;
	font-size: 10px;
	padding: 2px 10px 3px 2px;
	text-align: center;
	background: url(../buttons/button1.png) no-repeat;
	width: 88px;
	height: 30px;
	color:#545454;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.button1send:hover{
	color: #347ffa;
}

.button1reset{
	float: right;
	font-size: 10px;
	padding: 2px 10px 3px 3px;
	margin-right: 5px;
	text-align: center;
	background: url(../buttons/button1.png) no-repeat;
	width: 88px;
	height: 30px;
	color:#545454;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.button1reset:hover{
	color: #347ffa;	
}
