@charset "utf-8";
/* Article Pop Up CSS */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	color: #745E3F;
	background-color: #FFFCF7;
	line-height: 1.5em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

#wrapper {
	width: 650px;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../newimages/form-bg.jpg);
	background-repeat: repeat-y;
}

#spider-flash {
	background-image: url(../newimages/seo-title.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 627px;
}

#order-form {

}

fieldset {
	border: 1px solid #E8E1D5;
}

#order-form .label {
	float: left;
	width: 230px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	padding: 3px 5px 2px 5px;
}

th {
	text-align: left;
}

input#submit {
	background-color: #CECEC1;
	color: #605235;
	border: 1px solid #CECEC1;
}

input#reset {
	background-color: #CECEC1;
	color: #605235;
	margin-left: 15px;
	border: 1px solid #CECEC1;
}

input#realname, input#email, input#phone {
	width: 200px;
}

textarea#comments {
	width: 400px;
}

input#radio {
	clear: both;
}

.Surname {
	visibility: hidden;
}

.floatright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.floatleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

a:link, a:visited {
	color: #745E3F;
}

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

