/* Specific style for form elements*/
.contactboxform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.contactboxform tr {
	height:20px;
}
.contactboxform select {
	width: 217px;
	height: 18px;
	border: 1px solid #D8D8D8;
	font-weight: bold;
	
}
.contactboxform input, textarea {
	width: 215px;
	border: 1px solid #D8D8D8;
	overflow:auto;
}
.contactboxform input {
	height: 16px;
	font-size: 11px;
}
.contactboxform textarea {
	height: 125px;
}

.contactboxform .btn_med {
	background-image: url(../images/button2.gif);
	background-repeat: repeat-x;
	cursor:pointer;
	/*cursor:hand; hand does not work in FF*/
	border: 1px solid #D8D8D8;
	height:20px;
	width:106px;
}

.contactboxform .lbl_strong 
{
	color:#777777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
