

/*
div.stdForm form {
	font-size: 1.0em;
}

div.stdForm form label {
	text-align: right;
	margin: 0px;
	font-weight: bold;
	color: #999;
	color: #555;
	padding-left: 16px;
}

div.stdForm form label.required {
	color: #555;
	color: #024;
	background: transparent url(res/icons-silk/bullet_star.png) left no-repeat;	
}

div.stdForm form input {
	display: block;
}

div.stdForm form dl, 
div.stdForm form dd, 
div.stdForm form dt {
	padding: 0;
	margin: 0;
	display:block;		
}


div.stdForm form dt {
	margin: 6px 10px 4px 0px;
	clear: both;
}

div.stdForm form dd {
	margin-bottom: 10px;

}

div.stdForm form textarea, 
div.stdForm form input[type=text], 
div.stdForm form input[type=password] {
	padding: 4px;
	display: block;
	clear:both;
}

div.stdForm form select {
	margin-top: 4px;
	padding: 2px;
	font-family: 'Lucida Sans', Verdana, Arial;
	font-size: 12px;
}
*/
/*
div.stdForm form input[type=password] {
	font-size: 1.1em;
}

div.stdForm form textarea, 
div.stdForm form input[type=text], 
div.stdForm form input[type=password] {
	font-family: 'Lucida Sans', Verdana;
}
*/



/*
div.stdForm form textarea:focus, 
div.stdForm form input[type=text]:focus, 
div.stdForm form input[type=password]:focus {
	border: 2px solid #8c0;
 	border: 2px solid #223344; 
}
*/

div#authLogin {
	width: 540px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 80px;
	border: 1px solid #cc8;
	background-color: #f8f8f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

div#authLogin.dev {
	background-image: url(../images/800x500-f8f8f2-splatter.png);
}

div#authLogin form {
	padding: 10px;
}

div.formElement label {
	text-align: right;
	display: block;
	float: left;
	width: 180px;
	padding: 4px;
	margin-right: 10px;
	margin-top: 4px;
}

div.formElement label.required {
	color: #024;
	font-weight: bold;
}

div.formElement textarea, 
div.formElement select, 
div.formElement input[type=text], 
div.formElement input[type=submit], 
div.formElement input[type=password] {
	padding: 4px;
	display: inline;
	margin-top: 4px;
}

div.formElement input[type=text], 
div.formElement input[type=password] {
	text-shadow: 0 1px 1px #ccc;
}

div.formElement input[type=submit] {
	margin-left: 200px;
}

div.formElement {
	clear: both;
	padding-bottom: 4px;
}


div.formElement div.help {
	clear: both;
	margin-left: 10px;
	//margin-left: 196px;
	padding: 4px 8px 4px 8px;
	background-position: 8px 4px;
	background-repeat: no-repeat;
	padding-left: 32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border: 1px solid #cde;
	display: inline-block;
	background-image: url('res/icons-silk/help.png');
}

div.formElement ul {
	clear: both;
	display: block;
	list-style:none;
	font-size: 1.0em;
	color: #800;
	padding: 5px;
	margin-top: 5px;
	padding: 8px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	margin-left: 198px;
	background-image: url('res/icons-silk/error.png');	
}

div.formElement label.error, div.formElement input.error {
	background: transparent;
}

div.formElement input.error {
	border: default;
	background: #fffcf0;
}

/*

form ul {
	list-style:none;
	border-bottom: 1px solid #ffeecc;
	font-size: 1.0em;
	color: #800;
	padding: 5px;
	margin-top: 5px;
}

form label.error {
	color: #800;
}

form input.error, form textarea.error {
	background-color: #fffff2;
}
*/
/*
form input[type=password]:focus {
	background: #fc0 url(res/cross1tile.jpg);
}

form input:focus, form textarea:focus {
	border: 2px solid #48c;	
}
form textarea:focus, form input[type=text]:focus, form input[type=password]:focus {
	border: 2px solid #8c0;
}
form input[type=password]:focus {
	background: #fc0 url(res/cross1tile.jpg);
}

form textarea, form input[type=text], form input[type=password] {
	padding: 4px;
	font-family: 'Lucida Sans', Verdana;
	font-size: 12px;
}


form textarea:focus, form input[type=text]:focus, form input[type=password]:focus {
	border: 2px solid #8c0;
}

form ul {
	list-style:none;
	font-size: 1.0em;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff;
	background: #cc0000;	
}

form ul li:first-child {
	background: transparent url(res/cc0000-100-vc.png) 0px -16px no-repeat;	
	padding-top: 24px;
	margin-top: -16px;	
}

form ul li {
	list-style:none;
	padding: 8px;
	margin: 0px;
	
}

form label.error {
	color: #fc0;
}

form input.error, form textarea.error {
	border: 2px solid #c00;
	display: block;	
}

form fieldset {
	border: 0;
	border-top: 2px solid #88ccff;
	background-color: #fcfeff;
	background: transparent url(res/000000-20.png);
}

form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
}

form fieldset {
	border: 0;
	border-top: 2px solid #88ccff;
	background-color: #fcfeff;
}

form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
}
*/