.inputForm{
	width:300px;
	height:20px;
	font-weight: normal;
	border: 1px solid #01aef0;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	background-color:#f0f0f0;
	outline:none;
}
.inputFormOver{
	width:300px;
	height:20px;
	font-weight: normal;
	border: 1px solid #83d8f7;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	background-color:#ffffff;
	outline:none;
}

.submitForm{
	width:100px;
	height:25px;
	font-weight: normal;
	border: 1px solid #83d8f7;
	margin: 0px;
	font-weight: normal;
	color: #ffffff;
	background-color:#01aef0;
	outline:none;
	cursor:pointer;
}

.submitFormOver{
	width:100px;
	height:25px;
	font-weight: normal;
	border: 1px solid #83d8f7;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	background-color:#ffffff;
	outline:none;
	cursor:pointer;
}