* {
	font-family: tahoma;
	color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-size: 80%;
	text-align: center;
}

div {
	font-size: 100%;
	text-align: left;
}

/* GLOBALS */

h1,h2,h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 140%;
}

a {
	color: #AB4E0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

/* DIV, IMG */

div.top {
	background: url(../images/topPopupBg.jpg) repeat-x #3D000A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	height: 61px;
	padding-right: 15px;
}

div.content {
	background: #000000;
	padding: 15px;
}

img.logo {
	margin: 9px 0px 0px 15px;
}
.popupTable{
	padding-left:8px;
	margin:0px;
	width:450px;
	font-size: 100%;
}
.input_style_1{
	margin-bottom:4px;
	width:252px;
	font-size:90%;
	color:#000000;
}
.input_style_2{
	margin-bottom:4px;
	width:126px;
	font-size:90%;
	color:#000000;
}
.comment{
	margin-bottom:4px;
	width:252px;
	height:100px;
	font-size:90%;
	color:#000000;
}
.headerStyle_1{
	color:#E4701E;
	font-size:100%;
}
.headerStyle_2{
	color:#A49726;
	font-size:100%;
}
form{
	padding:0px;
	margin:0px;
}