#body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#000000;
}
#container {
	background-color:#000000;
	width:900px;
	margin-top:15px;
	margin-left:30px;
	border:none;
	/*border:1px dashed #AAAAAA;*/
	/*border:3px double #990033;
	border-top:4px solid #990000;
	border-left:3px double #990000;
	border-right:3px double #990000;
	border-bottom:3px double #990000;*/
}

.bl {
background: url(../styles/images/bl.gif) 0% 100% no-repeat; width:760px;
 }
.br {
background: url(../styles/images/br.gif) 100% 100% no-repeat;
}
.tl {
background: url(../styles/images/tl.gif) 0 0 no-repeat;
}
.tr {
background: url(../styles/images/tr.gif) 100% 0% no-repeat; padding:10px;

}

#premain {
	background-color:#000000;
	width:760px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:64px;
	/*border:1px solid #CCCCCC;*/
	/*border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	padding:0px;

}

#main {
	background-color:#000000;
	width:675px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	color:#AAAAAA;
}

#main fieldset {
	background-color:#000000;
	line-height:2em;
	border: none;
	}
#main fieldset legend {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#AAAAAA;
	}

#main fieldset label {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em !important;
	font-weight:bold;
	color:#AAAAAA;
	}

#main fieldset input {
	background-color:#CCCCCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em; !important;
	border:none;
	}
#main fieldset textarea {
	background-color:#CCCCCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em; !important;
	border:none;
	}
#main fieldset select {
	background-color:#CCCCCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.9em; !important;
	border:none;
	}

.alert {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em;
color:#FF0000;
}
