form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
}

div.form {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	}

div.form ul {  
	padding: 1em 1em 0 1em;
	margin:0;
	list-style-type:none;
	}

div.form li {  
	padding: 0.5em;
	font-size:12px;
		list-style-type:none;

	}

div.form {  
	float: left;  
	width: 100%;  
	margin: 1.5em 0 1.5em 0;  
	padding: 0;  
	}

form input.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
}
	
form input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(/images/admin/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14x; 
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
}

form input.submit:hover {
	background: url(/images/admin/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
}

form input.submit.long { width: 165px; background: url(/images/admin/btnb.gif) top center no-repeat; }
form input.submit.long:hover { background: url(/images/admin/btnb_.gif) top center no-repeat; }


form .fileupload {
	position: relative;
	}
	
form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
}

form textarea {
	width: 610px;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}


form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	}
	
form .cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('/images/admin/sdd.jpg') center right no-repeat;
	}

form .cmf-skinned-select:hover {
	background: url('/images/admin/sdd_.jpg') center right no-repeat;
	}

form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}

form input.radio,
form input.checkbox {
	vertical-align: middle;
}

form p {
	overflow: hidden;
	clear: both;
}

form select.multi {
	width: 425px;
	margin-top:5px;
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

