body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    background-Color:#E7E7E7;
}
h1 {
    color: #154574;
}
.container {
    padding: 2px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.col-left {
    float: left;
    height:80px;
}
.col-right {
    float: right;
}
.col-right img {
    height: 60px;
    margin-right :10px
}
.registration_form {
	margin:0 auto;
	/*width:600px;
	padding:14px 14px 14px 14px;*/
}
label {
    width: 15em;
    float: left;
    margin-right: 0.5em;
    display: block
}
.submit {
    float:right;
}
fieldset {
    background:#6b98b3 none repeat scroll 0 0;
    border:2px solid #154574;
    /*width: 600px;*/
}
legend {
    color: #fff;
    background: #154574;
    border: 1px solid #005994;
    padding: 2px 6px
}
.elements {
    color: #fff;
    padding:10px;
    width:100%;
    display: inline-block;
}
p {
    border-bottom:1px solid #B7DDF2;
    color:#fff;
    font-size:11px;
    margin-bottom:20px;
    padding-bottom:10px;
}
a {
    color:#154574;
    font-weight:bold;
}

/* Box Style */
 .success, .warning, .errormsgbox, .validation {
    border: 1px solid;
    margin: 0 auto;
    padding:15px 5px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight:bold;
    width:450px;
}

.success {  
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/warning.png');
    margin-bottom:10px;
}
.errormsgbox {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../img/error.png');
}
.member-dashboard {
    margin: 0 auto;
    width: 550px;
    padding: 40px;
    color: #666;
    border-radius: 4px;
    border:2px solid #154574;
}
.member-dashboard a, .member-dashboard li {
    color: #005994;
    text-decoration: none;
}
@media (max-width: 767px ) {
    .member-dashboard {
        width: 100%;
        padding: 0;
    }
    .member-dashboard a, .member-dashboard li {
        padding: 0;
    }
    ul {
        margin-left: -10px;
    }
    p {
        padding-bottom:25px;
    }
}

/* Validation related */
.smlnoter {
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: auto;
    line-height: 14px;
    min-height: 18px;
    overflow: visible;
    padding-top: 0;
    text-align: left;
    padding-left: 17px;
}
.smlnoter {background-image: url("../img/noterico.png");}



