.radio_box{
margin-top:10px;
width:100%;
height:130px;
direction:rtl;
}

label {
height:26px;
    width:26px;
	float:right;
	cursor: pointer;
	position: relative;
	font-family:arial;
	font-size: 16px;
	font-weight:bold;
	direction:rtl;
}

input[type=radio]{display: none;}

label:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
border-radius: 12px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: 0;
/*
background-color: #4b5c16;
box-shadow: inset 0px 4px 6px 0px rgba(128, 128, 128, .3), 0px 2px 0px 0px rgba(85, 85, 85, .8);
*/
background-color: #dddddd;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	
}


input[type=radio]:checked + label:before {
content: "\2022";
color: #000000;
font-size: 40px;
text-align: center;
line-height: 25px;
}

.subject{
float:right;
margin-right:10px;
line-height:26px;
font-family:arial;
font-size: 18px;
color: #000066;
direction:rtl;
}


.sendme{
width: 50%;
margin:0 auto;
height: 30px;
cursor: pointer;
color: #ffffff;
background: #000066; 
outline:none;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
line-height: 30px;
font-size: 18px;
font-family:arial;
font-weight:bold;
display:block;
border:none;
direction:rtl;
}


