
#resend_act {
    z-index:10000;
    position: absolute;
    float: left;
    top: 60%;
    left:0px;
    margin-left: 0px;
    width:90px
}



.classname {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color:#ffec64;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:15px;
    -moz-border-radius-topright:15px;
    border-top-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-radius-bottomright:15px;
    border-bottom-right-radius:15px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #ffaa22;
    display:inline-block;
    color:#333333;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:73px;
    line-height: 17px;
    width:auto;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffee66;
    padding: 8px;

}
.classname:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background-color:#ffab23;
}.classname:active {
    position:relative;
    top:1px;
}

.resend_button
{
position: relative;
display: inline-block;
padding: 5px 7px;
border: 1px solid #1b6777;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
font-weight: bold;
color: #000;
/*background: url(../imgz/re-send_button_main.gif) repeat-x 0 0 #f4b61b;*/
/*background-image: url(../imgz/re-send_button_main.gif);*/
background-position-x: 0px;
background-position-y: 0px;
background-size: initial;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color:#2fb5d2;
cursor: pointer;
}

.resend_button:hover
{
    text-decoration:none;
    background-color:#4ec5de;
}



.resend_act_headline
        {
        font-family:Georgia,serif;
        color:#4E443C;
        font-variant: small-caps;
        text-transform: none;
        font-weight: 200;
        margin-bottom: 25px;
        font-size: 1.6em;
        line-height: 1em;
        }

.resend_act_para
{
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: .95em;
        margin-top: .5em;
        color: #666;
        line-height: 1.3em;
}

.resend_act_para_start
{
        font-family: sans-serif;
        font-size: 1.03em;
        font-weight: bold;
        text-transform:none;
        letter-spacing:2px;
        line-height: 1.3em;
}



hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


.box_act {
  position: relative;
  width: 50%;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  margin: 30px auto;
   border: 1px solid #fff;



          -moz-box-shadow: 0px 0px 7px #000000;
-webkit-box-shadow: 0px 0px 7px #000000;
box-shadow: 0px 0px 7px #000000 ;
}

.klk
{

width: 50%;
float: left;
padding-bottom: 20px;
line-height: 20px;
margin: 20px 0 30px 0;
}
.chld
{
width: 100%
}

.error_d{
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../imgz/cross.png');
    padding-left: 65px;
    font-size: .8em;

}


#rcptch_one_eror, #rcptch_one_eror_contc_form, #rcptch_two_eror_contc_form, #rcptch_two_eror, #rcptch_one_eror_recaptcha2, #rcptch_two_eror_recaptcha2, #rcptch_two_eror_con_form_reptha2, #rcptch_three_eror_recaptcha2{
        position: fixed;
        z-index: 6001;
        top: 0;
        left: 0;
        right: 0;
        background: #fde073;
        text-align: center;
        line-height: 2.5;
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
    }
   

    #close {
      position: absolute;
      right: 10px;
      top: 9px;
      text-indent: -9999px;
      background: url(images/close.png);
      height: 16px;
      width: 16px;
      cursor: pointer;
      display: none;
    }

    /* --------------   recaptcha2 error ----------------- */
    #error_ms_reg
    {
        background: red;
    color: white;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
    }