* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}
.neo_loginBox {
	margin: auto;
	max-width: 334px;
	width:100%;
}
.neo_loginBox_header {
	display: none;
	width: 100%;
}
.neo_loginBox_body {
	border-left: 1px solid #a0a4a6;
	border-right: 1px solid #a0a4a6;
	width: 100%;
	border-bottom: 1px solid #a0a4a6;
	border-top: 1px solid #a0a4a6;
}
.neo_loginBox_footer {
	width: 100%;
}
.neo_loginBox_title {
	background-color: #F5F7F9;
	background-image: url("title_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 80px;
	width: 100%;
}
.neo_loginBox_logo {
	background-color: #ffffff;
	height: 99px;
	width: 100%;
}

.neo_loginBox_logo {
	background-color: #ffffff;
	height: 99px;
	width: 100%;
	border-top-style: solid;
	border-top-color: #CECFD0;
	border-top-width: 1px;*/
}
.neo_loginBox_loginArea {
	/*height: 218px;*/
	width: 100%;
}
.neo_loginBox_bottomBar {
	background-color: #F5F7F9;
	background-image: url("bottomBar_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 48px;
}

.neo_loginBox_actions {
	/*color: #ffffff;*/
	font-size: 16px;
	padding: 12px;
	text-align: center;
}

.neo_loginBox_loginMessage {
	/*color: #0a74b5;*/
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
}
.neo_loginBox_loginMessage a {
	color: #033859;
	font-size: 12px;
}
.neo_loginBox_loginSubMessage {
	/*color: #0a74b5;*/
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
}


.neo_loginBox_loginForm {
	color: #111111;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 20px;
}
.neo_loginBox_loginForm #user, .neo_loginBox_loginForm #password, .neo_loginBox_loginForm #email, .neo_loginBox_loginForm #passwordnew, .neo_loginBox_loginForm #passwordconfirm {
	background-color: #686c6e;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	height: 35px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 298px;
}

.neo_loginBoxEdit .neo_profileRow {
	padding-top: 20px;
}


.neo_profileRow {
	float: left;
	padding-right: 20px;
	width: 300px;
	min-height:50px;
}

.neo_profileRow_text {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.neo_profileRow_text label {
	font-weight: 700;
	font-size: 14px;
}

.neo_profileRow label {
	font-weight: 700;
	font-size: 14px;
}

.neo_profileRow .neo_boxes label {
	font-weight: normal;
}


.input,select {
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 298px;
	font-size: 14px;
	height: 35px;
	border-radius: 5px;
	padding-left: 5px;
	position: relative;
}

.input_textArea {
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 96%;
	font-size: 14px;
	height: 100px;
	border-radius: 5px;
	padding-left: 5px;
	position: relative;
}

.neo_boxes {
 	height: 170px;
 	overflow: auto;
 	width: 298px;
 	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 14px;
	border-radius: 5px;
	padding-left: 5px;
	position: relative;
}

.neo_CheckBox {
	font-size: 14px;
	margin: 5px 5px 0 0;
}
.neo_div_CheckBox {
	overflow: auto;
	width: 278px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 14px;
	border-radius: 5px;
	padding-left: 5px;
	position: relative;
	height: 11px;
	padding: 12px;
}

SELECT {
	width: 304px;
	/* border: solid 1px #f4f4f4; */
	/* border-radius: 4px; */
	height: 170px;
}
SELECT option {
	font-size: 14px;
	margin: 5px 5px 0 0;
}

.neo_loginBox_actions .help, .neo_loginBox_actions .login {
	cursor: pointer;
	font-size: 16px;
}
.neo_loginBox_actions .divider {
	background-image: url("bottomBar_divider.png");
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-right: 40px;
	width: 2px;
}
.neo_loginBox_info {
	color: #c3c3c3;
	font-size: 11px;
	padding: 10px 3px;
}
.neo_loginHelp {
	padding: 10px;
}

.neo_loginBox_loginForm #strength {
	font-size: 9px;
	display: block;
	float: right;
	padding-right: 17px;
}

.neo_noImage {
	border-radius: 50%;
	margin-top:20px;
	margin-left:35%;
	margin-top: 20px;
	margin-left: 35%;
	background-image: url("../img/nophoto.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(1.5, 1.5);
}

.neo_noPhoto{
	background-image: url("../img/nophoto.jpg");
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	/*height: 99px;
	width: 100%;*/
	background-size: contain;
}

.neo_profileUpload_container{
	width: 100%;
    /*height: 200px;*/
    clear: both;
	box-sizing: border-box;
}

.neo_profileUpload{
	/*width: 75px;
    height: 75px;
    margin: auto;*/
  	width: 238px;
	/*height: 75px;*/
	margin: auto;
	clear: both;
	margin-bottom: -23px;
} 

.neo_profileUpload label {
	background-image: url("../img/camera-upload.png");
	background-repeat: no-repeat;
	background-size: 80px auto;
	cursor: pointer;
	/* float: left; */
	height: 80px;
	width: 80px;
	display: block;
	margin: auto;
	/*padding-bottom: 15px;*/
}

.neo_previewImage {
	border: 1px dotted gray;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:10px;
	width: 200px;
}

.neo_previewImage img {
	margin-top: 40px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	display: block;
	border-radius: 50%;
}
.neo_loginBoxRead .neo_previewImage {
	border: 0;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:10px;
	width: 200px;
	padding-top: 1px;
}




textarea.input {
	height: 80px;
}