html,body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 100%;
}

body {
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-image: url(../img/background.jpg);
	background-position: left top;
	background-repeat: repeat;
}
 
img {
	border: 0;
	display: block;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

input {
	border: 1px solid white;
}

a:link {
	color: #00aeef;
	text-decoration: none;
}

a:visited  {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #00aeef;
	text-decoration: underline;
}

a:active {
	color: #00aeef;
	text-decoration: underline;
}

div#nav {
	float: left;
	padding: 20px 0 0 20px;
}

div#prices {
	padding: 10px 0 0 80px;
}

div#artwork {
	padding: 5px 0 0 60px;
}

div#faq {
	padding: 0 0 0 100px;
}

div#about {
	padding: 30px 0 0 60px;
}

div#legal {
	padding: 0 0 0 150px;
	margin-top: -30px;
}

div#contact {
	padding: 0 0 0 70px;
}

div#box {
	float: left;
	padding-left: 20px;
}

div#banner {
	height: 130px;
	margin: 10px 0 5px 0;
}

div#login_box {
	position: relative;
	float: left;
	height: 87px;
	width: 150px;
	font-size: 12px;
	background: #000000;
	padding: 10px;
	text-align: center;
}

div#we_print {
	padding: 10px 0 0 20px;
	float: left;
}

div#content {
	width: 550px;
	min-height: 400px;
	margin-bottom: 20px;
}

div.row {
	clear: both;
	padding: 0.1em 0 0 0.5em;
	width: 100%;
	min-height: 2em;
}

div.row span.label {
	float: left;
	text-align: left;
	width: 42%;
}

div.row .formw {
	float: right;
	text-align: left;
	width: 58%;
}

.whiteback {
	width: 460px;
	text-align: center;
	background-color: #000000;
	padding: 10px;
}

.whitebackleft {
	width: 400px;
	margin-left: 10px;
	text-align: left;
	background-color: #000000;
	padding: 10px;
}

.popup_header {
	margin: 10px 0 0 10px;
}

.title {
	color: #8560a8;
	margin-bottom: 5px;
}

.error_text {
	color: #ed1c24;
}

.error {
	border: 2px solid #ed1c24;
}