/*
	main style development
	////////////////////////////////////////////////////////
	website 	: 	www.xhtml.gr
	date 		: 	2009-09-05 		
	author 		: 	xhtml.gr
	company		: 	Cleverclick
	url			:	http://www.xhtml.gr
*/

fieldset {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:2em 0 0 0;
	width:100px;
	padding:0;
	border:0;
}
legend {
	margin:0;
	font-size:1.6em;
}
input {
	border: 0;
	color:#000;
	display:inline;
	margin:2px 0;
	padding:6px;
	width:280px;
	background:#aea996;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.contact {
	width:180px;
}
textarea {
	border: 0;
	color:#000;
	display:block;
	margin:0;
	padding:2px;
	width:280px;
	height:60px;
	background:#aea996;
	font-family:"MS Trebuchet", arial, verdana;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

label {
	display:block;
	margin:0;
	font-size:1.2em;
	padding:0;
	width:280px;
	color:#000;
}	

#randomImage {
	margin:0;
	padding:0;
	float:left;
}
#securitycode {
	display:inline;
	float:left;
	width:50px;
	height:13px;
	margin:0 0 0 1px;
}

#submit {
	font-size:1.6em;
	height:26px;
	clear:both;
	width:50px;
	border:0;
	text-align:left;
	background:none;
}