@charset "utf-8";
/* CSS Document */

div#middle_content
{
	
	height: 712px;
	
}

div#sign_in_wrapper
{
	border: 0px solid red;
	height: auto;
	width: 515px;
	margin-left: 6px;
}
div#pop_up_lists
{
	border: 0px solid yellow;
	height: 64px;
	margin-left: 8px;
	margin-top: 20px;
	float: left;
}
div#list_1
{
	float: left;
	border: 0px solid blue;
	margin-right: 20px;
	margin-top: 1px;
	
}

div#list_1 p
{
	border: 0px solid blue;
	padding: 0;
	font-weight: bold;
	margin-bottom: 2px;
	
}

div#list_2
{
	float: left;
	border: 0px solid orange;
	margin-top: 2px;

}

div#list_2 p
{
	border: 0px solid blue;
	padding: 0;
	font-weight: bold;
	margin-bottom: 1px;
}

div#login_boxes
{
	border: 0px solid brown;
	width: 279px;
	margin-left: 8px;
}
div#username, div#password
{
	border: 0px solid orange;
	margin-bottom: 10px;
}

div#login_boxes label
{
	border: 0px solid brown;
	font-size: 0.8em;
	margin-right: 3px;
	
}

div#content_left
{
	height: auto;
	border: 0px solid green;
	width: 622px;
}

div#content_right
{
	border: 0px solid blue;
	height: 670px;
	margin-top: 30px;
	background-image: none;
}