.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #fcad25;
}

a.bodytext:hover{
	font-family: Arial;
	font-size: 12px;
	color:white;
}

.error {
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight : bold;
}

.textbox{
	font-family: Arial;
	color: black;
	font-size: 12px;
	width:150px;
	height:20px;
}

.textbox2{
	font-family: Arial;
	color: black;
	font-size: 12px;
	width:200px;
	height:20px;
}

.border{
	border : 1px solid #fcad25;
}
