@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #fff;
	margin: 0;
	padding: 0;
	background: #cc8772;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color:#333;
}

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

h2{
	border-bottom: 1px dotted #333;
	color: #333;
	padding: 0 0 10px 10px;
}

#container{
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 800px;
	height: auto;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #000;
	background: #fff;
}

#bookmarklet{
	position: absolute;
	z-index: 100;
	padding: 5px;
	text-align: center;
	display: block;
	background: #F90;
	border: 1px solid #333;
	margin-top: -33px;
	font-size: 14px;
	font-weight: bold;
}

#header{
	width: 800px;
	height: 255px;
	background: #fff url(../images/header.gif) left no-repeat;
	margin: 0;
	padding: 0;
}

#main{
	width: 800px;
	background: #fff url(../images/box_middle.gif) repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
	
}

#content{
	margin: 0 80px 0 75px;
}

#content p, ul, h4{
	padding: 5px;
	margin: 0;
}

#content .textbox{
	border: solid 1px #cc8772;
	color: #666;
	padding: 2px;
}

#content .submit_button{
	background: #cc8772;
	color: #000;
	font-weight: bold;
	padding: 2px;
	font-size: 24px;
	border-top: 2px solid #daa990;
	border-left: 2px solid #daa990;
	border-bottom: 2px solid #9c552d;
	border-right: 2px solid #9c552d;
	margin-left: 75px;
	margin-top: -20px;
}

#content h4{
	margin: 0;
	font-size: 16px;
	color: #cc8772;
	padding-top: 10px;
}

#box_bottom{
	width: 800px;
	height: 25px;
	background: #fff url(../images/box_bottom.gif) left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer{
	text-align: right;
	margin-right: 25px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

.border{
	border: 2px solid #cc8772;
}

.display_inline{
	/*float: left;*/
	display: inline;
	padding: 5px;
}

.submit_button_sm{
	background: #cc8772;
	color: #000;
	font-weight: bold;
	padding: 2px;
	font-size: 14px;
	border-top: 2px solid #daa990;
	border-left: 2px solid #daa990;
	border-bottom: 2px solid #9c552d;
	border-right: 2px solid #9c552d;
	margin-top: 10px;
}

img.imgleft{
	float: left;
	margin: 10px;
}

img.imgright{
	float: right;
	margin: 0 10px 0 10px;
}
