/* Signup Page */

body {
	background-color: transparent
}
.bodyWrapper {
	width: 1000px;
}

h1 {color:#7D4A67;font-size:1.5em;}

#splash-signup {
	background-color:white;
	width:1000px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-box-shadow: 0px 7px 10px gray;
	-moz-box-shadow: 0px 7px 10px gray;
}

#basic-form {
	position: relative;
	width: 200px;
	float: right;
	border-left: 1px solid #4f424a;
	padding: 10px;
	padding-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

input[type="text"], input[type="password"], textarea {
	border: solid 1px #C6C6C6;
	border-bottom: solid 1px #E3E3E3;
	color: #666;
	font-size: 11pt;
	background: #F3F3F3 url('form-shadow.png') left top repeat-x;
	width: 125px;
}

#signup_picture {
	float:right;
}

#fine_print {
	font-size:.75em;
	float: left;
	clear: both;
	padding-top: 45px;
}

#openid {
	float: left;
	clear: both;
	padding-top:5px;
}
.signupform {
  float: left;
}

/* Override base.css to get more page space.  No need for a sidebar here. */
#rightside {
	width: 830px;
	background: none;
	background-color: transparent;
	border: none;
}
#briefaccountinfo {
	background: none;
	background-color: transparent;
	border: none;
}
#bodynohead {
	border: none;
}
/* Also removing footer border */
#footer {
	border: none;
	width:1000px;
	padding-top:80px;
	background-color: white;
	color: #4f424a;
	-moz-box-shadow: 0px 7px 10px gray;
}

#footer a, #footer a:visited { color: #4f424a;}

#header {
	height: 50px;
	background-color: transparent;
}

img.usecase {
	float:left;
	padding: 20px;
	margin-top:20px;
}

img.logo {
	padding:20px;
	float:left
}

img.slogan {
	padding:20px;float:right;
}

.signup_button {
  width:92px;
  height:46px;
  text-align:center;
  line-height:15px;
  color: white;
	background-color: white;
	background-image: url(/site_media/signup-button.png);
  font-size:11px;
  font-weight:bold;
  border: 1px #484452;
  margin-top: 10px;
  cursor: pointer;
	position: absolute;
	left: 150px;
}