.clear {
	clear: both;	
}
.title {
	background-color: #EEE;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	padding: 6px;
}
.form {
	font-family: Arial;
	font-size: 11px;	
	padding: 6px;
}
.form .line {
	padding: 4px 0;	
}
.form .line label {
	line-height: 20px;
	padding-left: 6px;
	display: block;
	float: left;	
}
.form .line input[type=text],
.form .line input[type=password] {
	border: 1px solid #CCC;
	border-radius: 4px;	
	box-shadow: 1px 1px 1px #EEE inset;
	padding: 4px;
	font-size: 11px; 
	color: #666;
	width: 100%;
	color: #999;
}
.form .line input[type=text]:focus,
.form .line input[type=password]:focus {
	color: #333;
}
.form .line input[type=submit] {
	background-color: #036;
	color: #FFF;
	font-size: 11px;
	padding: 4px 16px;
	border: none;
	border-radius: 4px;
	float: right;
	cursor: pointer;	
}
.form .line input[type=submit]:hover {
	background-color: #333;	
}
.error, .success {
	font-family: Arial;	
	font-size: 11px;
	color: #333;
	padding: 4px;
	text-shadow: 1px solid #FFF;
}
.error {
	background-color: #FFC6C6;
	border: 1px solid #FF8484;	
}
.success {
	background-color: #C1FFD1;
	border: 1px solid #2FFF63;
}
.list {
	margin: 6px;
	font-family: Arial;
	font-size: 11px;
}
.list a {
	color: #333;
	text-decoration: underline;	
}
.list thead td {
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 90%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(90%,#e5e5e5)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 90%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 90%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 90%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 90%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 	
	color: #333;
	padding: 6px;
	font-weight: bolder;	
}
.list td {
	padding: 6px;	
}
a.new_add {
	display: block;
	background-color: #003;
	color: #FFF;
	padding: 6px;
	float: left;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;
	border-radius: 5px;
	margin: 5px;	
}







