/*
	loader.css
	Simple CSS rules for NetInstall
	
	(c) 2008 - Olivier Meunier & contributors - All rights reserved.
	Please see http://dotclear.net/ for more details.
*/
body {
	font: 0.8em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	color: #000;
	background-color: #fff;
}

#page {
	width:500px;
	margin:1em auto;
}
#main {
	padding:1em 2em;
	border:1px #ccc solid;
	border-radius:8px;
}
h1,h2 {
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	background: url(img/w-logo.png) no-repeat top center;
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	color: #666;
	padding-top: 70px;
	margin: 0 0 0.75em 0;
}
h2 {
	color: #f90;
}
h3 {
	margin-top:0;
}
label {
	font-weight: bold;
	color: #555;
}

.msg {
	padding:10px 10px 10px 42px;
	border-radius:8px;
}
.warning {
	background: #ffc url(img/important.png) no-repeat 10px 10px;
}
.notice {
	background: #eef url(img/note.png) no-repeat 10px 10px;
}
