@charset "utf-8";

/* Copyright (c) 2009 Blessed and Beyond
/* Authored by Rasbora Media, LLC
/* Sign Page Structure Styles
----------------------------------------------- */

#signin,
#register {
	float: left;
	
	/*text-align: center;*/
}

#signin {
	width: 340px;
	
	/*background: #cfc;*/
}

#register {
	margin-left: 20px;
	width: 405px;
	
	/*background: #fcf;*/
}



/* Sign In Form Display Styles
----------------------------------------------- */

table.signin td.label {
	width: 135px;
	
	text-align: right;
}



/* Registration Form Display Styles
----------------------------------------------- */

table.register td.label {
	width: 180px;
	
	text-align: right;
}

input.medium {
	width: 150px;
}

