
#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;
    aheight: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
{

cursor: pointer;
}

.resend_button:hover
{
    color: white;
    background-color: #B8743A;
    border-color: #B8743A;
}







.resend_act_headline
        {
            color:inherit;
            font-weight: 200;
            margin-bottom: 25px;
            font-size: 2.5em;
            line-height: 1em;
        }

.resend_act_para
{
    font-size: inherit;
        margin-top: .5em;
        color: #666;
        line-height: 1.3em;
}

.resend_act_para_start
{
    font-size: inherit;
        font-weight: bold;
        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;
    background: #f8f8f8;
    padding: 15px 1.5em;
    margin: 0px auto;
}

.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;

}

.bef
{
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: black;
    left: 20px;
}
