.thebody {
	margin: 0;
	padding: 0;
	background: url(bg.png) 0 0 repeat-x;
}

form {
	padding: 0;
	margin: 0;
	border:0px;


}


div#logo {
	float: left;
}

div#selectbox {
	float: left;
	padding-left:4px;
	padding-top: 25px;
	height: 54px;
}

div#joinbox {
	float:left;
	padding-left:30px;
	padding-top:16px;
}


select {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	background: #242424 ;
	color: #fff;
	border: none;
	height: 30px;
	width: 270px;
	padding:5px;

}

select[selected] {
	background: url(latest.png) no-repeat top right;
}

option{
	padding:5px;
	font-size: 12px;
	border-bottom: 1px solid #4F4F4F
}

option[selected]{
	background:  grey url(latest.png) no-repeat top right;

}