#login-form input.text, #user_form input.text {
	padding:10px 10px;
	width:500px !important;
}

#admin_form input.text {
	width:500px;
}

#login-form label,#user_form label, #admin_form label, label {
	color:#D0560A;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 9px;
}

#admin_form textarea {
	padding:10px 15px;
	width:500px;
	border:1px solid #CCCCCC;
	color:#4A4A4A;
	font-family:Georgia,"Times New Roman",serif;
	font-style:italic;
	height:100px;
	font-size:11px;
	line-height:18px;
}

ul.error-text { width:500px; margin-bottom:18px; padding:18px; background:#eeeeee; }
ul.error-text li { background:url(images/warning-icon.gif) no-repeat 0 3px; font-size:12px; line-height:25px; padding-left:25px; }

ul.success-text { width:500px; margin-bottom:18px; padding:18px; background:#eeeeee; }
ul.success-text li { background:url(images/success-icon.gif) no-repeat 0 3px; font-size:12px; line-height:25px; padding-left:25px; }

h3.box-h3 {
	background:none repeat scroll 0 0 #4289CA;
	color:#FFFFFF;
	font-family:"liberation-serif-1","liberation-serif-2";
	font-size:20px;
	margin:0 0 9px 0;
	padding:10px;
}

ul.documents-list {
	font-size:12px;
	line-height:22px;
}

ul.documents-list li {
	margin:0;
	padding:0 0 0 18px;
}

div.article {
	padding:0 0 0 18px;
}

h4.article-h4 {
	font-size:14px !important;
	margin-bottom:0 !important;
}

h4.admin-menu-h4 {
	font-size:14px !important;
	margin-bottom:0 !important;
	padding-left:18px;
}

div.admin-left {
	float:left;
	margin:0 0 20px;
	padding:0 30px 0 0;
	width:640px;
}

div.admin-right {
	border-left:1px solid #EEEEEE;
	float:left;
	padding:0 0 0 12px;
	width:200px;
}

a.admin-link {
	text-decoration:none;
}

a.admin-link:hover {
	text-decoration:underline;
}

ul.row_holder {
	width:500px;
	border:1px solid #4A4A4A;
}

ul.row_holder li.row {
	background:#ffffff;
	padding:5px 10px;
}

ul.row_holder li.alt_row {
	background:#F3F3F3 !important;
}

ul.row_holder div.row_actions { 
	float:right;
}

div.file-cont {
	padding:0 0 10px 0;
	margin:0 0 18px 0;
	border-bottom:1px solid #4A4A4A;
}
