div#outerlogin {
	width:380px;
	margin:auto;
	position:relative;
	top:150px;
	text-align:center;
}

div#outerlogin img {
	margin-bottom:5px;
}

div#loginDiv {
	border:1px solid black;
	background-color:#515152;
	color: #D3D3D3;
	padding-top:5px;
	padding-left:40px;
	text-align:left;
}

input[type=text],input[type=password] {
	width:150px;
	background-color:#6d928a;
	border:0;
	padding:5px;
}

input[type=submit] {
	position:relative;
	left:229px;
	margin-top:6px;
	font-size:15px;
	width:75px;
	background-color:#6d928a;
	border:0;
}

input[type=submit]:hover {
	background-color:white;
}

input#gaCode {
	width:305px;
	text-align:center;
}

p {
	padding-right:25px;
}