/** Account css used in login.html, account **/
.acct_general{
	font-family: Arial;
	font-size:13px;
	line-height:19px;
	font-style: normal;
	font-weight: 300;
	color:#000000;
}

.cs_alert {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	color:red;
	margin-top:15px;
	margin-bottom:15px;
}

.qmark {
	vertical-align:middle;
}

.cs_title {
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
	margin-bottom:20px;
}

.co_table td.ar{
	text-align:right;
}

.co_table td.vat{
	vertical-align:top;
}

.co_table tr.spacer{
	height:6px;
}

.co_table td.ar{
	text-align:right;
}

.co_table td.vat{
	vertical-align:top;
}

.co_table tr.spacer{
	height:6px;
}
.co_table td.ptop{
	padding-top:10px;
}

.co_table b {
	font-size:11px;
	font-weight:bold;
	font-family:helvetica;
}

.co_table_big {
	font-size:12px;
	font-family:helvetica;
	font-weight:bold;
}


.acct_button{
	background-image: url('/images/btn_gradient_24.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#69C5F6;
	height:24px;
	position:relative;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}
.acct_button:hover{
	background-image: url('/images/btn_solid_24.png');
	background-color:#6abdea;
	height:24px;
}

.acct_hlp {
	text-decoration:underline !important;
	font-size:10px;
}

.acct_list {
	padding-left:15px;
}
