/***************/


.err {color:red;}

.popup
{
   position: fixed;
   width: 100%;
   opacity: 0.9;
   top:0px;
   min-height:200px;
   height:100%;
   z-index: 100;
   background: #FFFFFF;
   font-size: 20px;
   text-align: center;
   display:none;

}
#login_form
{
	position:absolute;
	width:100%;
	top:0;
/*	left:45%;*/
	display:none;
	z-index:101;

}


#register_form
{
	position:absolute;
/*    width:460px;
	top:100px;
	left:45%;*/
      width:100%;
     top:0;

	display:none;
	z-index:102;

}


/*************boxrpr1************/

.boxrpr-l {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 15px;
    width:240px;
    /*width: 100%;*/
}

.boxrpr-r {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 15px;
    width:520px;
    /*width: 100%;*/
}


.boxrpr1 {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 15px;

    width: 220px;
}

.boxrpr1 .input-title {
    color: #756B6B;
    font-family: verdana;
    font-size: 10px;
    font-style: italic;
    margin-bottom: -11px;
    margin-left: 5px;
    margin-top: 6px;
}

.boxrpr1 input, .boxrpr1 textarea, .boxrpr1 select {
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D8D8D8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 5px;
    width: 200px;
   /* display: block;*/
    margin-top: 10px;
}
.boxrpr1 img {    margin-top: 10px;}





.is_available {
    color: #008000;
}

#check_username_availability {
    background: none repeat scroll 0 0 #225384;
   /* border: 1px solid #000000;*/
    color: #FFFFFF;
}



/***********************/

