body {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#content {
	width: 550px;
	margin: auto;
	text-align: left;
}

#body {
	width: 540px;
	background-color: rgb(208, 136, 34);
	/*text-align: center;*/
}

#body2 {
	width: 538px;
	margin-left: 1px;
	background-color: #FFFFFF;
}

#form {
		margin: 30px;
		width: 360px;
		float: left;
		display: block;
}

acronym:hover { cursor: help; }



fieldset {
	width: 450px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend {
	font-size: 12pt;
	font-style: italic;
}

.optional {
	display: none;
}

#status2, #status {
	width: 450px;
	margin: 10px;
	float: left;
	display: none;
	text-align: left;
}

#buttons {
	width: 450px;
}

label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

h1 {
	text-align: center;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	color: white;
	
}
	
.info, .success, .warning, .error2, .validation {
	border: 1px solid;
	margin: 10px 25px;
	padding:15px 10px 15px 55px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}
.error2 {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

noscript {
	width: 340px;
	margin: auto;
	text-align: center;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

#footer {
	color: white; 
	text-align: center;
}

#footer a {
	text-decoration: none; 
	color: white;
}

.nopic img {
	display: none;
}
