
/* notices and errors */

#flashMessage, .error {
color:#8dd332;
font-size: 9px;
/*background-color: #fff;*/
margin: 2px 0px;
font-weight: bold;
}
.error_message {
width: 100px;
color:#8dd332;
display: inline;
font-size: 12px;
/*background-color: #fff;*/
margin: 4px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 0em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
	margin: 1px;
padding:0px;
display: inline;
float:left;
width: 130px;
font-size: 10px;
/*padding-right: 20px;*/
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {


display:inline;
font-size: 10px;
font-family: inherit;
}
/*
input, textarea {
clear: both;
display:block;
float: left;
display:inline;
font-size: 10px;
font-family: inherit;
}*/
select {
clear: both;
vertical-align: text-bottom;
font-size: 10px;
font-family: inherit;
}
option {

font-size: 10px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
/*clear: both;*/
display: block;
/*display:inline;*/
color:#8dd332;
margin: 0px;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}