/* #################################################################################### */
/* 																																											*/
/* Corona Technologies Ltd.	[www.corona-technologies.co.uk]															*/
/* 																																											*/
/* You may adapt elements of this CSS in your own projects, but the	unique combination	*/
/* of images, colors, sizes, typography, and positioning ("the design") is 							*/
/* copyright 2007 Corona Technologies Ltd and may not be reproduced. 			 							*/ 
/* #################################################################################### */

form {
	margin:0px;
}
input:focus, select:focus, textarea:focus {
 background-color:#e9f1ff;
} 
.button {
	border:solid 1px #666;
	padding:2px 5px;
	text-decoration:none;
	text-align:center;
	background:#eedd88;
	background-image:none !important;
	font:normal 9pt arial,helvetica,sans-serif !important;
	color:#666 !important;
}
.button:hover, .button:focus {
	background-color:#cc0000 !important;
	color:#fff !important;
}
.subpanel .button {
	background:#F4E27E;
	width:185px !important;
	margin:5px 0px 5px 5px;
	padding:2px 0px;	
}
.register .button {
	float:left;
}
.subpanel .button:hover {
	text-decoration:none !important;
}
.contactform {
	margin:0px 0px 0px 10px;
	width:525px;
}
.contactform td {
	color:#cc0000;
}
.formcomments {
	font:normal 8pt verdana,helvetica,sans-serif !important;
	color:#999 !important;
	margin:5px 10px 10px 10px !important;
}
.formcomments span {
	color:#cc0000
}
