/* 
	BuildAShop123 Style Sheet
	Author: Andy Webber
	Created: 05/04/09
*/

body{
	background-color: #CCCCCC;
	font-family: tahoma, "trebuchet ms", "lucida console", arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 968px;		
	text-align: center;	
}

img{
	border: 0;
}	

div#header{
	width: 968px;
	height: 140px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px;
	padding-bottom: 0;
	text-align: right;
}

div#header a:link{
	color: #CCCCCC;
	text-decoration: none;
}

div#header a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

div#header a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

div#main{	
	width: 968px;
	height: 428px;
	margin: 0;	
}

div#content{	
	background-color: #FFFFFF;
	margin: 0;
	text-align: left;
}

div#text{
	width: 85%;
	margin: 0;
	padding: 7px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.button{
	width: 153px;
	height: 38px;
	background-image:  url(../images/button.png);
	text-align: center;
	margin: auto;
	cursor: pointer;			
}

span.buttonText{
	color: #CCCCCC;
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	top: 6px;
}

div#images{
	text-align: center;
}

img.images123{
	margin: 0;
	margin-left: 20px;
	margin-right: 20px; 
}

form#form{
	display:none; 
	overflow: hidden;
	width: 35%;
	margin: auto;
	margin-bottom: 15px;
}

#form legend{
	color: #CC3333;
}	

#form fieldset
{
	padding: 0 1em 1em 1em;
}


#form input
{
	display: block;
	border: solid 1px #999999;
	width: 100%;
}

#form input#Submit{
	width: 90px;
	margin: auto;
}	

#form label
{
	display: block;
	width: 70%;
	margin: auto;
	margin-bottom: 0.5em;
}

#form label.first
{
	padding-top: 1em;
}

#form span.subLabel{
	font-size: 12px;
}

#form select
{
	display: block;
}



div#footer{
	margin: 0;
	margin-top: 4px;
	padding: 0;
	font-size: 8pt;
}


		