
form {
	margin: 							0;
	width:								450px;
}

fieldset {
	border:								none;
	border-bottom: 						2px solid lightgrey;
	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}

label {
       font-size:0.8em;
       font-weight: normal;
       color: #648500;
}

div.lbl {margin:8px 0 0 0;}

div.obj input, textarea {
	width:								300px;
	padding:							3px;
	border-color:						#99CC00;
	border-style:						solid;
	border-width:						thin;
	font-family:						trebuchet ms, verdana, arial, tahoma;
	font-size:							0.85em;
	color: 								#648500;
}

div.obj select {
	padding:							3px;
	border-color:						#99CC00;
	border-style:						solid;
	border-width:						thin;
	font-family:						trebuchet ms, verdana, arial, tahoma;
	font-size:							0.85em;
	color: 								#648500;
}

textarea {height:100px;}

div.obj input:focus, textarea:focus {background:#f2f2f2;}

div.obj input.err, textarea.err {border-color:#cd0000;}

p.err {
	margin: 							3px 0 0 0;
	padding: 							0;
	background:							url(sc_admin/res/error_arrow.gif) no-repeat;
	font-size:							0.8em;
	font-style:							italic;
	text-indent:						20px;
	color: 								#cd0000;
}

#sendme {margin-top:16px;}

.add-label {
	        float:left;
	        width:70px;
	        margin-right:10px;
	        text-align: left;
	        clear: left;
}

div.lbl {
padding: 8px 0 0 0;
}

div.lbl, p.err {
clear: left;
}

div.lbl, p.dp-applied {
display: block;
margin: 0 !important;
width: 300px;
}

p.dp-applied {
padding: 3px 0 0 0;
background-position: 0 3px;
}

input.dp-applied {
float: left;
width: 90px !important;
}

a.dp-choose-date {
float: left;
width: 16px;
height: 16px;
padding: 0;
margin: 0 0 0 4px;
display: block;
text-indent: -2000px;
overflow: hidden;
background: url(sc_admin/res/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
background-position: 0 -20px;
cursor: default;
}