

form input,form textarea {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fbfbfb;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 12px;
	margin: 0px 0 8px 0;
	border:1px solid #cfcfcf;
    resize: none;
	width:100%;
	max-width:870px;
}

.commenttextarea {
	width:100% !important;
	height: auto !important;
	}
	
	
form input.halfinput {
	 width:49%;
	max-width:500px;
	 }

form input.quaterinput {
	 width:24%;
	max-width:500px;
	 }

form input.checkwidth {
	width: 18px;
	}
	
form select {
	vertical-align: middle;
	font-size: 14px;
}


form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form textarea {
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}