body{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	color:#646464;
}
a:link {text-decoration: none; color: #80B3FF;}
a:visited {text-decoration: none; color: #A0BAFF;}
a:hover {text-decoration: none; color: #CCE0FF;}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

.button {
	padding: 2px 5px;
	border: 0px;
	background: #65A2FE;
	color: #ffffff;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 0px;
	background: #8CBAFF;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
