input:focus, select:focus, textarea:focus {
 background: #f0f0f0; 

}

.required {
	color: #FF0000;
}


/*** teksti ***/
.field_title {
	font-size: 12px;
	width: 80px;
	vertical-align: top;
	text-align:right;
        padding-top: 12px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
}

/*** syöttökentät ***/
.field_title2 {
	font-size: 12px;
	width: 190px;
	vertical-align: top;
	text-align:left;
        padding-top: 12px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
}

.submit_c{
        font-size: 12px;
        color: #fff;
        background: #3e6e9e;
        border: 2px outset #3e6e9e;	
}


.textfield {
	font-size: 12px;
	width: 90%;
        
}
.textarea {
        font-family: Helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	width: 90%;
	height: 100px;

}
.field_heading {
	font-size: 12px;
        color: #3e6e9e;
        line-height: 3;
        font-weight: bold;
       &nbsp;border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f9fbf;
	padding-top: 10px;
}


.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 90%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}


