button#check_username_button, #no_username_button {
	width:100%;
}

.spinner_username, .spinner_email {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

@media (max-width:660px) {
	.bar.background-white {
		background: #eee;
	}
	
	button#no_username_button {
		margin-left: 0px;
		margin-top: 10px;
	}
}

input[type="text"], textarea {
    width: 100%;
	margin-bottom: 10px;
}

/* PREVIOUS VERSION **************************

h1#retrieve_info_header
{
	color: #FFFFFF;
    font-family: Carme;
    font-size: 138.5%;
    font-weight: 300;
    height: 27px;
    letter-spacing: 2px;
    line-height: 33px;
    margin: 5px 0 5px 19px;
    text-align: left;
    text-transform: uppercase;
}

div#retrieval_form
{
	padding: 10px 10px 20px 20px;
	min-height: 1px;
}


div#retrieval_form p 
{
	font-style: italic;
}


div#retrieval_form p.enter 
{
	font-style: normal;
	font-weight: bold;
}


div#retrieval_form label
{
	font-weight: bold;
}

button#submit_email_button 
{
	cursor: pointer;
}

div.email ul.no_type 
{
	float: left;
	margin-top: 0px;
}

div.email ul.no_type li 
{
	list-style-type: none;
	margin-left: -25px;
}



div.email button#submit_email_button 
{
	float: left;
    line-height: 1.3em;
    margin-top: 14px;
}

div.email 
{
	height: 40px;
	line-height: 47px;
}


div.email input 
{
	width: 200px;
	margin-left: 5px;
}
