/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#pageArea {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.clearer {
	clear: both;
}

#header {
	
}

#body-area {
	background: url(/beta/images/layout/body_bg_all.gif) right;
}
	
	#body-left-2 {
		float: left;
		background: url(/beta/images/layout/body_bg_mid2.gif) no-repeat right top;
		width: 280px;
	}
	
	#body-right-2 {
		float: left;
		background: url(/beta/images/layout/body_bg_right2.gif) no-repeat right top;	
		width: 500px;
	}
	
	#body-bottom-bg {
		background: url(/beta/images/layout/body_bg_right_bot.gif) right;
		height: 25px;
	}
	
	.bodyimgf {
		float: left;
	}

	#body-area h1 {
		font-size: 1.5em;
		font-weight: 100;
		margin-top: 15px;
		margin-bottom: 5px;
		border-bottom: 1px dashed #ccc;
	}
	
	.formLabel {
		margin-top: 2px;
		font-size: 0.9em;
	}
	
	.formField {
		margin-top: 2px;
		font-size: 0.9em;
	}

	#contentRight {
		margin-left: 15px;
		margin-right: 25px;
	}
	
	.formbody {
		width: 450px;
	}
	
	.formrowl {
		float: left;
		line-height: 16px;
		width: 150px;
		text-align: right;
		height: 30px;
		padding-right: 5px;
	}
	
	.formrowr {
		clear: right;
		height: 30px;
	}

	#migrateLeft {
		position: relative;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	
	#migrateLeft h2 {
		font-size: 1.4em;
		font-weight: 100;
		text-align: center;
	}
	
	#migrateLeft a {
		display: block;
		height: 110px;
		width: 254px;
		overflow: hidden;
		background: url(/common/images/us_active.jpg) no-repeat bottom;
		text-decoration: underline;
	}
	
	#migrateLeft a:hover {
		background: url(/common/images/us_hover.jpg) no-repeat bottom;
		text-decoration: none;
	}
	
	#migrateRight {
		position: relative;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	
	#migrateRight h2 {
		font-size: 1.4em;
		font-weight: 100;
		text-align: center;
	}
	
	#migrateRight a {
		display: block;
		height: 110px;
		width: 254px;
		overflow: hidden;
		background: url(/common/images/int_active.jpg) no-repeat bottom;
		text-decoration: underline;
	}
	
	#migrateRight a:hover {
		background: url(/common/images/int_hover.jpg) no-repeat bottom;
		text-decoration: none;
	}

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
}