.form tr {height:40px;}
.form label
{
	font-size: 10pt;
	color: black;
	width:80px;
	display:inline-block;
	margin-left:0px;
}
.form input[type=text], .form input[type=password], .form select, .form textarea
{
	width:170px;
	font-size:10pt;
	border:1px solid #777777;
	background-color:transparent;
	height:25px;
}
.form textarea
{
	height:160px;
	margin-bottom:10px;
}
.form input[type=submit]
{
	font-size:10pt;
	font-weight:bold;
	color:black;
	
	border-width:0px;
	margin-top:10px;
	width:100%;
	height:20px;
	background-color:white;
	border:1px solid white;
}
.form input[type=submit]:hover,
.form input[type=submit]:focus
{
	background-color:black;
	color:white;
}
.form #captcha_image {float:left;}
.form #captcha_label {font-size:8pt;line-height:normal;width:auto;}
.form #captcha_input {width:100px;}


/***************************/
/***** login ***************/
/***************************/

.form h2
{
	color: #363532;
    font-size: 16pt;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
    height: 30px;
}
.form .checkbox_area input
{
	float:right;
	margin-top:3px;
	margin-left:10px;
}
.form .checkbox_area label
{
	float:right;
	width:auto;
}
















