
.input_field, input[type="text"], input[type="email"], input[type="password"], input[type="number"] { width: 180px; padding: 5px; background: #fff; border: 1px solid #AAA; }
select { width: 192px; padding: 5px; background: #fff; border: 1px solid #AAA; }
label { display: block; width: 100px; margin-bottom: 10px; font-size: 14px; }
textarea { width: 180px; height: 60px; padding: 5px; background: #fff; border: 1px solid #AAA; font-family: Arial, Helvetica, sans-serif; resize:none; font-size: 14px; }
.submit_btn, input[type="button"], input[type="submit"] { padding: 4px 14px; margin: 0px; }

.my_account_left_column{
	float: left;
	width: 150px;
	padding: 0px;

}
.my_account_right_column{
	float: right;	
	width: 800px;
}
ul.user_menu li, ul.user_menu li.off{
	list-style:none;
	height: 15px;
	padding: 4px;
	font-size: 12px;
	cursor: pointer;
}
ul.user_menu li:hover{
	background-color: #EDF2F3;
	color: #070710;
	font-size: 11px;
	font-weight: bold;
}
ul.user_menu li.on {
	color: #1E0129;
	font-size: 12px;
	font-weight: bold;
}
.content_full .my_account_left_column{
	color: #000;	
}
.my_account_right_column{
	overflow:hidden;
}
.my_account_right_column > div{
	height: 222px;
	//border: 1px solid #14142E;
	
}
.my_account_menu > div{
	height: 15px;
	float:left;
	font-size:12px;
	padding: 8px 16px;
	border-top: 1px solid #181818;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	cursor: pointer;
	height: 14px;
	font-weight: bold;
}
.my_account_menu .last{
	width: 180px;

}
.my_account_menu .inactive{
	border-bottom: 1px solid #181818;
	height: 13px;
}
.my_account_menu .active{
}
.menu_separator{
	float:left;
	border:0 !important;
	border-bottom: 1px solid #181818 !important;
	cursor: default !important;
}
.my_account_details .collapsed, .my_account_menu .inactive{
	color:#FFFFFF;
	background: #9A8D7E;
}
.my_account_details .expanded, .my_account_menu .active{
	color: #000;
}
form div{
	float: left;
	padding: 1.5px 2px;
}
form .label{
	color:#000000;
	width: 111px;
	font-size: 11px;
	font-weight: bold;
	
}
#ChangePasswordDetails .label{
	width: 120px;	
}
form{
	padding: 8px 11px 11px 0px; 
}
form .notif{
	padding: 3px 6px;
	height: 16px;
}
form .pass_nb{
 background-color: #00395B;
}
input[type=text], input[type=password], input[type=email], form textarea {
	width: 200px !important;
}
form select {
	width: 212px !important;
}
form select option {
	width: 180px !important;
}
form .button{
	width: 66px;
	margin-left: 288px;
}

.user_menu { margin: 0px; padding: 0px; }
.sub_button { width: auto; margin-left: 124px !important; }


.cms_title {
    font-size: 24px;
    padding: 10px 0 0px;
	color: #111111;
    letter-spacing: 0.07em;
    text-align: left;
}
.cms_title span {
	font-size: 20px;
}
.home_user { background: #FFFFFF; padding: 10px; margin: 10px 0; }
.home_user table td { padding: 5px 10px 5px 0px; color: #555; font-weight: bold; }
.home_user input[type='text'], .home_user input[type='password'], .home_user input[type='email'] {
	padding: 3px 5px;
	font-weight: normal;
	border: 1px solid #9b9b9b;
    font: 12px Arial,Helvetica,sans-serif;
	width: 240px;
}
.home_user input[type='submit'], .home_user input[type='button'] {
	background: none repeat scroll 0 0 #818181;
    border: 1px solid #909090;
	color: #fff;
	padding: 3px 7px;
	font-weight: normal;
}
.home_user select {
	padding: 3px 5px;
	font-weight: normal;
	border: 1px solid #9b9b9b;
    font: 12px Arial,Helvetica,sans-serif;
	width: 240px;
}