@charset "utf-8";
/*styles for the popups*/

.popupcontainer {
	display:none;
}

#mailtform {
	width:600px;
	height:400px;
	overflow:auto;
}

#mailtform textarea {
	width:400px;
	height:150px;
}

form span { 
	display:none; 
	padding-left:6px; 
}
.bar{
	display:none; 
	background:url(../images/loader.gif) no-repeat center; 
	margin-top:100px; 
	height:32px; width:230px;
	}
	


/*impress styles*/

#impress {
	width:600px;
	height:300px;
	overflow:auto;
}