body {

	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.4;
	background: url(/images/bgoverlay.jpg) fixed no-repeat center top!important; 
	
}
html {

	position: relative;
	overflow: auto;
	overflow-x: hidden;

}
html, body {

	margin: 0;
	padding: 0;
	
}
html, body, .swc0, .swc1 {

	height: 100%;
	
}
.swc0 {

	margin: 0 auto;
	display: table;
	
}
.swc1 {

	display: table-cell;
	vertical-align: middle;
	
}
.swc2 {

	padding: 0.3em 0.5em;
	
}
p {

	margin: 0.3em 0 0 0;
	
}
/* fix op10 vertical resize problem */
.swc2:after {

	position: absolute;
	height: 0%;
	content: "";
	
}
.firstline {

	height:80px;
	font-size:52px;

}
.nextline {

	height:80px;
	font-size:52px; 
	margin-top: -55px;

}
.heading1 { 

	color: #fff; 
	padding-bottom:20px;

}
.heading2 { 

	font-size: 14px; 
	color: #fff; 
	margin:10px 0 10px; 
	padding-bottom:10px; 
	border-bottom:1px solid rgb(62,98,131); 
	border-bottom:1px solid rgba(255,255,255,0.1);

}
input.text, textarea  {

	color: #fff;
	border: none;
	background-color: transparent;
	
}