body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #3c7178;
	font-size: 30px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

#logo {
	margin-top: 10px;
	height: 170px;
	width: 180px;
}

#container	{
	position: relative;
	top: 40px;
	width: 820px;
	height: 430px;
	border: 0px red solid;
}

#container2	{
	position: relative;
	top: 40px;
	width: 820px;
	height: 380px;
	border: 0px red solid;
}

#tshirtimagebox {
	float: left;
	width: 390px;
	height: 430px;
	border: 0px yellow solid;
}

#optionsbox {
	float: right;
	width: 390px;
	height: 430px;
	border: 0px green solid;
	background-image: url(images/options-box.gif);
}

#footer {
	float: clear;
	margin-top: 70px;
	height: 40px;
	width: 820px;
	border: 0px red solid;
}

#footer p {
	color: #336666;
	font-size: 10px;
}

.text_error  {
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 65px;
	margin-left: 65px;
}

#optionsbox h1 {
	color: #e0cf7b;
	font-size: 30px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}

#optionsbox h2 {
	color: #e0cf7b;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

#optionsbox h1 {
	color: #e0cf7b;
	font-size: 30px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}

#optionsbox p {
	color: #fff;
	font-size: 12px;
	width: 300px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

.iframe {
padding:0px;
margin-top:0px;
background-color: transparent;
} 

.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

.text_white_px12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #E0CF7B;
	border: 1px solid #AA9C5C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.text_white_confirm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #e2001a;
}

a:visited {
	text-decoration: none;
	color: #e2001a;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}