@CHARSET "UTF-8";


.input {
	margin:4px;
	padding: 3px;
	clear: both;
}

.input label {
	width:120px;
	float:left;
	padding-top: 3px;
	overflow:hidden;
}
.required label {font-weight:bold;}
#SubscriberAddForm .required label {font-weight:normal;width:100%;}
form div.error {color:red; border: 1px dashed red; background-color:pink;}
form div.error-message {margin-left:122px;}

.submit input {
	margin-left: 126px;
}

div.input.checkbox label {
	float: none;
	display: inline;
}

div.input.checkbox input {
	margin-left: 121px;
	margin-right: 3px;
}

/*login form*/

#login_form{
    width: 300px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-65px;
	margin-left:-150px;
}

.overlabel {position:absolute;}
.overlabel label {position:absolute;top:2px;left:3px;color:#333;cursor:text;}

fieldset.add-comments label {
	width:100%;
}
fieldset .add-comment h3, fieldset.add-comment legend {
	font-family:arial,helvetica,sans;
	font-size:16px;
}
#BlogCommentCommentForm {
	margin-top:16px;
}
#BlogCommentCommentForm h3 {
	color:#fff;
	background-color: #B7DB70;
	font-family:helvetica,arial,sans;
	padding:4px 8px;
	font-size:16px;
}
#BlogCommentCommentForm div.submit input {
	margin-left:10px;
}
#BlogCommentBody {
	width:100%;
	height:200px;
	border:1px solid #ddd;
}
