body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#wrapper{

	}
#contentHolder{
	padding:10px 0 0 10px;
	}
.backlink{
	display:block;
	float:left;
	width:50px;
	font-size:12px;
	text-align:left;
	padding:0;
	margin:15px 25px 0 0;
	background: url(backButton.png) #000000 top left no repeat;
	padding-left:10px;
	}
a{
	color:#FFFFFF;
	text-decoration:none;

	}
	
.toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 8px;
    height: 75px;
    background: url(toolbar.png) red right bottom repeat-x;
	border-bottom:solid 1px #ffffff;
}

.logoHolder{
	/*text-align:center;*/
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 13px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
	text-transform:uppercase;
	padding:13px 0 0 0;
}
fieldset {border:none;}
fieldset h2 {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: left;
	}
	
.roundedbox {
	background-color: #EEE;
	border: 1px solid #000;
	padding: 10px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 6px 6px 5px #333333;
	}
	
.imgHolder {
 
}	
