.checkbox {
	text-align:left;
}
div.checkbox INPUT {
	display:inline;
	margin:0;
	width:auto;
}
div.checkbox LABEL {
	display:inline;
	margin-left:5px;
}
div.form {
	float:left;
}
div.input {
	padding:5px 10px 5px 10px;
	margin:0 0 2px 0;
}
.input LABEL {
	color:#22538B;
	display:block;
	font:11px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
}
.input LABEL I {
	color:#4E506D;
	font-size:10px;
}
.input INPUT, .input TEXTAREA {
	font-size:15px;
	width:300px;
	padding:3px;
	border:1px solid #DFDFDF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.input SELECT {
	font-size:15px;
	width:300px;
	padding:3px;
	border:1px solid #DFDFDF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
div.form #btn_submit {
	background:url('../img/admin/bg_white_grad.png') top left repeat-x;
	color:#884688;
	border:1px solid #bbb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:2px 7px 2px 7px;
	text-decoration:none;
}
#txt_desc {
	padding:5px 0 5px 0;
	color:#2E536D;
	font:11px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;	
}
.error {
	background:#FFF4F2;
}
.error INPUT {
	border-color:#D8D8D8;	
}
.error-message {
	color:#FF0000;
	font:10px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	padding:0 0 0 18px;
	background:url('../img/admin/ico_exclamation_tri_sm.png') top left no-repeat;
}
.txt_error_message {
	color:#000;
	font:11px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	padding:0 0 0 18px;
	background:url('../img/admin/ico_exclamation_tri.png') top left no-repeat;	
	margin:10px 0 10px 0;
}
.form-error {
}

#contact_info {
	background:#f1f1ef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px;
	margin:23px 0 0 20px;
	width:340px;
	float:left;
}
#contact_info H3 {
	margin:0;
}
#contact_info DT {
	float:left;
	width:80px;
	color:#747474;
}
#vcard A {
	display:block;
	float:left;
	margin:5px;
}
#vcard .txt {
	padding:10px 0 5px 0;
	color:#22538B;
}
