html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                    
}

body {
	color:#fff;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
}

a {
	text-decoration:none;
	color:#fff;
}

.menu_txt a:hover {
	text-decoration:none;
	color:#717171;
}

a visited {
	text-decoration:none;
	color:#fff;
}



#main {
	width: 950px;
	height: 550px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px; 
	margin-top: -277px; 
}

#img_box {
	position: absolute;
	z-index: 1;
}

#new_img {
	position: absolute;
	z-index: -1;
}

#prev_img {
	position: absolute;
	z-index: 0;
}

.menu_txt {
	font-size: 18px;
	margin-bottom: 15px;
}

.payfix {
	background:transparent url(../img/spacer.png) repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:15px;
	width:400px;
	z-index:99;
}

#menu {
	position:absolute;
	z-index: 2;
	left:40px;
	top:190px;
	width: 400px;
}

#content {
	position: absolute;
	z-index: 2;
	left: 480px;
	top: 35px;
	width: 440px;
	height: 460px;
	overflow: auto;
}

#contact {
	font-size: 14px;
	position: absolute;
	z-index: 2;
	bottom: 4px;
	left: 150px;
}

.content_header {
	font-size: 18px;
	margin-bottom: 10px;

}

.textfield {
	height: 13px;
	width: 200px;
}

table.input_table
{
	width: 100%;
}

table.input_table td
{
	padding-top: 1px;
	padding-bottom: 1px;
}

input.date {
	width: 150px;
	color: #000;
}