﻿@charset "utf-8";

/**/

html, 
body {
	width: 100%;
}

html {
	height: 100%;
}

body {
	background: #FFF;
	padding: 10px;
	overflow: hidden;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

/**/

@font-face {
    font-family: 'augieRegular';
    src: url('../typography/Augie/augie-webfont.eot');
    src: url('../typography/Augie/augie-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/Augie/augie-webfont.woff') format('woff'),
         url('../typography/Augie/augie-webfont.ttf') format('truetype'),
         url('../typography/Augie/augie-webfont.svg#augieRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**/



h1, h2.main {
	font-size: 30px;
	margin: 20px 0;
	color: #000;
	font-weight: normal;
	font-family: augieRegular, Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 30px;
	margin: 20px 0;
	color: #000;
	font-weight: normal;
	font-family: augieRegular, Helvetica, Arial, sans-serif;
}

/**/
@font-face {
    font-family: 'Conduit_ITC_Light';
    src: url('../typography/Conduit/conduititcttlight-webfont.eot');
    src: url('../typography/Conduit/conduititcttlight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../typography/Conduit/conduititcttlight-webfont.woff') format('woff'),
		url('../typography/Conduit/conduititcttlight-webfont.ttf') format('truetype'),
		url('../typography/Conduit/conduititcttlight-webfont.svg#Conduit_ITC_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn {
	position: absolute;
	top:5px;
	right:5px;
	}
	 
#Login1_formStartGuest {
	margin: 20px;
	
	}
	
#Login1_lblEmail,
#Login1_lblPassword {
	color: #F26E0C;
	 font: 20px/130% "Conduit_ITC_Light",Arial,Helvetica,sans-serif;
	}
	
#Login1_BtShowRecoverPassword {
	white-space:nowrap;
	}
	
#Login1_BtLogin {
	margin-right: 15px;
	}
a#Login1_BtLogin,
a#Login1_BtShowRecoverPassword {
	float:left;
	 font: 16px/130% "Conduit_ITC_Light",Arial,Helvetica,sans-serif;
	}
	
a#Login1_BtLogin:hover,
a#Login1_BtShowRecoverPassword:hover {
	color: #000;
	}
	
input#Login1_txtEmail,
input#Login1_txtPassword {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	clear:both;
	background: #CCC;
	border:0 none;
	}

