@charset "UTF-8";
/* CSS Document */


/* CONTACT FORM */

.inputform{
	
}
.input_buttons{
	position:relative;
	right:60px;
}
.inputform div label{
	float:left;
	width:200px;	
}
.inputform div label{
	float:left;
	width:165px;
	margin-left:60px;
}
.inputform div select{
	padding-bottom:3px;
	height:25px;
	width:308px;
}

.inputform div option{
	padding:5px;	
}

.highlight{
	background-color:#efefef;
	border:solid 1px #c1c1c1;
	width:300px;
	height:20px;
	padding:3px 3px 0px 3px;
	font-size:12px;
}
.flat_focus{
	background-color:#e0e0e0;
}

textarea.highlight{
	height:100px;
}

hr{
	width:477px;
	border:none;
	border-top:solid 1px #dedede;
}

.button{
	background-color:#007ac2;
	padding:2px;
	color:#FFF;
	border:1px solid #006dae;
}

.button:hover{
	background-color:#0096F0;
	cursor:pointer;
}

.disabled{
	background-color:#7AC8F7;
	border:1px solid #7AC8F7;
}
.disabled:hover{
	background-color:#7AC8F7;
	cursor:auto !important;
}

#shiftright{
	float:left;
}

.grey{
	color:#8f8f8f !important;
}
.hidden{
	display:none;	
}