@charset "utf-8";
/* CSS Document */
body, div, label, input, textarea {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
}
.center {
	background-image:url(images/center.jpg); 
	background-repeat:repeat-y;
	}
.tcenter {
	background-image:url(images/tcenter.jpg); 
	background-repeat:repeat-y;
	}
.comarea{
	border:1px solid #ccc;
	color:#333;width:400px;  
	background-image: url(images/gray_bg.png);
	background-repeat: repeat-x;
	background-position: top; 
	padding:3px;
	}
.comareaact {
	border:1px solid #ccc;
	color:#333;
	width:400px;
	background-image: none; 
	padding:3px;
	}
.formbutton{
	border:1px #ccc solid;
	width:150px;
	color:#000;
	background: url(images/gray_bg.png);
	font-weight:700;
	text-transform:uppercase;
	height:25px;
	float: right;
	}
.inputtext {
	border:1px solid #ccc;
	color:#333;
	width:200px; 
	background-image: url(images/gray_bg.png);
	background-repeat: repeat-x;
	background-position: top; 
	padding:3px;
	}
.inputtextact {
	border:1px solid #ccc;
	color:#333;
	width:200px; 
	background-image: none; 
	padding:3px;
	}
label {
	color:#333; 
	font-weight:bold;
	float: left;
	width: 150px;
	}
div.form {width: 400px;}

ul.error{
	background-color: #E6C0C0;
	border-bottom: 3px solid #DE7A7B;
	border-top: 3px solid #DE7A7B;
	color: #C00;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 20px 10px 5px 10px;
	display: block;
	font-size: 12px;
	}
div.error {
	color: #C00;
	font-weight: bold;
	margin: 0;
	float: left;
	padding: 5px 0 0 5px;
	}
	
div.ok {	
	background-color: #CEF2CE;
	border-bottom: 3px solid #0C7F00;
	border-top: 3px solid #0C7F00;
	color: #006600;
	margin: 0 0 10px 0;
	padding: 10px;
	display: block;
	font-size: 12px;
	}

