.myinputstyle {
	border: 1px solid #cccccc;
	background: #F9F0C6 url(none) no-repeat;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #666666;
}

.mylabelstyle {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	color: #2F333F;
	font-weight: bold;
}

.myinputstyle:hover {
	border: 1px solid #cccccc;
	background: url(none) no-repeat #F0DA71;
	color: #333333;
}
