input
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
input[type='text'],input[type='password'],input[type='submit'],input[type='reset'],input[type='button'],
input[type='checkbox'],input.checkbox,
input.text,input.password,input.submit,input.reset, textarea {
	padding-right: 5px;
	padding-left: 5px;
 }
 
input:focus, textarea:focus, select:focus,
input:hover, textarea:hover, select:hover,
radio:hover {
	background-color: #eee;
}
/*IE ***************************************************************/
form {
	text-decoration: none;
}
input{
	padding-right: 5px;
	padding-left: 5px;
    border: 1px solid #333;
}

textarea{
	padding: 5px;
}

file{
	padding-right: 5px;
	padding-left: 5px;
}

file:focus{
	background-color: #ffe4dc;
}
input[type='text']
{
	padding:5px;
}
select, file, textarea, input[type='text'],input[type='password'],
input[type='checkbox'],input.checkbox, textarea {
	border: 2px solid #3a0d00;
}
input.submit,input.reset,input[type='submit'],input[type='reset'],input[type='button']
{
	border: 1px solid #222;
	background-color:#ccc;
}
input.submit:focus,input.reset:focus,input[type='submit']:focus,input[type='reset']:focus,input[type='button']:focus,
input.submit:hover,input.reset:hover,input[type='submit']:hover,input[type='reset']:hover,input[type='button']:hover
{
	background-color:#eee;
}
select:focus{
	background-color: #ffe4dc;
}
.lab {
	width:150px;
}
/*IE ***************************************************************/
#cssform p{
	width:490px;
	clear: both;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 185px; 
	height: 1%;
	text-indent:0;
}

#cssform label{
	float: left;
	margin-left: 70px; 
	width: 150px;
}

#cssform input[type="text"]{ 
	width: 240px;
}

#cssform textarea{
	width: 250px;
	height: 150px;
}

* html .threepxfix{
	margin-left: 3px;
}
