body{ 
	background: black;
	font-family:  arial, sans-serif;
	color: white;
	font-size:18px;
font-weight:300;

 
 }
.draggable { width: 150px; height: 170px; padding: 0.5em; float: left; margin: 6px 6px 6px 0; z-index:3; border-radius: 15px 15px 15px 15px;}
	#dropbox { width: 100%; height: 100%; padding: 0.5em; float: left; margin: 10px; z-index:2;}


div { 

	font-family:  arial, sans-serif;
	
	font-size:22px;
font-weight:350;
 
 }
#userbox {
	padding-top:20px;
	
	border:#969696 2px solid;
	border-radius: 20px 20px 20px 20px;

	background: #4D4D4D; opacity:0.95;
	color:white;

}

#dropbox {
	padding-top:20px;
	padding-bottom:20px;
	
	border:#969696 3px solid;
	border-radius: 20px 20px 20px 20px;

	background: #2C2C2C; opacity:0.95;
	color:white;
	width:240px;
	height:240px;

}


.votebox{
	padding-top:20px;
	padding-bottom:20px;
	
	border:#969696 3px solid;
	border-radius: 20px 20px 20px 20px;

	background: #2C2C2C; opacity:0.95;
	color:white;
	width:90%;
	

}



#pullresultsContainer{

	border:#aaa 1px solid;
	border-radius: 20px 20px 20px 20px;
	width:96%;
	background: #5e5e5e; opacity:0.95;
	
}
#pullresults{
font-family:  Helvetica, sans-serif;
	color: white;
	font-size:28px;
	font-weight:500;
margin-left:25px;
margin-right:25px;
	margin-top:15px;
	margin-bottom:15px;
	width:90%;
}

#content{
width:750px;
    height:400px;
   margin-left:auto;
   margin-right:auto;
	
	margin-top: 20px;
	margin-bottom:auto;
}

#mainbox {
	padding-top:20px;
	padding-bottom:20px;
	
	border:#969696 2px solid;
	border-radius: 20px 20px 20px 20px;

	background: #444444; opacity:0.95;
	color:white;

}


.headbig{
	font-family:  Helvetica, sans-serif;
	
	font-size:34px;
	font-weight:550;
}


.head1{
	font-family:  Helvetica, sans-serif;
	
	font-size:30px;
	font-weight:550;
}


.head2{
	font-family:  Helvetica, sans-serif;
	
	font-size:26px;
	font-weight:500;
}

input{
	font-family:  Helvetica, sans-serif;
	color: black;
	font-size:26px;
	font-weight:500;
}

.small{
	font-family: arial, sans-serif;
	
	font-size:20px;
	font-weight:300;
}
.smallsmall{
	font-family: arial, sans-serif;
	
	font-size:18px;
	font-weight:250;
}

.smallsmallsmall{
	font-family: arial, sans-serif;
	
	font-size:14px;
	font-weight:250;
}


.smallsmallsmallsmall{
	font-family: arial, sans-serif;
	
	font-size:11px;
	font-weight:180;
}
.medium{
	font-family: arial, sans-serif;
	
	font-size:22px;
	font-weight:400;
}


A:link { color:#DBDBDB; text-decoration: none;}
A:visited {  color:#DBDBDB; text-decoration: none;}
A:hover { color:#EBEBEB;  text-decoration: none;}