body {
	background-image:url(http://google.com/coop/images/google_custom_search_smnar.gif);
	background-position: bottom right;

	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
}
h1 { 
    font-size:14px; color: #F9F9F9; font-style:italic;
}
h2 {
	color: #F9F9F9;
}
body{
    margin:50px 0px; padding:0px;
	text-align:center;

}
p{
	text-align:center;

}

img{
	border: 0 none;
}

a:link, a:visited, a:active {
	color: #940f04;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.codes {
	overflow: scroll;
	white-space: nowrap;
	font-size: 100%;
}

#codes input{
	width: 550px;
}
input {
    font-size: 15px;
}

#submit {
    font-size: 14px;
    background-color: #eee;
    border: 1px solid #000;
}
