/* CSS Document for prize draw */

label{
display:block;
clear:left;
width:30%;
float:left;
text-align:right;
margin-right:2%;
height:2em;
line-height:2em;
padding:0;
font-weight:bold;
}

label.middle{
display:block;
clear:left;
width:50%;
float:left;
text-align:right;
margin-right:2%;
height:2em;
line-height:2em;
padding:0;
font-weight:bold;
}

input.textbox{
width:60%;
border:1px solid #99cc66;
font-size:12px;
padding:2px;
}

div.odd{
padding:5px;
border-bottom:1px dashed #99cc66;
background-color:#FFF;
}

div.even{
padding:5px;
border-bottom:1px dashed #99cc66;
}

div.top{
padding:5px;
border-bottom:1px dashed #99cc66;
background-color:#FFF;
border-top:1px dashed #99cc66;
}

.bottom{
text-align:right;
padding:5px;
background-color:#eaffc6;
border-bottom:1px dashed #99cc66;
}

input.button{
font-family:tahoma, arial, helvetica, sans-serif;
font-size:11px;
border:1px solid #669900;
padding:5px;
color:#333;
font-weight:bold;
background:#bddc86 url(../images/button-tile.gif) scroll repeat-x bottom;
cursor:pointer;
}