@font-face {
    font-family: 'simplon_bp';
    src: url('simplon_bp_regular_1-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('simplon_bp_regular_1-webfont.ttf') format('truetype'),
         url('simplon_bp_regular_1-webfont.woff') format('woff'),
         url('simplon_bp_regular_1-webfont.svg#SimplonBPRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'simplon_bp';
    src: url('simplon_bp_regular_italic_1-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('simplon_bp_regular_italic_1-webfont.ttf') format('truetype'),
         url('simplon_bp_regular_italic_1-webfont.woff') format('woff'),
         url('simplon_bp_regular_italic_1-webfont.svg#SimplonBPRegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'simplon_bp';
    src: url('simplon_bp_bold_2-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('simplon_bp_bold_2-webfont.ttf') format('truetype')
         url('simplon_bp_bold_2-webfont.woff') format('woff'),
         url('simplon_bp_bold_2-webfont.svg#SimplonBPBoldBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'simplon_bp';
    src: url('simplon_bp_bold_italic_1-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('simplon_bp_bold_italic_1-webfont.ttf') format('truetype'),
         url('simplon_bp_bold_italic_1-webfont.woff') format('woff'),
         url('simplon_bp_bold_italic_1-webfont.svg#SimplonBPBoldBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

.submitButtonWrapper input{
	/* For IE only */
	cursor: pointer;
	font-size: 12px;
	color: black;
	border-style: none;
	border-radius:7px;
	/*background-color: #373737;*/
	padding: 5px 8px;
	margin: 0px 15px 10px 15px;
  	margin-top: 10px; 
	cursor: pointer;
}

input[type="submit"], input[type="button"]{ 
	/* Other browsers */
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
	border-style: none;
	border-radius:7px;
	background-color: #373737;
	padding: 5px 8px;
	margin: 0px 15px 10px 15px;
	background:-webkit-gradient( linear, left top, left bottom, from(#575757), to( #171717));
	background:-moz-linear-gradient( center top, #575757, #171717);
  	margin-top: 10px; 
	cursor: pointer;
}

body{
	text-align: center;
}

a.registerButton, a.resetPassButton{
	font-size: 15px;
	color: #0062ff;	
	font-family: "simplon_bp";
	margin: 10px 10px;
	display: inline-block;
}

.loginSection{
	width: 320px;
}

.contentWrapper{
	padding-left: 44px;
	padding-right: 44px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 320px; 
	height: 10%;
	min-height: 350px;
	overflow: auto;
	text-align: center;
}

.loginLogo{
	background: url('login_page_logo_dysant.png') transparent no-repeat;
	width: 370px;
	height: 152px;
}

.loginPrompt{
	font-family: "simplon_bp";
	font-size: 18pt !important;
	padding: 6px;
	border-bottom: 1px solid #7fc4df; 
	color: #008abf;
	height: 28px;
	text-align: center;
}

.loginPromptWrapper{
	height: 60px;
}

/*Username*/
.usernameField{
	font-family: "simplon_bp";
	font-size: 13pt;
}

.usernameField input{
	width: 100%;
	border: 1px solid #939393;
	padding: 5px 10px 5px 10px;
	font-family: "simplon_bp";
	font-size: 13pt;
	height: 32px;
} 

.usernameLabel{
	font-family: "simplon_bp";
	font-size: 11pt;
	color: #939393;
	padding: 16px 0px 5px 10px;
	text-align: left;
}

/*Password*/
.passwordField{
	font-family: "simplon_bp";
	font-size: 13pt;
}

.passwordField input{
	width: 100%;
	border: 1px solid #939393;
	padding: 5px 10px 5px 10px;
	font-family: "simplon_bp";
	font-size: 13pt;
	height: 32px;
} 

.passwordLabel{
	font-family: "simplon_bp";
	font-size: 11pt;
	color: #939393;
	padding: 10px 0px 5px 10px;
	text-align: left;
}

.errorPanel {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 0px;
    padding: 3px 5px 3px 0px;
	background-color: #DF726B;
    border-color: #DF726B;
}
.errorLabel{
	font-family: "arial";
	font-size: 10pt;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color white -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: white;
    float: left;
    font-weight: bold;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 8px;
    width: 32px;
}
.errorMessage {
	font-family: "arial";
	font-size: 10pt;
    color: white;
    float: right;
    width: 210px;
    text-align: left;
}

.submitButtonWrapper{
	text-align: center;
}

.clear{
	clear:both;
	width: 0px;
	height: 0px;
}

footer{
	padding: 40px 20px 20px 20px;
}