*{
	font-family: verdana, Helvetica; 
	font-size: 10px;
}


div#left{
	float:left;
	width:200px;
	height:100%;
	background-color: white;
	position: absolute;
	text-align:center;
}

	div#left img{
    	margin-top:30px;
    }


div#main{
	background-color:#088EFF;
	position: absolute;
	left:200px;
	padding:30px;
}

	div#step img{
    	margin-right:10px
    }
	
	div#form{
    	
    }
	
		input.submit{
        	margin-left:250px;
        }


h1#topRight{
	display: block;
	position:absolute;
	right:20px;
	top:10px;
	color:#9cd3ff;
	font-size:30px;
	text-align: right;
	width:250px;
	font-family: Verdana;
	margin: 0;
}

body{
	background-color:#088EFF;
	padding: 0;
	margin: 0;
}

/* 		FORMS		 */

div#form{
	margin:20px 0px 0px 0px;
}

div#step img{
	border:0;
}



form, form span{
	color:white;
	font-weight: bold;
}


label, input, select{
	float:left;
	display:block;
	margin-right: 5px;
	padding:0px 2px 0px 0px;
}

select.small{
	width:80px;
}


label{
	color:white;
	font-weight: bold;
}

label.small, label.medium, label.large, label.smaller{
	margin-top:7px;
	margin-right:9px;
}



br{
	clear:both;
}

.smaller{
	width:50px;
}


.small{
	width:75px;
}

.medium{
	width:225px;
}

.large{
	width:310px;
}

.red{
	color: red;
}

textarea{
	height: 50px;
}

select.multiple{
	width: 317px;
	height:75px;
}


div#formLeft, div#formMiddle, div#formRight{
	float:left;
	
}

div#formLeft{
	width: 350px;
}

div#formMiddle{
	width: 570px;
	padding-left:50px;
}

div#formRight{
	width: 350px;
	clear: both;
}

	div#formRight input.submit{
    	margin-left:150px;
    }


div#top{
	background-color: white;
	position: absolute;
	text-align:left;
	top:0px;
	height:150px;
	width:100%;
}

div#top img{
	margin-top:20px;
	margin-left:30px;
	
}

body#changeArtist{
	background-color:#4a6510;
}

body#changeArtist div#main{
	position: absolute;
	top:150px;
	left:0;
	padding:30px;
	background: #4a6510;
}

h2{
	color: #66CC00;
	font-size:16px;
	font-family: Verdana;
	margin-top: 10px;
}