@CHARSET "UTF-8";

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../font/OpenSans-CondBold-webfont.eot');
    src: url('../font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../font/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensedLight';
	src: url('../font/OpenSans-CondLight-webfont.eot');
    src: url('../font/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../font/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../font/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3em;
}

* { 
	box-sizing: border-box;
 	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
}

.websiteMessage {
	position: relative;
	width: 400px;
	margin: 150px auto 0 auto;
	background-color: #ebebeb;
	border: 1px solid #c4c4c4;
	box-shadow: 0 5px 10px 1px #888;
}
.websiteMessage .image1 {
	position: absolute;
	left: -87px;
	top: -104px;
	background-image: url(../img/loginImage1.png);
	background-repeat: no-repeat;
	width: 341px;
	height: 165px;
}
.websiteMessage .image2 {
	position: absolute;
	left: -87px;
	top: 61px;
	background-image: url(../img/loginImage2.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 40px;
}
.websiteMessage .header {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.3em;
	color: #fff;
	background-color: #ed1c24;
	padding: 10px 20px;
}
.websiteMessage .message {
	float: left;
	width: 100%;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	color: #000;
}
.websiteMessage .body {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.websiteMessage .body .row {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.websiteMessage .body .row.buttonResetContainer {
	text-align: center;
}
.websiteMessage .body .row.buttonResetContainer .button {
	margin: 0 20px;
}
.websiteMessage .body .row div { float: left; }
.websiteMessage .body .row .description {
	width: 85px;
	padding-right: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
	text-align: right;
	line-height: 1.2em;
}
.websiteMessage .body .row .content {
	float: left;
}
.websiteMessage .body .row .content .text {
	float: left;
	padding-left: 7px;
	padding-top: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}

.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	background-color: #ed1c24;
	padding: 3px 15px;
	border: 1px solid #fff;
}


.clearFloat { clear: both; }