input,select,textarea{
	border: 1px solid #CCC;
	border-top: 1px solid #AAA;
	padding: 4px;
	font-size: 14px;
	color: #333;
	font-family: arial;
}

input[type=button],input[type=submit]{
	background-color: lightblue;
	border: 0px;
	color: white;
	font-weight: bold;
	padding: 5px 9px;
	cursor: pointer;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/_images/forms/button_back.png);
	background-position: center;
	background-repeat: repeat-x;
}

input[type=button]:hover,input[type=submit]:hover{
	background-color: black;
	color: white;
	background-image: none;
}

input[type=checkbox],input[type=radio]{
	vertical-align: middle;
	margin-right: 3px;
	border: 0px;
}

textarea{
	font-family: arial;
}

table.tblForm{
	margin-top: 20px;
	width: 100%;
}

table.tblForm th,table.tblForm td{
	vertical-align: top;
	text-align: left;
}

table.tblForm th{
	padding-top: 5px;
}

table.tblForm td{
	padding-bottom: 10px;
}

table.tblForm td.check_radio{
	padding-top: 3px;
}

table.tblForm input[type=text],table.tblForm input[type=password]{
	width: 50%;
}

table.tblForm textarea{
	width: 80%;
	height: 80px;
}

table.tblLogin{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 60%;
}

table.tblForm input[type=text],table.tblForm input[type=password]{
	width: 98%;
}

input.defaultTextActive{
	color: #aaa;
}