/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-Oct-2013, 12:18:20
    Author     : sahilsaid
*/

#payment_images{
    float:right;
    margin-right:10px;
}
.error{
    color:red;
}
#register_form{
    margin:0 auto;

}

#form_inner{
    margin-top:20px;
}

#register_form input[type="submit"]{
    width:50%;
    margin-left:25%;
}

/* FOR FORM STYLEING*/

#register_form form fieldset {
    margin-top: 15px;
}

#register_form form fieldset:last-of-type {
    margin-bottom: 0;
    background:#FFF;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#register_form form ul li {
    border-color: #0B6492;
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 10px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
    width: 470px;
}
#register_form form ul ul li {
    background: none;
    border: none;
    float: left;
}
#register_form form label {
    float: left;
    font-size: 13px;
    margin-top: 10px;
    width:30%;
}

#register_form form input:not([type=radio]), #register_form form textarea, #register_form form input:not([type=submit]) {
    background: #FFF;
    border: 1px solid #0c2635;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font: 13px Georgia, "Times New Roman", Times, serif;
    outline: none;
    padding: 5px;
    color: #2a4f5e;
    width:60%;
}
#register_form form input:not[type=submit]:focus, #register_form form textarea:focus {
    background: #eaeaea;
}

#register_form form input([type="submit"])
:hover {
    background: #eaeaea;
    cursor: pointer;
}

#register_form form input[type=radio] {
    margin-right: 5px;
    width: 150px;
}

#register_form form input[type=radio]:last-of-type {
    width: 150px;
    margin-left: 155px;
}

#register_form form ul li span {
    color: #FFFFFF;
    margin-left: -40px;
}

#register_form form input[type=submit]:hover{
    background:#CCC;
    cursor:pointer;
}

#register_form form input[type=radio]:last-of-type{
    width: 150px;
    margin-left: 148px;
}

input[type="radio"], input[type="checkbox"]{
    position:static !important;
    vertical-align:baseline !important;
}