@charset "utf-8";
/* Form CSS */

label, label div, label p {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	/*display:block;*/
	margin:0px 0px 10px 0;

}


.fs label, .fs label div, .fs label p {
	display:block;
	margin:12px 0 5px 0	
}


label input, label select, label textarea {
	display:block;
	
}
label.radio {
	color:#333333;
	display:inline;
	font-size:11px;
	font-weight:normal;
}
label.checkbox {
	display:inline;
	color:#333;
	font-size:11px;
	font-weight:normal;
}
label.sub {
	font-size:11px;
	color:#333;
	margin-top:0px
}

label small {
	font-weight:normal;
}

label.checkbox input {
	display:inline;
	margin:0 5px 0 0;
	padding:0px 0 0 0px;
	display:block;
	float:left
}
label.pass-strength {
	color:#333333;
	padding:7px 0;
}
input, select, textarea {
	font-size: 12px;
	background: #fff;
	color: #666;
	padding: 2px 3px;
	margin:5px 0 2px 0;
}
input[type=button], input[type=submit], input.button {
	font-weight: bold;
	padding: 1px 3px;
}
em.required {
	font-weight: bold;
	width:44px;
	background: url(../images/icons/required.gif) no-repeat 0 0px;
	height:12px;
}
em.required span {
	visibility:hidden;
	line-height:11px;
}
#searchform #s {
	padding: 2px;
	width: 200px;
}
#message {
	background-color: #000;
	border: 1px solid #fe0000;
	margin: 5px 0 20px 0;
	padding: 10px;
	text-align: center;
}
#message p {
	margin:0;
}
.availability {
	border-collapse:collapse
}
.availability td, .availability th {
	text-align:center;
	border:1px solid #ccc;
	font-weight:normal;
	font-size:11px;
	padding:7px 3px;
	background-color:#f2f2f2;
}
.availability thead td {
	background-color:#fff;
	border:none
}
.availability thead th {
	background-color:#333;
	color:#fff
}
.availability tbody th {
	background-color:#666;
	color:#fff;
}
table.form td {
	vertical-align:top;
}
.ipb { width:170px;}

.ipbsmaller { width:150px;}
.ipbbig { width:90%;}

.login-form {
	float:left !important;
	margin:31px 0 0 0px;
	width:380px;
}
.login-form .caption {
	background: url(../images/icons/lock.gif) no-repeat 0 0%;
	padding-left:20px;
	padding-right:7px;
	line-height:23px;
	font-size:12px;
	font-weight:bold;
	color:#fff; float:left
}

.login-form input {
	margin:0;

}


.login-form .ipb {
	width:100px;
	border:1px solid #7c7c7c;
	border-right-color:#c3c3c3;
	border-bottom-color:#c3c3c3;
}

.login-form .button {
	vertical-align:bottom;
	padding-bottom:1px;
	background-color:transparent;	
}

.forgot-pass {float:right; line-height:18px; margin:0px 100px 0px 0; font-size:11px; font-weight:normal;   }

#header .forgot-pass:hover { text-decoration:underline; color:#f2f2f2;}
		span.labelfix { display:block; margin:3px 0 7px 0; }
		span.labelfix input { border:none !Important; border-width:0px !important; }
		span.labelfix label { display:inline !important}
		table.labelfix { display:block; margin:3px 0 7px 0; }
		table.labelfix input { border:none !Important; border-width:0px !important; }
		table.labelfix label { display:inline !important}

.form-style03 .box label { font-weight:normal; }