img{
	border:0;
}


.clear{
	width:100%;
	}

.boxme{
width:100%;
margin-top:5px;
text-align:center;
background:#eaeaea;
}

input[type=radio]{
	float:left;
	width:20px;
margin-top:1px;
}

.boxText{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
margin-right:5px;
  	}
.margin{
margin-bottom:5px;
}

.line{
width:100%;
height:5px;
margin-bottom:5px;
border-bottom:1px solid #ccc;
clear:both;
}

.result{
    padding:1%;
	background:#292929;
	border:0;
	color:#666;
	font-size:0.8em;
	width:98%;
	height:auto;
	margin-bottom:5px;
	float:left;
        text-shadow:none;
	}
.resultInput{
	 padding:1%;
	background:#F66;
	border:0;
	color:#666;
	font-size:0.8em;
	width:98%;
	height:auto;
	margin-bottom:5px;
	float:left;
        text-shadow:none;
}

.red{
	background:#ab0000;
}
	
.number{
	font-size:4.8em;
	width:100%;
	height:100%;
	margin-top:10px;
	color:#eaeaea;
	text-align:center;
	font-weight:700;
	margin-bottom:12px;
        text-shadow:none;
}

.text{
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#eaeaea;
}

.key{
	float:right;
	width:100%;
	color:#666;
	font-size:11px;
        line-height:11px;
	text-align:right;
}

.keybox{
	background:#ab0000;
	height:12px;
	width:12px;
	border:2px solid #000;
	float:left;
}

.small{
	color:#666;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #292929;
	width:100%;
        line-height:12px;
	font-size:0.7em;
}

.submit{
	background:#F66;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	width:98%
	cursor:pointer;
        text-align:center;
	padding:2%;
}


#sidebar{
	width:190px;
	padding:10px;
}
