html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background:url(../images/page-background.gif) repeat-x #000;
	padding: 1em 1.88em 0;
}

a img {
	border: 0;
}

#logos {
	margin:0 auto;
	margin-bottom:.5em;
	width:760px;
	height:119px;
}

#logo {
	width:225px;
	height:119px;
	background:url(../images/logo.png) no-repeat;
	float:left;
}

#secondary-logo {
	width:438px;
	height:63px;
	margin:48px 0 0 60px;
	background:url(../images/login/secondary-logo.png) no-repeat;
	float:left;
}

#loginBox {
	width:696px;
	height:251px;
	padding:21px 0;
	margin:0 auto;
	background:url(../images/login/bg-login.png) no-repeat;
  color: #606060;
  font-family: Helvetica;
}

#loginLeft {
	float:left;
	width:172px;
	height:200px;
	padding-left:21px;
	font-size:13px;
	border-right:1px solid #606060;
}

#loginLeft h1 {
	margin:0 0 15px 0;
	color:#f18e01;
	font-weight:normal;
	font-size:15px;
}

#loginLeft div.instructions {
	width:149px;
	margin:0 0 15px 0;
	font-size:11px;
}

#loginLeft div.label {
	color:#dadada;
	font-weight:normal;
	margin:0 0 5px 0;
}

#loginLeft input[type=text],#loginLeft input[type=password] {
	background-color:#767676;
	border:1px solid #dadada;
	margin:0 0 15px 0;
	width: 150px;
}

#loginLeft div.buttons {
	margin:25px 0 0 0;
}

#loginLeft div.fp a {
	color:#b9b9b9;
}

#loginRight {
	float:right;
	padding-right:21px;
}

#step {
	height: 48px;
	text-align:left;
	color:#2a2a2a;
}

#step div {
	height: 48px;
	line-height:48px;
	padding:0 0.81em;
	font-size: 1.13em;
}

#wizard #divider {
	height: 40px;
	background:url(../images/wizard/bg-header.jpg) repeat-x #fff;
}

#wizard #panel {
	min-height: 200px;
	font-size: 0.75em;
	padding: 0 1.25em 0;
	margin:0 100px 30px 100px;
	color: #606060;
	font-family: Helvetica;
	text-align:left;
}

#wizard #panel h3 {
	text-align:center;
	font-size: 16px;
	color:#2a2a2a;
	padding-bottom:15px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:15px;
}

#error {
	margin:0 auto;
	width:660px;
	color:#dadada;
	text-align:center;
}

#help {
	text-align:center;
	text-transform:uppercase;
}

#help_button a {
	height:16px;
	width:16px;
	margin:0 10px;
	float:left;
	text-decoration: none;
	background:url('../images/wizard/help.png') bottom left no-repeat;
	display:block;
}

#help_button a:hover {
	background-position: -16px 0px;
}


#buttons {
	border-top:1px solid #d9d9d9;
	height: 2.38em;
	padding: .4em 0 1em 0;
	margin: 0 10px;
}

#buttons div {
	padding-top: 0.63em;
}

#campaign_table {
	margin-top:15px;
}
