 /**
 * Sivustin Verkkoherra- Admin - templates
 * login.css
 * @author              Verkkoherra Mikko Oikarinen
 */
/* global white space reset */
* { margin: 0;padding: 0;}
/* helper div to clear divs */
div.clear {clear: both;height: 0px;overflow: hidden; }

.err {
	float: left;
	border: 2px dotted #000;
	padding: 5px;
	margin: 10px 0;
	color: #000;
	font-weight: bold;
	background: #FA9204;
}
body {
	background: #D0D0D0 url( img/grey_slide_bg.jpg ) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #40464f;
}
a {
	color: #008CFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h2 {
	font-size: 120%;
	color: #666;
	padding: 3px 0;
}
#header {
	margin: 0 auto;
	height: 62px;
	width: 700px;
}
#header .logo {
	float: left;
	height: 62px;
}

#header .head-addr {
	float: left;
	height: 62px;
	padding: 10px;
}

#body_wrapper {
	width: 450px;
	min-height: 100px;
	margin: 60px auto;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 6px;
 	-moz-border-radius: 6px;
}
.status {
	width: 400px;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	color: #f10;
}
form {
	float: left;
	width: 100%;
	margin: 10px 0;
}
label, input {
	margin: 5px 0;
	float: left; width: 150px;
}
.button {
	padding: 4px;
	width: auto;
}
#content_wrapper {
	float: left;
	width: 100%;
	padding: 10px;
	border: none;
}

#footer_wrapper {
	float: left;
	width: 100%;
	font-size: 80%;
	text-align: center;
	margin: 10px 0;
}

#footer_wrapper ul {
	list-style-type: none;
}

#footer_wrapper ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer_wrapper a {
	color: #40464F;
}
#footer_wrapper a:hover {
	color: #f10;
}

.frmRegister {
	float: left;
	width: 430px;
	font-size: 12px;
}

.frmRegister fieldset {
	border: none;
	border-top: 1px solid #ccc;
	padding: 10px 0;

}
.frmRegister legend {
	font-weight: bold;
}
.frmRegister label {
	float: left;
	width: 150px;
	margin-bottom: 7px;
}
.frmRegister label.cbox {
	width: 250px;
}
.frmRegister .formfield {
	float: left;
	width: 278px;
	margin-bottom: 7px;
	
}
.frmRegister .error {
	font-weight: bold;
	color: #f10;
}
.frmRegister .c-box {
	float: left;
	width: 10px;
	padding-top: 5px;
	margin-right: 10px;
}
form.frmRegister .col3 {
	float: left;
	width:  80px;
}
form.frmRegister .wrap {
	float: left;
	width: 200px;
	padding-top: 0px;
}
.frmRegister .c-boxx {
	float: left;
	width: 10px;
	margin-right: 10px;
}
.frmRegister .pad {
	float: left;
	padding-top: 5px;
}
.lighter {
	font-size: 11px;
	color: #666;
}
