@charset "utf-8";
/* CSS Document */

textarea {
background: #DDDDDD;
border: 1px solid #09C;
}

input {
background: #DDDDDD;
border: 1px solid #09C;
margin-right: 5px;
}

.tr1{
	background-color:#E2F1F3;
}
.tr2{
	background-color:#CFE1E7;
}

label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.question{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#09C;
	font-weight:bold;
}
.contactInfo{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}