
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

/* layout */

#container {
   min-height:100%;
   position:relative;
   height:100%;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:34px;   /* Height of the footer */
}   

#login_wrapper{
	width:471px;
	margin:150px auto 0 auto;
	background-color:#f4f4f4;
    /* padding-bottom:34px; */
    padding-bottom:0;
}

#login_buttons{
	background:url(/content/images/login_buttonbg.gif) repeat-x 0 0;
	height:28px;
	width:471px;
	float:left;
}

.login{
	position:relative;
	left:-25px;
}

#login_content{
	width:450px;
	float:right;
	margin-top:24px;
}

#regform_wrapper {
   display:table;

}

.login1{
	margin-top:14px;
}

.login_div{
	margin:15px 0 8px 0;
}

#login_bg{
	background:url(/content/images/login_bg.gif) no-repeat bottom left;
	float:left;
	background-color:#f4f4f4;
	padding-bottom:22px;
	width:471px;
}

#footer{
	width:100%;
	clear:both;
	float:left;
    background:url(/content/images/loginfooterbg.gif) repeat-x bottom left;
    position:absolute;
    bottom:0;
    width:100%;
    height:34px;   /* Height of the footer */
}

.copy{
	color:#908f8f;
	width:275px;
	margin:0px auto;
	padding-top:12px;
}

#emailpassword{
    margin: 12px 0 0 0;
}

#support{
    margin: 16px 0 0 0;
}

#forgotpword,
#contactdiv{
	cursor:pointer;
}

/* base classes */

img{
	border:0;
}

a:active {
	outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}

.relative{
	position:relative;
}

.left{
	float:left;
}

.right{
	float:right;
}

.none{
	float:none;
}

.clear{
	clear:both;
}

.test{
	border:1px solid red;
}

.top{
	z-index:2; 
	position:relative;
}

.pointer{
	cursor:pointer;
}

/* form styles */


.formborder1, .formborder2{	
	/*background-color:#fff;*/
	color:#5a595a;
	font-size:13px;
	/*border-top:1px solid #91ba8b;
	border-left:1px solid #91ba8b;
	border-right:1px solid #b5d3b0;
	border-bottom:1px solid #b5d3b0;*/
	padding:2px 3px;
	margin-bottom:3px;
}

.formborder2,
.formborder3{
	padding-top:1px;
	color:#959592;
	border:1px solid #cdccca;
}

.formborder3{
	font-size:11px;
	background-color:#ededeb;
	padding:1px;
	height:18px;
	width:100px;
	margin:0 5px;
}

/* font styles */

body {
	/*font-family:Tahoma, Arial;
	color:#9b9b9a;
	font-size:11px;*/

    font-family:Akkurat-Pro-Regular, arial, sans-serif;
    color:#787877;
    font-size:12px;


	text-decoration:none;	
	font-weight:normal;
}

h1 {
    font-family: Arial;
    /* color:#2EB135; */
    color: #444;
    font-size: 18px;
    font-weight: 600;
}

h2 {
    font-family: Arial;
    color: #38782e;
    font-size: 15px;
    font-weight: 600;
    clear: left;
     margin:0 0 5px 0;
}


h3 {
	font-family:Tahoma, Arial;
	color:#38782e;
	font-size:13px;
    font-weight:600;
    margin:0 0 5px 0;
}

h4 {
	font-family:Tahoma, Arial;
	color:#555;
	font-size:12px;
    font-weight:600;
    margin:5px 0;
}

.text1{
	color:#e1f6dd;
	font-size:11px;
}

.text2{
	color:#b5ddad;
	font-size:11px;
}

.text3{
	font-size:11px;
}

.text4{
	font-size:11px;
	color:#787877;
}

.text4 b {
	font-size:11px;
	color:#000;
	font-weight:600;
}

.text4 a {
	color:#38782e;
	font-size:11px;
}

.text4 a:active {
	color:#38782e;
	font-size:11px;
}

.text4 a:hover {
	color:#38782e;
	font-size:11px;
}

.text5{
	color:#959592;
}

.text6{
	color:#38782e;
	font-weight:bold;
}

.green1 {
    color: #35792a;
    display: inline-block;
    text-decoration: underline dotted;
}
 .green1:hover {
    color: #034C1F;
    background: #C6D52F;
}

.grey1{
	color:#787877;
}

.message {
    margin-left:5px;
}

/* alarms */

/*.required{
    background-color: #c6d52f !important;
}*/

.alarm{
    color:#cd3500;
    font-weight:600;
}



label.alarm{
    color:#cd3500;
    font-weight:bold;
    
}

textarea.alarm{
    background-color: #9BBB59;
}

input.alarm{
    background-color: #9BBB59;
    color: Black;
    font-weight:normal;
}

select.alarm{
    background-color: #9BBB59;
}


/*NEW STYLES*/

label {
	font-size:12px;
	line-height:14px;
	color:#5a595a;
	display:block;
	padding-bottom:2px;
}

/*select {
	width:277px;
	height:40px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#5a595a;
	padding:7px 2px 7px 8px;
}*/

/*.text {
	display:block;
	background:url(/content/images/sprite.gif) no-repeat 0 -227px;
}*/

input[type="text"], input[type="password"], select{
	/*background:none;*/
	border:0;
	width:px;
	padding:7px 12px 11px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#5a595a;
	height:22px;
    border-radius: 5px;
    border: 2px solid #bfbfbd;
}

select {
		height: 41px;
	}

.logon_foot {  
    border-bottom: solid 5px #35792A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 471px;
}

.btn, .btn a {
    display: inline-block;
    position: relative;
    font: 13px/1.231 Akkurat-Pro-Bold, arial, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    text-align: center;
     min-width: 50px;
}

.btn-sm, .btn-sm a {
    padding: 8px 15px;
    font-size: 10px !important;
}

.btn-width-sm, .btn-width-sm a {
    width: 80px;
}

.btn-md {
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 200px;
}

    .btn-md a {
        display: block;
        position: relative;
        text-decoration: none;
        font: 13px/1.231 Akkurat-Pro-Bold, arial, sans-serif;
    }


.btn-green,
.btn-green a,
a.btn-green {
    background-color: #fff;
    color: #35792A !important;
    border: 1px solid #c6d52f;
    font-weight: bold;
}

.btn-green:hover {
    background-color: #c6d52f;
    color: #034c20 !important;
}

#newaccountform .formborder1 {
    margin-bottom: 14px;
}