
	#innerDiv { width: 800px; }			
	@media only screen and (max-width: 600px){
    	#innerDiv { width: 100%; }
	}
		

		label {
  			font-weight: normal;
		}
		
		body {
  			color: $PageInfo.clientBranding.graphTextColor;
		}
		
		ul {
			    display: inline-block;
		}
		
		li {
			text-align:left;
		}
		
		
		.logo-block {
			padding-top: 5%;
		}
		
		.logo-block {
			padding-bottom: 5%;
		}
		
		.submitDiv {
			padding-bottom: 2%;
		}
		
		.errorMes, .warning, .success{
                width: 50%;
    		display: inline-block;
		}
			#verticalHolder{
				padding-top: 1%;
			}
			
			.vertRegInput {
				padding-bottom: 2%;
			}
			#verticalHolder .regInput {
				width: 50%;
				text-align: center;
				##height: 4.5%;
				height: 50px;
			}
			.sub{
				-webkit-appearance: none;
				-webkit-border-radius: 0;
				cursor: pointer;
				display: inline-block;
				vertical-align: top;
				text-transform: uppercase;
				color: $PageInfo.clientBranding.adminColourThree;
				font-size: 20px;
				line-height: 1;
				line-height: 1.2;
				text-decoration: none;
				background: $PageInfo.clientBranding.adminColourTwo;
				padding: 13px 10px 12px;
				min-width: 284px;
				text-align: center;
				-webkit-transition: all .2s linear;
				transition: all .2s linear;
				font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
				position: relative;
				z-index: 100;
				border: none;
			}
			

div.success, div.information, div.warning, div.message, div.errorMes, div.no-entry {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    clear: both;
    color: #000;
    padding: 9px 7px 8px 34px;
    margin: 5px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fb7;
    background-color: #fff;
    background-position: 6px 7px;
    background-repeat: no-repeat;
}

div.success {
  background-image: url('../../common/images/icons/tick.png');
  background-color: #edfaed;
  color: #228226;
  border-color: #228226;
}
div.warning {
  background-color: #fed;
  background-image: url('../../common/images/icons/warning.png');
  color: #ff8000;
  border-color: #ff8000;
}

div.errorMes {
background-image: url('../../common/images/icons/error.png');
  background-color: #fee;
  color: #c00;
  border-color: #c00;
}