/*//---------------------------------------------*/
/*// Login Page Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body
		{
			background: #405088;
			font-family: 'Tahoma', 'Arial', 'Times';
		}
		
		.loginTable
		{
			width: 750px;
			margin-top: 180px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.borderRight
		{
			width: 14px;
			height: 421px;
			background: #405088 url('images/border-right.jpg') no-repeat;
		}
		
		.middle
		{
			width: 387px;
			height: 117px;
			background: #405088 url('images/middle.jpg') no-repeat;
		}
		
		.bottom
		{
			width: 136px;
			height: 138px;
			background: #405088 url('images/bottom.jpg') no-repeat;
		}
		
		.contentCell
		{
			width: 349px;
			background: #FFFFFF;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		.loginHeader
		{
			width: 736px;
			height: 166px;
			background: #405088 url('images/top.jpg') no-repeat;
		}
		.loginHeader span
		{
			display: none;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained on the template */
		
		.labelColumn
		{
			color: #3e4e86;
			font-weight: bold;
			font-size: 12px;
			padding-right: 10px;
		}
		
	/*//---------------------------------------------*/
	/*// Form Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained on the login template */
		
		input
		{
			border: 1px solid #959595;
			font-size: 13px;
			font-weight: normal;
		}
		.loginButton
		{
			border: 1px solid #959595;
			font-size: 12px;
		}
		
		.message
		{
			color: #CE0000;
			font-size: 12px;
			font-weight: bold;
		}