		html, body, div, span, hr, h1, h2, h3, h4, h5, h6, p, button, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		  margin:0;
		  padding:0;
		  border:0;
		  outline:0;
		  background:transparent;
		  line-height: 1;
		}
		html, body { height:100% }
		body {
			font-size: 14px;
			font-family: ExoRegular;
			font-size: 13px;
			font-weight: 400;
			background-color: #173755;
			color: #173755;
		}
		@font-face {
			font-family: 'icomoon';
			src:url('/fonts/icomoon.eot?-dn1k1y');
			src:url('/fonts/icomoon.eot?#iefix-dn1k1y') format('embedded-opentype'),
				url('/fonts/icomoon.woff?-dn1k1y') format('woff'),
				url('/fonts/icomoon.ttf?-dn1k1y') format('truetype'),
				url('/fonts/icomoon.svg?-dn1k1y#icomoon') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		@font-face {
		    font-family: 'Roboto';
		    src: url('/fonts/Roboto-Regular-webfont.eot');
		    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
		         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		         url('/fonts/Roboto-Regular-webfont.svg#robotobold') format('svg');
		    font-weight: 400;
		    font-style: normal;
		}
		@font-face {
		    font-family: 'Roboto';
		    src: url('/fonts/Roboto-Medium-webfont.eot');
		    src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
		         url('/fonts/Roboto-Medium-webfont.woff') format('woff'),
		         url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
		         url('/fonts/Roboto-Medium-webfont.svg#robotobold') format('svg');
		    font-weight: 500;
		    font-style: normal;
		}
		@font-face {
		    font-family: 'Roboto';
		    src: url('/fonts/Roboto-Bold-webfont.eot');
		    src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		         url('/fonts/Roboto-Bold-webfont.woff') format('woff'),
		         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
		         url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
		    font-weight: 700;
		    font-style: normal;
		}		
		#login_box {
			position: absolute; 
			top: 0; 
			left: 0; 
			bottom: 0; 
			right: 0;
			margin: auto;
			width:290px; 
			height: 200px;
			background: #fff url(/img/logoBlack.png) 80px 25px no-repeat;
			background-size: 60%;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 140px 40px 40px 40px;
			//-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
			//-moz-box-shadow:    0px 4px 0px 0px rgba(0, 0, 0, 0.2);
			//box-shadow:         0px 4px 0px 0px rgba(0, 0, 0, 0.2);
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		#login_box p {
			margin-bottom: 30px;
			font-weight: normal;
		}
		#login_box input {
			border: 1px solid #ccc;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			display: block;
			margin-top: 10px;
			margin-bottom: 10px;
			height: 40px;
			line-height: 40px;
			padding-left: 45px;
			font-size: 16px;
			width: 240px;
			color: #666;
			font-family: 'Roboto';
		}
		#login_box span.forgot {
			font-size: 13px;
			color: #1E99BA;
			margin-top: 25px;
			float: left;
			margin-left: 5px;
			cursor: pointer;
		}
		#login_box button {
			float: right;
			background-color: #E71861;
			padding: 10px 20px;
			color: #fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin-top: 10px;
			cursor: pointer;
			font-family: 'Roboto';
		}
		#login_box input.login_password {
			background-position: 10px -40px !important;
		}
		#login_box input.login_sms {
			background-position: 10px -80px !important;
		}
		.err {
			color: red;
			font-weight: bold !important;
		}
		span.login_icon {
			position: absolute;
			font-family: 'icomoon';
			font-size: 20px;
			line-height: 26px;
			color: #ccc;
			top: 10px;
			left: 10px;
			display: block;
			width: 30px;
			text-align: center;
		}
		span.forgot_icon {
			cursor: pointer;
			left: 255px;
		}
		span.forgot_icon:hover {
			color: #1E99BA;
		}
		#login_code_nr {
			position: absolute;
			font-size: 26px;
			color: #ccc;
			top: 10px;
			left: 10px;
			display: block;
			width: 45px;
			text-align: center;
			border-right: 1px solid #ccc;
		}
		span.send_to {
			padding: 3px 6px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background-color: #ccc;
			color: #fff;
			margin-left: 5px;
			cursor: pointer;
		}
