body {
	font-family: 'Dosis', 'sans-serif';
	font-size:12pt;
	color:#eee;
		overflow:hidden;
}

input {border:none;margin:1px 0 2px 0;}

textarea, input, select {
	font-family: 'Dosis', 'sans-serif';
	font-size:12pt;
	color:#444;
}

body {
	background-image:url('/page/_webpics/background.jpg');
}

a {
	color:#000;
}
a:hover {
	color:#fff;
}

h1 {
	font-size:15pt;
	margin-bottom:4px;
}

#popupContent {
	margin:0 auto;
	max-width:800px;
	padding:5px;

}


.muss {color:#f00;padding-left:5px;}
.alert {background:#f0ba6c;}