.fieldname {    
    color: #4D4D4D;
    font-family: 'Arial';
    font-size: 15px;
    line-height: 20px;	

}
label {
	cursor: pointer;
        color: #4D4D4D;
	font-family:'Arial';
	font-size: 15px;

}
.button{
        height: 200%;
        font-size:20px;
        font-family: 'Arial';
        color: #4D4D4D;

}
input.text, select.select {
	width: 400px;
        height: 25px;
	border: 1px solid #FFDB00;
	color: #333; padding: 5px;
	background-color: #FFF;
	font-family:'Arial';
	font-size: 15px;
	line-height: 120%;

}
textarea.textarea, textarea {
	
	width: 250px;
	height: 100px;
	font-family:'Arial';
	font-size: 13px;
	
}