/* Layout */

html
	{
	text-align: left;
	overflow: auto;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background: white;
	background-image: url('../images/sec_bg_1x660.png');
	background-repeat: repeat-x;
	height: 100%;
	}

	
/* Fonts served locally */
@font-face {
    font-family: 'RobotoCondensed-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto-Condensed-webfont.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('fonts/Roboto-Condensed-webfont.woff') format('woff');
	}
		
#PgHead
	{
	display: block; 
	position: absolute;
	top: 30px; 
	left: 200px; 
	}
	
#PgHead p
	{
	white-space: nowrap;
	line-height: 40px;
	font-family: 'RobotoCondensed-Regular';
	font-size: 1.2em;
	color: #aaaaaa;
	}
	
#PgHead h1
	{
	white-space: nowrap;
	line-height: 40px;
	font-family: 'RobotoCondensed-Regular';
	font-size: 1.8em;
	padding-bottom: 30px;
	color: white;
	}	
	
#MsgBox					
	{ 
	display: block; 
	position: relative;
	top: 175px; 
	width: 500px; 
	height: auto !important;
	min-height: 300px;
	margin-left: auto; 
	margin-right: auto;
	background: #dddddd; 
	border: 1px solid #AAAAAA;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/cnsi/style/ie-css3.htc');
	}
#MsgBox h1
	{ 
	font-family: 'RobotoCondensed-Regular';
	font-size: 1.5em;
	padding: 16px 0 15px 22px;
	margin: 0;
	line-height: 24px; 
	color: rgb(50, 50, 50);
	}
	
#MsgBox p
	{ 
	font-family: 'RobotoCondensed-Regular';
	font-size: 1.2em;
	padding: 16px 0 26px 22px;
	margin: 0;
	line-height: 24px; 
	color: rgb(50, 50, 50);
	}

	



