/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 750px;
	font-size: 10px;
	color: #241E42;
	list-style-type: none;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	height: 290px;
	}
	
form.cmxform legend {
	padding-left: 0;
	list-style-type: none;
}
	
form.cmxform legend,
form.cmxform label {
	color: #241E42;
	list-style-type: none;
}

form.cmxform fieldset {
	background-image: url(images/bar.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6CEBB;
	background-color: #D7D0BD;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	list-style-type: none;
	background-image: url(images/cmxform-divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	}

#loginform {
width:350px;
margin:auto;
}
#loginform fieldset{
padding:10px;
}
#loginform legend{
font-weight:bold;
font-size:9pt;
}
#loginform label{
	display:block;
	height:2em;
	background-color:#E5E1D5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#loginform input {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
}
#loginform input:focus,#loginform input:hover {
border:1px solid #333333;
}
.error{
color:red;
font-weight:bold;
}
