@charset "utf-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: #121b24 url(../img/bg05.jpg) repeat-x;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


#wrapper {
	width:826px;
	margin:0 auto;	
	background-color: #121a25;
}


#top{
	width: 720px;
	height: 325px;	
	margin:0 auto;
	text-align: center;
	background: url(img/title.jpg) no-repeat;
	border: none;
}

#content{
	width:800px;
	/*font-size:small;*/
	font-size:0.75em;
	margin:0 auto;
	text-align: left;
	color:#FFF;
	margin:0 auto;
	display:block;
	padding-bottom: 20px;
}

#info {	
	margin: -15px 50px;
}

#img1{
	background: url(img/giclee_sample.jpg) no-repeat;
	width: 177px;
	height: 369px;	
	border: none;
	float: left;
}

#txt1{
	width: 450px;
	float: left;
	margin: 10px 0 0 50px;
}

.btn_next {
	margin-left: 350px;
}

.btn_back {
}

#giclee {
	clear: both;
	margin: 10px 50px;
	text-align: center;
}

.reg_form {
	text-align: left;
	margin-left: 50px;
	font-size: 1.2em;
}

#footer{
	width:1024px;
	text-align:center;
	font-size:0.7em;
	line-height:20px;
	color:#506888;
    margin:0 auto;
	padding-bottom: 20px;
	margin-top: 15px;
	line-height: normal;
}

#footer img {
	margin-right: 20px;
}

.errors {
	color: #FF9900;
}

.msg {
	color: #FF9900;
}



