.reg_div{
width: 500px;
padding: 50px;
height: auto;
overflow: hidden;
margin-top: 30px;
padding-top: 25px;
background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #F9F9F9); 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#FFFFFF));
-moz-border-radius:10px; border-radius:10px; border:3px #DFDFDF solid;
}

#title_reg{
padding-bottom: 10px;
text-align: left;
font-size: 13px;
}
.reg_div h2{
background-color: #EBEEF3;
height: 20px;
margin-bottom: 8px;
font-size: 12px;
padding-top: 2px;
text-align: left;
padding-left: 10px;
}

.access_info{
border-top: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
padding: 5px;
background-color: #FFFFFF;
height: auto;
overflow: hidden;
padding-bottom: 10px;
margin-bottom: 15px;
}
.access_info H1{
background-color: #EBEEF3;
height: 18px;
margin-bottom: 8px;
font-size: 12px;
padding-top: 3px;
text-align: left;
padding-left: 10px;
}
.access_info label{
float: left;
width: 120px;
text-align: right;
padding-right: 7px;
font-weight: normal;
}
.access_info input, textarea, select{
width: 550px;
margin-bottom: 5px;
float: left; 
}
br{
clear: both;
}
brb{
float:left; margin:0 4px 4px 0;
}
