body {
    font-family:verdana;
    font-size:9pt;
    background:#189300 ;
    color:#fff;
}
p {
    font-family:verdana;
    font-size:9pt;
}
td {
    font-family:verdana;
    font-size:9pt;
}
.adtable {
	border: 1px dashed #29a411 ;
	margin-left:auto;
	margin-right:auto;
}
#dart_container {
	border: 1px dashed #29a411 ;
    width:320px;    
}
#dart_main {

}
#player_input {

}
#player_input input, #player_input select{
    float:left;
    margin-bottom:5px;
    width:150px;
}
#player_input input[type=submit] {
    width:100px;
} 
#player_input label {
    width:60px;
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
#player_input br {
    clear:both;
}

