/* Created using Style Master from Western Civilisation CSS1 { -23 -4 558 1012 } */


/*card logos*/
p.cards{text-align:center;}
p.cards img{margin:6px;}

/*form stuff*/

div.form {clear:both;}

form {
	padding:0;
	margin:0;
}

Xbutton{
	font-size:1em;
	font-weight:bold;
	color:white;
	background:#CF9323;
	border:1px white solid;
	cursor:pointer;
	display:inline;
}

Xbutton:hover{
	font-size:1em;
	font-weight:bold;
	background:#ABB4C4;
	border:1px #8B2E07 solid;
	cursor:pointer;
}

/*
.form input,.form select,.form textarea{
	font-size:11px;
	padding:2px;
	width:22em;
	color:white;
	font-family:Verdana, Arial, Tahoma, sans-serif;
}
*/
.form select{width:auto;}


.form .vw{
	width:auto;
	}

.form .radio{
	width:auto;
	border:none;
	background:transparent;
	}

.wide form label.blk{
	/*for wide content areas */
	width:13em;
	}

form label{
	font-weight:bold;
	color:black;
	}
form label.blk{
	float:left;
	width:10em;
	margin-right:0.5em;
	text-align:right;
	}
	
.form span {
}

form label.x{
	}

.form .valid{
	margin:2px 0px;
	clear:both;
	}

.form .invalidFormHeader{
	border:2px #9E3C7A dotted;
	background:white;
	padding:6px;
	margin-left:8px;
	margin-right:8px;
	color:black;
	}

.form .invalid span{margin-left:10.5em;display:block;clear:both;}
.wide .form .invalid span{margin-left:13.5em;display:block;clear:both;}

X.form p{clear:both;padding:0.4em 10px;margin:0;}
.form .invalid{
	clear:both;
	position:relative;
	background:white url(/images/header/bg_menu.gif) top repeat-x;
	margin:2px 8px;
	border-right:1px #D26463 solid;
	border-bottom:1px #D26463 solid;
	border-left:1px white solid;
	border-top:1px white solid;
	}
.form .invalid p,
.form .invalid table,
.form .invalid caption{margin-left:8px;margin-right:8px;}

.form .invalid p.error{
	font-weight:bold;
	color:#9E3C7A;
}


.form .invalid label{
	color:black;
	font-weight:bold;
}
	
.form .blocked{margin-left:12.5em;display:block;clear:both;}
form p.buttons{
	margin-bottom:10px;
	text-align:center;
}


form .req input{background:#FAF2F3;}
form .req select{background:#FAF2F3;}
form .req textarea{background:#FAF2F3;}
form .req{color:black;}

.hrsolid{
	border-bottom:1px #b2110f solid;
	padding:0.4em 10px;
	color:white;
	font-weight:bold;
	margin:0;
	background:#c12624;
	}
	
.hrtop{
	border-bottom:1px #b2110f solid;
	position:relative;
	float:none;
	clear:both;
	padding:0.4em 10px;
	color:white;
	font-weight:bold;
	margin:0;
	background:#c12624;
	}

div.element h4, div.element h3, div.element p{clear:both;margin:0.5em 10px;}

.actions{
	text-align:left;
}

X.actions a{
	border:1px white solid;
	background:#DDB365;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:1px 4px;
}

X.actions a:hover{
	border:1px #E38917 solid;
	background:#DDB365;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:1px 4px;
	text-decoration:none;
}