@charset "utf-8";
/* CSS Document */
a:link { 
	color: #F79420;
	text-decoration: none;
	}
a:visited { 
	color: #F79420;
	text-decoration: none;
	}
a:hover { 
	color: black;
	text-decoration: none;
	}
a:active { 
	color: #F79420;
	text-decoration: none;
	}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.contentbg{
	background:url(images/contact/contentbg.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding-top:20px;
	padding-bottom:20px;
}

.content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F79420;
}

.content2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.toptable_comic_left{
	background:url(images/contact/top_tile.jpg);
	background-repeat:repeat-x;
	background-position:right;
}

.toptable_comic_right{
	background:url(images/contact/top_tile.jpg);
	background-repeat:repeat-x;
	background-position:left;
}

.bottomtable_comic_left{
	background:url(images/contact/bottomleft_tile.jpg);
	background-repeat:repeat-x;
	background-position:right;
}

.bottomtable_comic_right{
	background:url(images/contact/bottomright_tile.jpg);
	background-repeat:repeat-x;
	background-position:right;
}

.topleft_tile{
	background:url(images/contact/toptile_left.png);
	background-repeat:repeat-x;
}

.topright_tile{
	background:url(images/contact/toptile_right.png);
	background-repeat:repeat-x;
}

.header{
	background:url(images/contact/index_01.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F79420;
}

.header_content{
	background:url(images/contact/index_01.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F79420;
	padding-top:3px;
}

.footerleft{
	background:url(images/contact/index_06.png);
}

.footerlinks{
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F79420;
}

.footerright{
	background:url(images/contact/index_07.png);
	background-position:left;
}

#search_form{
	position:relative;
}

.searchfield{
	background-color:transparent;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.contactfield{
	width:300px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px #333333 solid;
}

.listfield{
	width:150px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px #333333 solid;
}

.commentfield{
	width:300px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px #333333 solid;
}


#form1,#form1 input{
	margin:0;
	overflow:hidden;
}
