

body {
	margin:20px 0;
	padding:0;
	font-size:12px;
	color: #333;
	background-color: #fff;
}

h1{
	font-size:12px;
}

.title {
	font-size:12px; 
	text-align: left;          
}


.msg_head {
	color: #333;             
	text-align:left;
	font-size:12px;
}

.msg_foot {
	color: #333;             
	text-align: center;
	font-size:12px;
}


table {
	border-style: none;
	width: 480px;
	margin:10px;
}

th,td,td1,td2 {
	font-size:12px;
	color: #000000;
	text-align:left;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

th{
	width:120px;
	background-color:#f2f2f2;
}


.submit {
	text-align: center;         
}



input{
	height:20px;
	width:200px;
	border:1px solid #ccc;
}


textarea{
	width:300px;
	border:1px solid #ccc;
}


button{
	width:100px;
	margin:5px;
}

.red{
	color:#C03;
	font-size:11px;
	}
	
	
	
	
.right{
	width:450px;
	text-align:right;
	margin:10px;
	line-height:200%;
	font-size:11px;
	}	