.accountController_content{
	font-size: 12px;
	font-family: Arial,sans-serif;
}
.accountController_content img{
	vertical-align: middle;
}

.accountController_content h2{
	font-size: 16px;
	font-family: Verdana,sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.accountController_content table{
	border-collapse: collapse;
}
.accountController_content th{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-right: 7px;
}
.accountController_content td{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 7px;
	padding-right: 7px;
}

.accountController_content a {
    color: #00c;
    text-decoration: underline;
    
}

/*.accountController_content a:active {
    color: #f00;
}*/



.errors{
			padding: 20px;
			border: solid 1px #f00;
			background: #ffefef;
			margin: 14px 0;
			font-family: verdana, sans-serif;
			font-size: 13px;
		}
		.success{
			padding: 20px;
			border: solid 1px #0f0;
			background: #efffef;
			margin: 14px 0;
			font-family: verdana, sans-serif;
			font-size: 13px;
		}
		.note{
			padding: 20px;
			border: solid 1px #EEC913;
			background: #F9EDB7;
			margin: 14px 0;
			font-family: verdana, sans-serif;
			font-size: 13px;
		}
		.helpnote{
			padding: 0px;
			border: solid 1px #fff;
			background: #fff;
			margin: 14px 0;
			font-family: verdana, sans-serif;
			font-size: 11px;
			color: #666;
		}
		.emailLogin{
			width: 400px;
		}
		.emailLogin label{
			display: block;
			font-family: verdana, sans-serif;
			font-size: 16px;
			color: #333;
		}
		.emailLogin input.text{
			padding: 5px;
            padding-bottom: 3px;
            padding-top: 3px;
            font-size: 24px;
            line-height: 24px;
            width: 100%;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
			margin-bottom: 14px;
		}
		.emailLogin input.submit{
			padding: 3px 14px;
            font-size: 24px;
            line-height: 24px;
            /*width: 50%;*/
            /*border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;*/
			margin-bottom: 14px;
			cursor: pointer;
	*cursor: hand; 
		}		
		
		
.account-menu a, .account-menu a:visited, .account-menu a:hover, .account-menu a:active{
	text-decoration: none;
	color: #3A5BCC !important;
	display: block;
	padding: 3px 7px;
	padding-left: 24px;
	background-position: 3px center;
	background-repeat: no-repeat;
}
.account-menu a:hover{
	background: #eee;
	background-position: 3px center;
	background-repeat: no-repeat;
}
.account-menu a.active{
	background-color: #3A5BCC;
	color: #fff !important;
	font-weight: bold;
}
.account-menu a:active{
	background-color: #3A5BCC;
	color: #fff !important;
}
