body, input
{
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: #44352C;
    text-align: center;
}

a
{
    color: #d70751;
    text-decoration:none;
}

a:hover 
{
    color: #36557b;
}

#container
{
    border: 1px #9B9C83 solid;
    -moz-border-radius: 8px;
    margin: auto;
    padding: 15px;
    width: 740px;
    text-align: left;
}

#title
{
    color: #d70751;
    margin: 0;
}

ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: right;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    padding: 5px 0;
}

ul#navigation li a
{
    font-weight: bold;
    color: #ffffff;
    background-color: #7ca0cd;
    padding: 5px 15px;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
}

ul#navigation li  a:hover
{
    color: #36557b;
}

ul#form li
{
    width: 740px;
}

#surfinput {
	background-image: url(images/input-bg.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 586px;
	border: 0;
	font-size: 18px;
	color: #565656;
	padding: 30px 0 0 20px;
	margin: 5px;
}

.surfbutton {
	border: 0;
	margin: -44px 0 0 0;
}

#footer
{
    color: #9B9C83;
    font-size: 10px;
    text-align: right;
}

#google_bar
{
    text-align: center;
    padding: 20px 0 15px 0;
    color: #ffffff;
}

#address_bar
{
    text-align: center;
    color: #ffffff;
    border-bottom: 3px #44352C solid;
    margin: 0px;
}

#go
{
    background-color: #ffffff;
    font-weight: bold;
    color: #565656;
    border: 0 #ffffff solid;
    padding: 2px 5px;
}


#address_box
{
    width: 500px;
}

.option
{
    padding: 2px 0;
    background-color: #ececec;
    font-size: small;
    padding-bottom: 4px;
}

.option label
{
    border-bottom: 2px #ffffff solid;
}

form
{
    margin: 0;
}

#summary
{
    background-color: #ececec;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #ececec;
    width: 740px;
    clear: both;
}

.adsense
{
    background-color: #e7ebef;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 740px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
}

#error, #auth
{
    background-color: #d52255;
    color: #cccccc;
    border-top: 1px solid #d52255;
    border-bottom: 1px solid #44352C;
    width: 740px;
    clear: both;
}

#auth
{
    background-color: #d52255;
}

#error p, #auth p, #auth form, #summary p
{
    margin: 5px;
}

#proxy_list {
	margin:0 0 15px 0;
	padding:0;
}
#proxy_list ul li { 
    	list-style-type: none;
	float: left; 
	width: 140px; 
	font-size: 12px; 
	font-weight: bold;
	margin-right: 0px; 
	margin-bottom: 10px; 
	line-height: 0.8em; 
}
#proxy_list a {
	color:#36557b;
}
