html, body, a {	margin: 0; padding: 0; border: 0; }
img { border: none; }

.allclear { clear: both; }

#logo { padding: 0; width: 300px; height: 83px; float: left; }
.logo a {
  margin-top: 35px;
}
.logo a,
.logo img {
  display: inline-block;
}
#links { width: 548px; height: 100px; float: left; text-align: right; }

#innercontent {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	clear: both;
	background-color: white;
}

#copyright { width: 100%; height: 300px; padding-top: 20px; text-align: center;font-size: 13px;}
#copyright a:link, #copyright a:visited {text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

#security-logos { text-align:center; padding:30px 0; clear:both; width:100% }
#security-logos img { padding:0 25px }

h1.title span { background: #ff6319; color: #ffffff; padding: .1em; font-weight: bold}
h2.hometitle {font-size: 34px; font-weight: 300; line-height: 1.25em; color: #4f5454; margin: 0;}
h2.hometitle span { background: #ff6319; color: #ffffff; padding: .1em;}
h2 { font-size: 21px; font-weight: 700; line-height: 1.3em; color: #ff6319; }

.submitbtn { cursor: pointer; border: 0; padding: 7px 20px; font-size: 17px; color: #ffffff; transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear;}

h1.title{
	margin-bottom: 15px;
}

.centered {
	margin:auto;
	width:1000px;
	text-align: center;
}

#leftcol {
	width: 499px;
	 height: 300px;
	  float: left;
	  margin-top: 20px;
 }

#rightcol {
	width: 499px;
	height: 300px;
	border-left: 1px solid #d6d6d6;
	float: right;
	text-align: left;
	margin-top:20px;
}

.forgottext { 
	margin-top: 10px;
}

.forgot-link {
	font-size: 12px;
	margin-left: 10px;
}

#innerleftcenter { width: 90%; margin-left: auto; margin-right: auto; }
#innerrightcenter { width: 50%; margin-left: auto; margin-right: auto; }
#innercontent form { margin-top: 5px;}
#newuser { margin-top: 30px; }
.troubleTip {width: 400px; padding: 10px 10px 0px 10px;}

#links, #signin, #btmnavsubframe { display: none; }

input, label {
	display: block;
}

input[type="radio"]{
	display: inline;
}

label.radio-label{
	display: inline;
}

label {
	font-weight: bold;
	font-size: 14px;
}

input {
	padding: 3px 2px;
	width: 250px;
	line-height: 1.8em;
}

.labeled-input{
	margin-bottom: 15px;
}

.cloud-choice{
	padding-top: 20px;
}

.errorBox {
    color: #990000;
    background-color: #e8c0c0;
    border: 2px solid #D4000F;
    padding: 3px;
    text-align:center;
    width: 600px;
    margin: auto;
    margin-top: 20px;
}

a.btn {
	background: #ff6319;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
	padding: 7px 20px;
	font-size: 17px;
	color: #ffffff;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	text-decoration: none;
	color: white;
}

a.btn:hover { 
	background: #ff5200;
	color: white;
	text-decoration: none;
}

.noaccount{
	margin-top:20px;
}

.noaccount a{
	margin-left: 5px;
}

.right-content{
	margin-left: 30px;
}

h3{
	padding: 10px 0;
}

.wrapper{
	background-color: white;
}

.popfooter {
  background-color: #00B7FF;
  color: white;
  text-align: left;
  width: 100%;
  font-size: 13px;
}

.popfooter span {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

#popfooter a:link {text-decoration: underline; color: white;}
#popfooter a:visited {text-decoration: underline; color: white;}
#popfooter a:action {text-decoration: underline; color: white;}
#popfooter a:hover { text-decoration: underline;  color: #dad5c9;}

