html, body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	color: #4a4a4a;
	/*color: #3d424d;*/
	text-shadow: 0px 1px 0px white;
  	height: 100%;
	min-height: 100%;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F7F7F7));
	background: -moz-linear-gradient(top, #FFFFFF, #F7F7F7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.tbwa_logo {
	background: url(../images/tbwa_logo_31x31.gif) no-repeat;
	width: 300px;
	height: 31px;
	top: 30px;
	left: 0;
	position: absolute;
	text-shadow: none;
	cursor: auto;
	line-height: 32px;
}

.oneeighty_logo {
	background: url(../images/180_logo_31x31.png) no-repeat;
	width: 300px;
	height: 31px;
	top: 30px;
	left: 0;
	position: absolute;
	text-shadow: none;
	cursor: auto;
	line-height: 32px;
}

.loupelogo {
	background: url(../images/spritenew.png) 5px 5px no-repeat;
	width: 110px;
	height:135px;
	cursor: auto;
}

.errorMessage {
	/*background-color: #f1b8b1;*/
	color: #B0252C;
	font-size: 12px;
	font-weight:bold;
	padding-top: 10px;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
}

a:link {
	color: #B0252C;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	cursor: pointer
	color: #B0252C;
	text-decoration: none;
	text-shadow: none;
}

a:visited {
	color: #B0252C;
	text-decoration: none;
	text-shadow: none;
}

#centerer1 {
	width: 100%;
	height: 80%;
	display: table;
}

#centerer2 {
	display: table-cell;
	vertical-align: middle;
	padding-top: 80px;
	padding-left: 38px;
}

.pageWide {
	width: 435px;
	margin: 0px auto;
}
.mainWindow {
	/*position:		absolute;
	top:			-115px;*/
	width:			835px;
	/*border:			transparent;
	left: 			50%;
	margin-left: 	-216px;
	margin-top:		190px;
  	background:		none;*/
}

#forgotPassword {
	visibility: hidden;
	position:absolute;
	top: -30px;
	left: 285px;
	width: 202px;
	height: 110px;
	border: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 20px;
	color: #c9c9c9;
	font-size: 11px;
	text-shadow: 0px -1px 0px black;
	background-image:url('../images/support_panel.png');
}

img {
	border: 0px;
}

input, textarea {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	border: 1px solid #AAA;
	border-radius: 3px;
	padding: 5px;
	box-shadow: inset 0px 1px 4px #CCC, 0px 2px 0px #FFF;
	background-color: #FFF !important;
	margin-bottom: 5px;
}

label {
	padding: 0px;
}

loginlabel {
	height: 24px;
	font-size: 11px;
	color: #666;
	padding-top: 4px;
	text-align: right;
}

.legalNotice {
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0px 1px 0px white;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 1em;
}

.legalText {
	line-height: 14px;
	font-size: 11px;
}

.button {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #fff !important;
	text-shadow: 0px -1px 0px black;
	text-transform: uppercase;
	background: #57585b; /* Old browsers */
	background: -moz-linear-gradient(top, #57585b 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57585b), color-stop(100%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #57585b 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #57585b 0%,#434343 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #57585b 0%,#434343 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57585b', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #57585b 0%,#434343 100%); /* W3C */
	border-top-color: #888;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #222;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #4b4b4b;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #4b4b4b;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0px 1px 2px #858585;
	-moz-box-shadow:0px 1px 2px #858585;
	box-shadow:0px 1px 2px #858585;/* For Internet Explorer 8 */
	cursor: pointer;
}
.button:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#57585b));
	background: -moz-linear-gradient(top, #434343, #57585b);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#57585b',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 1px 2px #858585;
	-moz-box-shadow:0px 1px 2px #858585;
	box-shadow:0px 1px 2px #858585;/* For Internet Explorer 8 */
	-webkit-box-shadow: inset 0 1px 3px #222;
	-moz-box-shadow: inset 0 1px 3px #222;
	box-shadow: inset 0 1px 3px #222;
}

.loginpanel{
	overflow: hidden;
	margin: 24px;
	display:block;
	float: left;
	position: relative;
	z-index:1;
	border: 1px solid #dddddd;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 1px 2px #eeeeee;/* For WebKit (Safari, Google Chrome etc) */
	-moz-box-shadow:0px 1px 2px #eeeeee;/* For Mozilla/Gecko (Firefox etc) */
	box-shadow:0px 1px 2px #eeeeee;/* For Internet Explorer 8 */
}

.brand-options {
	display: none;
}