legend {
	color:#cc9966;
}
label {
	color:#000;
	margin-top:5px;
	clear:both;
}
fieldset {
	border:1px solid #B8D8DA;
	padding:5px;
	clear:both
}
fieldset fieldset {
	border-style:dashed;
}
/*
.fieldcomment {
	float:left;
	clear:right;
	padding-left: 5px;
	color:#777;
	width:45%;
}*/

input {
	margin-right:3px;
}
.submitbox {
	padding:10px 0;
	clear:both;
	float:right;
}
select {
	margin-right:5px;
	padding:0;
}
input.mandatory {
	background-color:#CEF4FB;
	border:1px solid #7F9DB9;
	padding:1px;
}
fieldset ol {
	margin:0;
	padding-left:0;
	list-style-type:none;
}
fieldset ol li {
	clear:both;
	margin-left:0;
	padding:6px 0;
	zoom:1;
	white-space:nowrap;
}
fieldset ol.checkbox li {
	padding:2px 0;
	line-height:1em;
}

/*
fieldset ol li label {
	float:left;
	width:12em;
	margin-top:0;
	margin-right:10px;
	text-align:right;
	vertical-align:middle;
	line-height:1.5em;
}
*/

li.mandatory label {
	font-weight:bold;
}

li.mandatory label:after {
	content:" *";
	color:red;
}



fieldset ol.checkbox li input {
	line-height:1em;
	vertical-align:top;
}

ol.checkbox {
	float:left;
}
ol.checkbox li label {
height:1em;
	text-align:left;
	float:left;
	line-height:1em;	
	margin-right:-15em;
	margin-left:1.5em;
	font-size:.7em;
}
               

fieldset ol li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Causes renderin bugs
li input, li select, li textarea {
	float:left;
	clear:right;
}
*/

.submitbox {
font-size:13px;
font-weight:bold;
margin-bottom:10px;
}

a.action,  .submitbox input {
	display:block;
	float:left;
	padding:4px 10px;

}
.submitbox input {
	padding:6px 5px;
}
a.action, .submitbox input {
margin:0 5px;
	text-decoration:none;
	background-color:#ecefe4;
	color:#6c725a;
	display:block;
	border-top:1px solid #e6ebd7;
	border-left:1px solid #e6ebd7;
	border-right:1px solid #bbc2a6;
	border-bottom:1px solid #bbc2a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.submitbox .cancel {
	margin-right:30px;
	background-color:#efeaea;
	color:#993333;
	background-image:url(../images/ui/b_discard.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:10px;
}
a.b_back {
	background-image:url(../images/ui/b_back.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-right:10px;
}
a.b_add {
	background-image:url(../images/ui/b_add.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-right:10px;
}
a.action:hover, .submitbox input:hover {
	background-color:#fff;
	color:#999;
	cursor:pointer;
}
.submitbox .cancel:hover {
	background-color:#FEBBB8;
	color:#CC0000;
}
.form_message {
	float:right;
	clear:right;
	color:#999999;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.form_message em {
	font-weight:bold;
	color:#FF6600;
}

.for_member .form_message {
color:#FF6600;
font-style:italic;
font-weight:bold;
}

input.error {
border:1px solid red;
background:url(../images_admin/err.png) no-repeat 98% 50% ;
margin-right:20px;
padding:3px;
}

label.error {
clear:both;
padding:0;
margin-left:12em;
padding-left:10px;
_padding-left:0;
width:300px;
white-space:normal;
text-align:left;
color:red;
font-weight:normal !important;
}

label.error:after {
content:'' !important;
}
