/* CSS Pre-processor */
#notice table {
	margin: 0;
}

#notice .column {
	height: 142px;
	margin: 10px 0 0;
	position: relative;
	
}

#notice .column h5 {
	margin: 0 0 5px;
}
#notice .column p {
	font-size: 90%;
}

#notice div.registration {
	float: right;
	width: 35%;
	border-left: 1px solid gray;
	padding-left: 10px;
	margin-left: 10px;
	z-index: 2;
}

#notice div.login {
	float: none !important;
	float: left; /*IE6*/
	
}

#notice div.login table {
	margin-right: 0 !important;
	margin-left: 1em !important;
}
#notice div.login table td {
	padding: 0;
}

#notice div.login input.login {
	width: 125px;
}



#notice div.registration .buttons {
	position: absolute !important;
	right: 0;
	bottom: 0;
}
#notice div.login .buttons {
}


/* Runtime: 0.00043201446533203 */