

/*
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: 6px;
	color: #456;
	
}

div.formElement label.required {
	color: #024;
	font-weight: bold;
}

div.formElement textarea, 
div.formElement select, 
div.formElement input[type=text],
div.formElement input[type=file],  
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 16px 4px 8px;
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 24px;
	-moz-border-radius: 8pt;
	-webkit-border-radius: 8pt;	
	font-size: 8pt;
	line-height: 8pt;
	border: 1px solid #cde;
	border: 1px solid #ecd;
	background-color: #fff0f8;
	border: 1px solid #9ac;
	background-color: #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: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	margin-left: 198px;
}

div.formElement ul li {
	background-image: url('res/icons-silk/error.png');	
	background-position: 4px;
	background-repeat: no-repeat;
	background-color: #fdd;
	display: block;
	clear: both;
	padding: 5px 10px 5px 30px;
	margin: 0px 0px 2px 0px;
	-moz-border-radius: 2pt;
	-webkit-border-radius: 2pt;	
}

div.formElement label.error, div.formElement input.error {
	background: transparent;
}

div.formElement input.error {
	border: default;
	background: #fffcf0;
	border: 1px solid #fc0;
}

div.formElement select.error {
	border: default;
	background-color: #fffcf0;
	border: 1px solid #fc0;
}


/* new stuff for display groups */
div.formElements dd, 
div.formElements dl,
div.formElements dt,
div.formElements fieldset {
	margin:0px;
	padding:0px;
	border:none;
}


fieldset.horizontal div.formElement {
	border:1px white;
	float:left;
	clear:none;		
}

fieldset.horizontal div.formElement input, 
fieldset.horizontal div.formElement select,
fieldset.horizontal div.formElement div.help {
	padding-top: 4px;
	margin: 4px 8px 0px 0px;
}

div.formElements fieldset.named legend {
	margin: 0px;
	padding: 10px 5px;
	font-weight: bold;
	color: #678;
}

div.formElements dd fieldset {
	padding: 0;
}

div.formElements fieldset.named,
div.formElements fieldset.radio, 
div.formElements fieldset.normal {
	border: none;
	padding: 10px 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

div.formElements fieldset.named {
	border-top: 2px solid #cde;
}

div.formElements fieldset.radio label {
	padding: 5px;
	margin: 0px;
	clear: both;
	width: auto;
}

div.formElements fieldset.radio input {
	border: 1px solid red;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	vertical-align: bottom;
	
}

div.formElements fieldset.normal div.formElement label {
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 5px;
}

div.formElements fieldset.normal div.formElement select, 
div.formElements fieldset.normal div.formElement input {
	display: block;
	width: auto;
	clear: both;
	margin-left: 5px;
}

div.formElements dt {
	display: none;
}


div.formElements dd {
	margin-bottom: 0px;
}


div.formElements fieldset.control div.formElement {
	background: #f9f9f9;
	padding: 6px 10px;
}

form input[type='submit'].ctrl-submit {
	padding: 3px 6px;
	border: 1px solid #260;
	background: #391;
	color: #fff;
	border-top-color: #9c6;
	border-left-color: #9c6;
	-moz-border-radius: 2px;-webkit-border-radius: 2px;
}
input[type='submit'].ctrl-submit:hover {
	background: #4a2;
}


form input[type='submit'].ctrl-other {
	padding: 3px 6px;
	border: 1px solid #136;
	background: #369;
	color: #fff;
	border-top-color: #69c;
	border-left-color: #69c;
	-moz-border-radius: 2px;-webkit-border-radius: 2px;
}
input[type='submit'].ctrl-other:hover {
	background: #25a;
}


form input[type='submit'].ctrl-delete {
	padding: 3px 6px;
	border: 1px solid #611;
	background: #933;
	color: #fff;
	border-top-color: #c66;
	border-left-color: #c66;
	-moz-border-radius: 2px;-webkit-border-radius: 2px;
}
input[type='submit'].ctrl-delete:hover {
	background: #a22;
}


div.formElement input[type="hidden"] {
	display:none;
}




div.stdForm p.form-message {
	padding: 8px 10px 8px 10px; 
	border: 1px solid #eca; 
	background-color: #fff8f0;
	margin: 0px 0px 10px 0px; 
	font-weight: bold;
}



/*

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;
}
*/