input.textbox{
	border:#ccc 1px solid;
	background:#fff url(form_input_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	/* width:140px; */
}

textarea{
	/* width: 80%; */
	padding:2px;
	line-height:2em;
	height: 10em;
	border: 1px solid #ccc;	
	background:#fff url(form_input_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}

.textbox:focus, textarea:focus{
	background:#fff url(form_input_bg.gif) repeat-x top;
	border:#999 1px solid;
}

.textbox:hover, textarea:hover{
	background:#fff url(form_input_bg.gif) repeat-x top;
	border:#999 1px solid;
}

#login_container {
border:1px solid #a7d726;
height:130px;
width:226px;
background-color:#e7f9ff;
}

#register_container {
border:1px solid #a7d726;
height:270px;
width:333px;
background-color:#e7f9ff;
}

/*#login_container:hover, #register_container:hover {
background-color:#e7f9ff;
}
*/

.form_title {
color:#a7d726;
font-weight:bold;
font-size:20px;

}