html, body {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #4c4c4c;
	color: #FFFFFF;
	font-size: 75%;
	background-image: url(../images/flower_small.png);
	background-repeat:repeat-x;
}
a {
	color: #feabff;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
/*p, li {
	line-height: 1.8em;
}*/

div#center {
	text-align: center;
	margin-top: 10px;
	font-size: 10pt; 
	margin-left: -450px;
	position: absolute;
	left: 50%;
	width: 900px;
	visibility: visible;
	border-top: 5px solid #303030;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;	
	background-color:#101010;
}

div#header {
	text-align: left;
	border-top: 5px solid #303030;
	padding: 10px;
	width: 880px;
}

#header_button {
	float: right;
}

div#content {
	padding: 20px;
	text-align:left;
}

div#error {
	padding: 10px;
	text-align:left;
	background-color: #6e6e6e;
	color: #FFF;
}

#footer_clear {
    width: 900px;
    text-align: center;
    clear: both;
    margin: 0px auto;
	height: 1px;
}

.footer {
	border-top: 1px dotted #303030;
	background-color: #030303;
	width: 880px;
	float:left;
	text-align: center;
	font-size: 8pt;
	padding: 10px;
	margin: 10px 0 0 0;
	/*position: absolute;*/
}

.input, .select, .option, .textarea {
	border: #6e6e6e;
	width: 300px;
	text-align: left;
}

input.buttons
{
   height:26px;
   background-color: #E2E2E2;
   background-image:url(../images/buttongradient.gif);
   border-style:solid;
   border-color:#6e6e6e;
   border-width:1px;
}

tr, td {
	text-align: left;
	font-size: 1em;
}z
