@charset "utf-8";
/* CSS Document */

.verified h1 {
padding-right: 38px;
min-height:34px;
background:url('/images/icons/working.png') no-repeat;
background-position: right 3px;
}
.notworking h1 {
padding-right: 38px;
min-height:34px;
background:url('/images/icons/notworking.png') no-repeat;
background-position: right 3px;
}
.unverified h1 {
padding-right: 38px;
min-height:34px;
background:url('/images/icons/unverify.png') no-repeat;
background-position: right 3px;
}
.user_verify {
text-align:center;
height: 93px;
display:block;
margin-bottom: 20px;
vertical-align: middle;
}
.verify_head {
background: url('/images/undershadow_med.gif') center bottom no-repeat;
padding-bottom: 17px;
margin:auto;
text-align:center;
font-size: 18px;
letter-spacing:-1px;
overflow:hidden;
font-weight:bold;
}
.user_verify a {
width:76px;
height:78px;
display:inline-block;
padding:15px;
cursor: pointer;
outline:none;
}
.user_verify .yes {
background:url('/images/yes.gif') no-repeat center center;	
}
.user_verify .yes:hover {
background:url('/images/yes_down.gif') no-repeat center center;	
}
.user_verify .no {
background:url('/images/no.gif') no-repeat center center;	
}
.user_verify .no:hover {
background:url('/images/no_down.gif') no-repeat center center;	
}
.verify_bar {
background: url('/images/verify/verification_bar.png') center center no-repeat;	
height:98px;
width:691px;
padding-left: 12px;
font-weight: bold;
}
.verify_working {
float:left;
margin-top:12px;
overflow:hidden;
width:215px;
text-align:center;
height:83px;
margin-top: 30px;
}
.verify_notworking {
float:left;
margin-top:12px;
overflow:hidden;
width:215px;
text-align:center;
color: #fff;
height:83px;
margin-top: 30px;
margin-left:13px;
}
.verify_last {
float:left;
margin-top:12px;
overflow:hidden;
width:215px;
text-align:center;
height:83px;
margin-top: 35px;
margin-left:13px;
}
.verify_working .pad, .verify_notworking .pad, .verify_last .pad {
font-size: 35px;
margin-top: 12px;
}