div.formTable table{
	width:100%;
	height:180px;
}
div.formTable input{
	width:150px;

}
div.login{
	width:300px;
	float:left;
}
div.reg{
	width:400px;
	float:right;

}
div.reg table{
	width:400px;
	margin:0 auto;
}
div.reg table td.title, div.reg table th.title{
	width:290px;
	text-align:center
	
}
div.formTable table td.submitTd{
	text-align:center;
	
}
div.formTable table td.submitTd input{

	background:#14c2e3; border:0;
	font-weight:bold;
	width:auto;
	height:auto;
	border:0px;
	cursor:hand;
	cursor:pointer;
}
	