#content-box {
	padding:5px;
	color:#333;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-color:#FFF;
/*	border-bottom: #6699FF solid 2px;
	border-top:#6699FF solid 2px;*/
}
#content-left {	
	width:330px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	text-align:left;
	padding-top:20px;
}
#content-right {
	width:390px;
	float:right;
	padding-top:20px;
}
form {
	display:inline;
}
.label {
	text-align:left;
	float:left;
	width:80px;
}
.alert{
	font-weight:bold;
	color:#F17700;
}
fieldset {
	color:#333;
	width:330px;
	float:left;	
	text-align:center;
	border:0;
	margin:0;
	padding:30px;
	
}

.textinput, .select, .textarea {
	padding:1px;
	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: #3399FF;
	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;
}
.h3 {
text-align:left;}
