*{
			margin : 0px;
			padding : 0px;
	    }
	    body
	    {
			background : #000000;
			height : 100%;
			text-align: center;
	    }
	    /* hide from ie on mac \*/
	    html
	    {
			height : 100%;
	    }
		#page
		{
			margin: 0px auto;
			height: 100%;
			font-size: 10px;
			font-family: Trebucket MS, Verdana, Arial, Helvetica;
			color: #cccccc;
			width: 540px;
			text-align: left;
		}
		p{
			margin: 20px 0;
		}
		#page a
		{
			font-weight: bold;
			color: #7F3194;
		}
		
		#logo
		{
			text-align: center;
		}
		
		h2
		{
			font-size: 12px;
		}
		
		#one
		{
			float: left;
			width: 290px;
			margin: 10px;
			line-height: 20px;
		}	
		
		#two
		{
			float: right;
			width: 210px;
			margin: 10px;
			line-height: 15px;
		}	
		
		.break
		{
			margin: 0 5px;
		}
		
		#login, #register
		{
			margin: 20px 0;
		}
	
		form div
		{
			margin: 5px 0;
		}
		
		form label
		{
			display: block;
		}
		
		form label#remember
		{
			display: inline;
		}
		
		form .error
		{
			font-style: italic;
			color: #7F3194;
		}
		
		.elementError
		{
			background-color: #ff0000;
		}
		
		form input
		{  
			width: 100%;  
			padding: 6px;  
			color: #949494;  
			font-family: Trebucket MS, Verdana, Arial, Helvetica;
			font-size: 11px;  
			border: 0px solid;
		}
		
		form input[type=checkbox]
		{  
			width: 15px;
			margin-right: 10px;
			margin-top: 10px;
		}
		
		form #submit
		{
			background: #7F3194;  
			color: #fff;  
			font-weight: 700;  
			font-style: normal;  
			border: 0;  
			cursor: pointer;
			width: 100px;
			margin-top: 10px;
		}
		
		form textarea
		{
			width: 100%;  
			height: 80px;  
			padding: 6px;  
			color: #949494;  
			font-family: Trebucket MS, Verdana, Arial, Helvetica;
			font-size: 11px;  
			border: 0px solid;  
		}