/* ////////// Start Email Signup Form  ////////// */

form#login-2 {
position: relative;
padding-top: 15px;
height: 35px;
color: white;
float:right;
margin-right:18px;
}

/*Added by Robbie*/
div#username-2{
	float:left;
	line-height:30px;
	margin:0 10px 0 30px;
	_margin:0;
	position:relative;
}


input#username-field-2 {
width: 285px;
padding: 5px 3px 4px;
color: #777;
}

label.overlabel {
padding: 5px 10px 5px 5px;
}

label.overlabel-apply {
position: absolute;
top: 3px;
left: 5px;
z-index: 1;
color: #999;
}

div#submit-2 input {
padding-top: 0;
}

/* ////////// End Email Signup Form ////////// */