body, table, td, a { 
    color: #606060; 
	font: 12px verdana, arial, sans-serif; 
	line-height: 15px; 
	font-weight: normal 
}
body.color { 
    background-color: #909090 
}
a:link, a:visited { color: #003366; text-decoration: none }
a:active, a:hover { color: #c00000; text-decoration: none }
form { 
    margin: 0px 
}
input { 
    color: #909090; 
	background-color: #eeeeee; 
	font: 11px verdana, arial, sans-serif; 
	font-weight: bold; 
	border: 2px solid #cccccc; 
	padding: 2px 
}
.head { 
    height: 100% 
}
.main { 
    height: 320px; 
	width: 350px; 
	border-top: 50px solid #bbb; 
	border-right: 25px solid #ccc; 
	border-bottom: 50px solid #ddd; 
	border-left: 25px solid #ccc; 
	background-color: white
}
.error { 
    color: #ff0000 
}