font.light {
	color: #ACBEDF;
}

font.green {
	color: #6e875c;
}

font.red {
	color: #b03030;
}

body.install {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

table.installer {
	width: 500px;
}

table.forms {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 13px;
	margin-top: 15px;
}

h2.install_header {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;	
	padding-bottom: 5px;
	color: #758ebc;
}

h2.section {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
}

input.admin {
	width: 100%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 13px;
	margin-bottom: 10px;
}

div.general {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 13px;
	line-height: 22px;
}

div.error {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 13px;
	color: #ff0000;
	margin-top: 15px;
}

input.install_button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 193px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}