#body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	background-image: url(images/back1.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link, a:visited {
	color: #D31145;
	text-decoration: none;
}

fieldset {
	width: 520px;
	background-color: #FFF0D2;
	border: 2px solid #D31145;
	margin-right: auto;
	margin-left: auto;
/*	position: relative;*/
	margin-top: 20px;
/*	padding-top: 25px;*/
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-bottom: 12px;
}

legend {
	font-size: 18px;
	font-weight: bold;
	color: #D31145;
/*	position:absolute;
    top: -.5em;
    left: .5em;*/

}

label {
	font-size: 11px;
	color: #333333;
	clear: both;
}

#banner {
	width: 555px;
	margin-right: auto;
	margin-left: auto;
}

.fakefieldset {
	width: 520px;
	padding: 14px;
	background-color: #FFF0D2;
	border: 2px solid #D31145;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

input {
	border: 1px solid #D31145;
	padding: 5px;
}

textarea {
	border: 1px solid #D31145;
	padding: 5px;
}

#button {
	border: 1px solid #333333;
}

form p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}

h1 {
	color: #D31145;
}
h2 {
	color: #FFFFFF;
	background-image: url(images/strap1.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 29px;
	padding-top: 6px;
	padding-left: 8px;
	font-size: 18px;
	margin-top: 12px;
}

h2 a:link, h2 a:active, h2 a:visited {
	color: #FFFFFF;
	display: block;
}

h2 a:hover {
	color: #FFFF66;
}

h3 {
	color: #D31145;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #D31145;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0033;
}
.purp {
	color: #4A06D8;
}


#nav {
	background-color: #d31145;
	margin-bottom: 22px;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
}

#nav a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	padding-left:7px;
	background-image: url(images/msg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
redbold {
	font-weight: bold;
	color: #FF0000;
}

#warning {
	float: left;
	width: 50px;
	display: block;
	margin-left: 40px;
}

#errors {
	width: 420px;
	display: block;
	float: right;
}

#formfields {
	display: block;
	clear: both;
	padding-left: 33px;
}
