/* style-contact.css */


.error
{
	font-weight:bold;
	color:red;
}

textarea:focus, input:focus {
	border: 2px solid #900;
}


.extlabel
{
	color:white;
	width: 150px;
	margin-right: 10px;
	text-align: left;
	vertical-align: top;
	float: left;
	margin-left: 10px;
	cursor: pointer;
    cursor: hand;
}

.inputbox
{
	/*argin-bottom:5px;*/
}

.txtfield
{
	width:250px;
}

.txtbx
{
	width:250px;
	height:80px;
}
