#content-box {
	padding:10px;
	color:#333;
	width:720px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-color:#FFF;
	border-bottom:#999999 solid 2px;
	border-top:#999999 solid 2px;
}
#content-left {	
	width:310px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	float:left;
	text-align:left;
	padding-top:20px;
}
form {
	display:inline;
}
.label {
	text-align:left;
	float:left;
	width:100px;
}
.alert{
	font-weight:bold;
	color:#F17700;
}
fieldset {
	color:#333;
	width:350px;
	float:left;	
	text-align:center;
	border:0;
	margin:0;
	padding:30px;
	
}

.textinput, .select, .textarea {
	float:center;
	background-color:#fff;
	border:1px solid #333;
	color: #000;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}

.radiobutton, .checkbox {
	float:left;
	width:18px;
}
#button {
	border:1px solid #333;
	background-color:#FF6600;
	font-weight:bold;
	font-size:14px;
	height:26px;
	width:70px;
	color:#fff;
	cursor:hand;
}
#button a:hover {
	border:1px solid #666;
	background-color:#333;
	font-weight:bold;
	color:#000;
	cursor:hand;
	}


div.clearer {
	clear:both;
	height:5px;
}

/* contact form ends */

.error {
 	color: #FF0000;
}
.imgdespre {
float:right;
padding:5px;
padding-top:0px;}
form input:focus {
border: 1px solid #333333;
}
