.clear {
	clear:both;
}
a:link {
	color: #1466A4;
}
a:visited {
	color: #1466A4;
}
a:hover {
	color: #551364;
}
a:active {
	color: #FF0000;
}
html body {
    height: auto;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	background-color:#fbdb6d;
}
#page {
	position:relative;
	visibility:hidden;
	-moz-border-radius:16px;
	border:2px solid #E0E0E0;
	background-color:#ffffff;
	margin:4px auto;
	position:relative;
	width:800px;
	min-height:400px;
}
#page_title {
	width:90%;
    font-size: 24px;
    text-align:center;
	margin:20px auto;
}
#page_menu {
	width:98%;
	margin:20px 0 0 20px;
}
#page_content {
	width:98%;
	margin:20px auto;
}
#page_author {
	margin:10px auto;
	font-size:10px;
    text-align:center;
	color:#000080;
}
.form_frame {
	-moz-border-radius:8px;
	border:2px solid #A0A0A0;
	background-color:#DADADA;
	margin:10px auto;
}
.form_frame label {
	clear:both;
	float:left;
	width:150px;
	text-align:right;
	height:18px;
	line-height:18px;
	margin-right:5px;
	padding-top:4px;
}
.form_frame input {
	float:left;
	width:200px;
	text-align:left;
	margin:2px 20px 0 0;
	height:18px;
}
.form_frame textarea {
	float:left;
	width:400px;
	height:100px;
	text-align:left;
	margin:2px 20px 0 0;
}
.form_frame select {
	float:left;
	width:200px;
	height:auto;
	outline-style:none;
	margin:2px 20px 0 0;
}
.form_frame .list_hdr {
	float:left;
	height:20px;
	line-height:20px;
	margin:1px 0 0 1px;
	white-space:nowrap;
	text-indent:4px;
	background-color:#EAEAEA;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
}
.form_frame .list_item {
	float:left;
	height:20px;
	line-height:20px;
	margin:1px 0 0 1px;
	white-space:nowrap;
	text-indent:4px;
	background-color:#EAEAEA;
	text-align:left;
	overflow:hidden;
}
a.button {
	display:block;
	float:left;
	-moz-border-radius:3px;
    background-color:#ACC9FD;
	border:1px outset #ACC9FD;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-indent:0px;
	color: #000000;
	padding:0 5px 0 5px;
	margin:10px 0 0 10px;
	outline-style:none;
}
a.button:link {
	cursor:pointer;
}
a.button:hover{
    background-color:#EBEBEB;
    border:1px solid #E9E9E9;
    color:#00B000;
}
a.button:active{
    background-color:#EBEBEB;
    border:1px inset #E9E9E9;
    outline-style:none;
}
button.hidden{
	text-indent:-10000px;
	border:none;
	background:transparent;
}
.error {
	color:#ff0000;
	font-weight:bold;
	text-indent:10px;
}