@charset "utf-8";

/* CSS Document */

.contactform label, .contactform input, .contactform select, .contactform textarea, .login label, .login input, .login select {
	/*display: block;*/
	float: left;
	font-weight: normal;
	margin: 0.5em;
}

.contactform label, .login label {
	text-align: right;
	margin-right: 0.3em;
	width: 7em;
}

fieldset {
	/*width: 720px;*/
	text-align: left;
	border: 1px solid #ccc;
	font-weight: bold;
	margin: 0.5em;
	padding: 0.5em;
}

.contactform fieldset, .login fieldset { width: 710px; }

input[type=text], input[type=password], select, textarea { border: 2px solid #ccc; }

.contactform textarea {
	width: 35em;
	height: 5em;
}

input[type=submit], input[type=reset], input[type=button] { border: 2px solid #ccc; }

/*input[type=submit]:hover, input[type=reset]:hover { }*/
input[type=radio]:hover, input[type=radio]:focus, input[type=checkbox]:hover, input[type=checkbox]:focus  {
	border: none;
	background: none;
}

.contactform span.captcha { font-weight: normal; }

form br { clear: left; }

div.login th { text-align: right; }

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border: 2px solid #000;
	background-color: #ccc;
}

/***** Login ****/

.login input[type=submit] { margin-left: 10em; }

.login input[type=text], .login input[type=password] { width: 10em; }

/************** Application Form *******************/

.appform label, .appform th {
	font-weight: normal;
	text-align: left;
}

form.appform fieldset { background-color: #EEE; }

.appform fieldset legend { font-weight: bold; }

.appform fieldset fieldset legend { font-weight: normal; }

.appform p { font-weight: normal; }

.formleftbox, .formrightbox { width: 40% }

fieldset .formleftbox { float: left; }

.formrightbox { float: right; }

.appform textarea { width: 500px; }

.appform fieldset { font-weight: normal; }

.error {
    border: 2px solid red;
}
