/* Forms */
form {
	clear: both;
	padding: 0;
	
}
fieldset {
	margin:0 auto;
	width:340px;
	padding:14px;
	border:solid 2px #DEDEDE;
	background-color: #FFFFFF;
}
form fieldset  div {
	clear: both;
	margin: 0;
	height: 50px;
}
div.input {
	clear:both;
}
label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	margin: 0 10px;
	float:left;
}
input, select{
	float:left;
	width:200px;
}
.submit input{
	clear: both;
	display: block;
	float: right;
	width:auto;
	margin:0 0 0 0;
}
.submit{
	margin:0 16px 0 0;
}
input[type=submit]{
	margin:2px 0 10px 0px;
}
.checkbox , .submit{
	height: auto;
}
.checkbox input.checkboxElement{
	display:block;
	width:auto;
	float:left;
	margin:4px 0 0 96px !important;
	margin:4px 0 0 51px;
}
.checkbox label{
	float:left;
	width:200px;
	margin:2px 0 24px 10px;
	text-align:left;
}
p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
/*	display: none;*/
}

/* Notices and Errors */
div.message {
	text-align: center;
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 0 0 0 120px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}


*/