html {
	background-color: gray;
}

#logo {
	background-color: white;
	margin-right: 360px;
	border-style: ridge;
	border-color: black;
}

img {
	border: 0px;
}

#info {
	position: fixed;
	background-color: gray;
	float: right;
	top: 20px;
	right: 20px;
	color: white;
	width: 340px;
}

#login {
	position: fixed;
	top: 20px;
	right: 20px;
	float: right;
}

#main {
	background-color: white;
	margin-right: 360px;
	margin-top: 2ex;
	padding-top: 1ex;
	padding-left: 2ex;
	padding-right: 2ex;
	border-style: ridge;
	border-color: black;
}

#rightborder {
	position: absolute;
	border-left: inset gray;
	top: 0px;
	right: 0px;
	background: gray;
	width: 360px;
	height: 100%;
	z-index: -1;
	clear: both;
}

#addfirearm {
	margin-top: 2ex;
}

hr {
	height: 3px;
	width: 100%;
	background-color: #ffa20c;
	border: none;
}

.forgot {
        text-decoration: underline;
	font-size: 10px;
	color: blue;
}

#navigation a {
	color: #fff;
	background: #ffa20c url(left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a span {
	background: url(right-tab.gif) right top no-repeat;
	padding-right: 10px
}

#navigation a, #navigation a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */

#navigation a:hover {
	color: #fff;
	background: #781351 url(left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
}

#navigation a:hover span {
	background: url(right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}

#navigation ul {
	list-style-type: none;
	padding-left: 4px;
	margin: 0;
	margin-bottom: -3px;
}

#navigation li {
	position: relative;
	left: 0px;
	top: -20px;
	float: left;
	margin: 0;
}

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

iframe {
	float:right;
	border: 5px;
}

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

input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

textarea {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

input:focus {
	color: #000;
	background: #fff;
	border: 1px solid #781351
}

textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #781351
}

.submit {
	float: left;
	text-align: right;
}

.submit:hover {
    background: #ffa20c;
}

.button:hover {
    background: #ffa20c;
}

fieldset {
	border: 1px solid #781351;
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

#footer {
	margin-left: 10%;
	margin-right: 10%;
	font-size: small;
	text-align: center;
}

#horline {
	position: absolute;
	background: gray;
	width: 100%;
	height: 10px;
}

#calendarPopup {
	position: absolute;
	visibility: hidden;
	background-color: white;
}

.required {
	color: red;
}

center {
	text-align: center;
}

