.register {
	width: 225px;
	float: left;
}

.login {
	width: 275px;
	float: right;
}

#msg{
		width: 90%;
		font-family: Verdana, sans-serif;
		margin: 10px auto;
 		padding: 5px 5px 5px 10px;
		line-height: 20px;
	}

	.notice{
	    background: #ffc;
	    color: #31363e; 
		border: 1px solid #ffdc50;
		}

	.success{
	    background: #d3e7cc;
	    color: #060; 
		border: 1px solid #557448;
		}
		
	.error{
		font-family: 	Verdana, sans-serif;
		background: #FFE3E0;
	   color: #E31B0C; 
		border: 1px solid #DC6E66;
		font-size: 		9pt; 
		text-align:left;
		}
	/*#msg.error{padding: 0 0 5px 0;}*/
	.error h5{color: #fff; background: #E31B0C; padding: 3px;}
	
	.error .errorlist{font-size: 90%; margin-bottom: 0; padding-bottom: 0;}
	.error .errorlist li{list-style:disc;}
