div.input-form {
	width: 100%;
	margin-left: 0;
	margin-right: auto; 
	margin-bottom: 20px;
	line-height: 150%;
	border: 1px solid #5b0302!important;
	-moz-border-radius: 10px!important;
	-webkit-border-radius: 10px!important;
	background-color: #fff!important;
	margin-right: 20px;
	background-image: url(images/fade.png);
	background-position: top;
	background-repeat: repeat-x;

}

div.input-form div.row h3 {
	margin-left: 0px;
}

div.input-form div.row {
	/* background-color: #e4e4e4; */
	padding:8px;
	-moz-border-radius: 10px!important; 
	-webkit-border-radius: 10px!important;
}


div.input-form div.row ul li {
     list-style-image: none!important;
}

div.input-form .footer {
	border-top: 1px solid #5b0302;
}

div.input-form p {
	margin-left: 0px;
}

div.input-form input {
	z-index: 2;
}
div.input-form textarea {
	border: 1px solid #5b0302;
	width: 98%;
	padding: 2px;
	margin-right: 2px;
}
div.input-form input[type=text], div.input-form input[type=password] {
	border: 1px solid #5b0302;
	padding: 2px;
	max-width: 60%;
	background-color:white;
}

div.input-form textarea:focus, div.input-form  input[type=password]:focus, div.input-form  input[type=text]:focus{
	border:1px solid #5b0302;
	/* background-color: #e4e4e4; */
	padding: 2px;
}

input[type=checkbox]{

	background-color: #ffdab9;
}

div.input-form div.buttons {
	text-align: right;
	padding:8px;
	-moz-border-radius: 10px!important; 
	-webkit-border-radius: 10px!important;
}
div.input-form div.buttons input {
	background-color: #232323;
	font-weight: normal;
	border:  #000  solid 1px;
	color:white;
}
.formfield:focus{
	background-color: #ffdab9;
}

#ot:focus{
	background-color: #ffdab9;
}

