@import url("../css/reset.css");
body {
	font:62.5%/100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#586164;
	color:#000;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px;
	width:800px;
	background:#fff url(../img/bg_wrapper.gif) repeat-x 0% 175px;
}
.header {
	height:175px;
	background:url(../img/bg_header.jpg) no-repeat 0% 0%;
}
.maincontent {
	margin:0 30px;
	font-size:1.1em;
	line-height:160%;
}
h2 {
	color:#5E8C9B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:160%;
}
a {
	color:#EC63B1;
	text-decoration:underline;
}
.footer, .push {
	height: 125px;
}
.footer {
	width:800px;
	margin:0 auto;
	padding-top:105px;
	height:20px;
	text-align:center;
	background:url(../img/bg_footer.gif) repeat-x 0% 0%;
	color:#999;
}
h1 {
	display:none;
}
#delete p, #accordion p, #scroll p {
	background-color:#f6f9e9;
	padding:5px;
	margin:10px 0;
}
#accordion {
	margin:20px;
}
#accordion h3.title {
	cursor: pointer;
	font-size: 1.4em;
	background: #9aa668;
	color: #fff;
	padding: 5px;
	margin:1px;
}
#uploadForm {
	font-size:1em;
	margin:20px 0;
}
#uploadForm fieldset {
	width:29em;
	border:solid 1px #333;
	background-color:#f6f9e9;
}
#uploadForm legend {
	color:#333;
	background:inherit;
}
#uploadForm label {
	float:left;
	width:10em;
	line-height:1em;
	margin-right:0.1em;
	text-align:right;
}
#uploadForm input, #uploadForm select, #uploadForm textarea {
	margin:0 0 0.5em 0.2em;
	width:11em;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size:100%;
}
#uploadForm .noresize {
	width:auto;
}
#uploadForm .submit {
	margin-left:10.1em;
}
#uploadButtons {
	float:right;
	margin-right:2em;
	_margin-right:5px;
}
#frame {
	width:640px;
	height:480px;
	overflow:none;
	border:1px solid black;
	background-color:#f6f9e9;
	margin:0 auto;
}
#photos {
	margin-top:20px;
	width:640px;
	margin:20px auto 50px auto;
}
#photos img {
	border:none;
}
#photos a {
	display:block;
	float:left;
	margin-right:9px;
}
#photos a.last {
	margin:0px;
}
#morphForm {
	font-size:1em;
	margin:20px 0;
}
#morphForm fieldset {
	width:29em;
	border:solid 1px #333;
	background-color:#f6f9e9;
}
#morphForm legend {
	color:#333;
	background:inherit;
}
#morphForm label {
	float:left;
	width:10em;
	line-height:1em;
	margin-right:0.1em;
	text-align:right;
}
#morphForm input, #morphForm select, #morphForm textarea {
	margin:0 0 0.5em 0.2em;
	width:11em;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size:100%;
}
#morphForm .noresize {
	width:auto;
}
#morphForm .submit {
	margin-left:10.1em;
}
#loginMsg {
	text-align:center;
	width:100px;
	height:20px;
	border:none;
}
.error {
	width:150px;
	padding:5px;
	background:#FFCACA;
	border:3px solid #ff0000;
	color:#FF0000;
	font-weight:bold;
}
.success {
	width:250px;
	padding:15px;
	background:#B6D6FF;
	border:1px solid #014AA9;
	color:#014AA9;
	font-weight:bold;
}
#top {
	height:10em;
	background:#e8efcb;
	text-align:center;
}
#top2 {
	height:20px;
	background-color:#9aa668;
	text-align:center;
}
#top2 a {
	background-color:#9aa668;
	color: #fff;
	text-decoration:underline;
	padding: 1px 1em;
	font-weight:700;
}
.tip {
	color: #000;
	width: 230px;
	z-index: 13000;
}
.tip-title {
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #7e8059;
	border-bottom: 1px solid #fff;
}
.tip-text {
	padding: 4px 8px 8px;
	background: #e8efcb;
}
.custom .tip {
	color: #000;
	width: 230px;
	z-index: 13000;
}
.custom .tip-title {
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #71abbf;
	border-bottom: 1px solid #fff;
}
.custom .tip-text {
	padding: 4px 8px 8px;
	background: #e3ecee;
}

