/* CSS Document */
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	text-align: center;
}


div.main {
	margin: auto;
	margin-top: 30px;
	width: 500px;
	text-align: left;
}

div.error {
	border: 1px solid black;
	margin: auto;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;

	width: 500px;
	text-align: center;
	background-color: #ffb6c1;
	font-weight: bold;
}


div#title{
	height: 50px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}

div#form{
	border: 1px solid black;
	background-color: #ddd;
	padding: 5px;
}

fieldset ul{
	list-style: none;
}

li.unused{
	font-style: italic;
	color: #444;
}

legend {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

fieldset {
	border: 0 none;
}


form p {
	padding-left: 5px;
	width: 300px;
	clear: both;
}

form p label {
	float: left;
}

form p input, form p textarea, form p select {
	float: right;
	width: 200px;
}

form p input#package {
	width: 0;
	clear: both;
};

fieldset {
	border: none;
}

input.error, textarea.error, select.error{
	background-color: #ffb6c1;
}


span.error{
	color: red;
	font-weight: bold;
	padding-top: 5px;
}

