html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0; margin: 0; font-size: 100%; font-weight: normal; list-style-type: none;}
a {
	outline: none;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}
p   {
	font-weight: bold;
	font-size: 15px;
	color: #AAA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
h2 {
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 110%;
}
body {
	background-color: #FFF5D7;
	color: #AAA;
	font-family: Arial;
	font-weight: bold;
}
.small {
	font-size: 70%;
	padding-top: 3px;
}
#contact {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#name    {
	border: 1px solid #aaa;
	background-color: #FFF5D7;
	color: #aaa;
	width: 290px;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#email {
	border: 1px solid #aaa;
	background-color: #FFF5D7;
	color: #828282;
	width: 290px;
	margin-left: 2px;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#message   {
	border: 1px solid #aaa;
	background-color: #FFF5D7;
	color: #828282;
	width: 335px;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
#sprytextfield2 {
	position: absolute;
	height: 50px;
}
#sprycheckbox1 {
	height: 110px;
	position: absolute;
}
#button {
	border: 1px solid #aaa;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #aaa;
	background-color: #FFF5D7;
	padding: 5px;
	margin-left: 155px;
	margin-top: 10px;
}
#submit , #reset {
	background-color: #FFF5D7;
	border: 1px solid #aaa;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	outline: none;
	padding: 5px;
	font-family: "Arial Unicode MS", Arial, sans-serif;
}
#submit:hover, #reset:hover , #button:hover{
	background-color: #FFF5D7;
	border: 1px solid #aaa;
	text-decoration: none;
	color: #828282;
	font-weight: bold;
	outline: none;
}
*:focus
{
outline: none;
outline-width: 0;
}