/* Contact CSS 
----------------------------------------------- */
div.titleblue {
    background: url(../_gfx/ArrowRightRed.gif) no-repeat left;
    padding-left: 15px;
    font: bold 11px Verdana, Arial;
    color: #1f2d6a;
}
#contact { width: 100%; display: table; }
#contact div.grey { clear: left; background: #f8f7f7; display: table-row; height: 30px; }
#contact div.white { clear: left; background: #fff; display: table-row; height: 30px; }
#contact div.text {
	float: left;
	width: 135px;
	display: table-cell;
	margin-top: 5px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
* html #contact div.text {
    width: 135px;
}
#contact div.input {
    float: left;
    width: 250px;
    display: table-cell;
    margin-top: 5px;
}
#contact div.inputext {
	float: left;
	width: 250px;
	display: table-cell;
	margin-top: 0px;
	font-size: 11px;
	color: #666666;
}
#contact div.asterisk {
	float: left;
	width: 38px;
	text-align: center;
	display: table-cell;
	margin-top: 5px;

}
#contact div.input input, #contact div.input select {
    width: 250px;
    height: 19px;
    border: solid 1px #c1c1c1;
    font: normal 11px Verdana, Arial;
    color: #4d4d4d;
}
#contact div.input textarea {
    width: 250px;
    height: 100px;
    border: solid 1px #c1c1c1;
    font: normal 11px Verdana, Arial;
    color: #4d4d4d;
}
div.greymsg {
    background: #f1f1f1;
    border-top: solid 4px #fff;
    border-bottom: solid 1px #fff;
    padding: 5px;
}
#buttons {
	background: url(../_gfx/bg_button_blue.gif) no-repeat;
	width: 114px;
	height: 19px;
	font: bold 11px Verdana, Arial !important;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	margin-top: 14px;
	margin-left: 247px;
	border: none;
}

span.bblue {
    font: bold 11px Verdana, Arial;
    color:#1f2d6a;
}
