body {
    background-image: url(./images/page_bg.jpg);
    margin: 0px;
}

.atroxler_lefttext { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_lefttext A { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_lefttext A:hover { font-family: Verdana; font-size: 11px; color: #DD6600; font-weight: normal; text-decoration: none; }

.atroxler_righttext { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_righttext A { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_righttext A:hover { font-family: Verdana; font-size: 11px; color: #DD6600; font-weight: normal; text-decoration: none; }

.atroxler_maintitle { font-family: Verdana; font-size: 13px; color: #000000; font-weight: bold; text-decoration: none; }
.atroxler_maintitle A { font-family: Verdana; font-size: 13px; color: #000000; font-weight: bold; text-decoration: none; }
.atroxler_maintitle A:hover { font-family: Verdana; font-size: 13px; color: #000000; font-weight: bold; text-decoration: underline; }

.atroxler_maindetails { font-family: Verdana; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_maindetails A { font-family: Verdana; font-size: 10px; color: #DD6600; font-weight: normal; text-decoration: none; }
.atroxler_maindetails A:hover { font-family: Verdana; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; }

.atroxler_maintext { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
.atroxler_maintext A { font-family: Verdana; font-size: 11px; color: #DD6600; font-weight: normal; text-decoration: none; }
.atroxler_maintext A:hover { font-family: Verdana; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }

.atroxler_picpadding { padding-top: 2px; padding-right: 10px; padding-bottom: 2px; padding-left: 5px; }

input {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background: #DDDDDD;
	border-top: 1px #000000 solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #000000 solid;
	padding: 1px;
}

input.atroxler_button {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #FFFFFF solid;
}

select {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background: #DDDDDD;
	border-top: 1px #000000 solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #000000 solid;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background: #DDDDDD;
	border-top: 1px #000000 solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #000000 solid;
	padding: 1px;
}

form {
	margin: 0px;
}

#overlay {
  position: absolute;
  visibility: hidden;
  display: none;
  z-index: 500;
  background: #000000;
}

#popup {
  position: absolute;
  visibility: hidden;
  display: none;
  z-index: 600;
  background: #0D0D0D;
  border: 1px #555555 solid;
}