

@charset "iso-8859-1";
/* CSS Document */
	html,
	body
		{
			margin:0;
			font:normal 11px/normal arial;
			color:#000;
			text-align:center;
		}
	#wrapper
		{
			background:#666;
			border:solid 1px #fff;
			margin: 30px auto;
			width: 250px;
			text-align:left;
			padding:25px;
		}
	#wrappertop {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			/*background:#E1E1E1 none repeat scroll 0 0;
			border:1px solid #d1d1d1; */
			padding-right:10px;
			position:absolute;
			right:0px;
			top:10px;
			width:60%;
			text-align: right;
		}
	a.line
		{
			text-decoration:none;
			color:#000;
			/* border-bottom:dotted 1px #000; */
		}
	a.line :hover
		{
			color:#000;
			border-bottom:solid 1px #000;
		}
	form
		{
			padding:15px; margin:0;
		}
	#msg
		{
		text-align:center; color:red; padding:0px 0 10px 0;
		}
	label
		{
		font-weight:bold;
		display:block;
		}
	.textfield
		{
			background:#b1b1b1;
			border:solid 1px #222;
			padding:3px;
			margin:4px 0px 4px 0px;
			width:90%;
		}
	.textfield:hover,
	.textfield:focus
		{
		background:#a1a1a1;
		border:solid 1px #fff;
		color:#000;
		}
	
	.buttonfield
		{
			background:#c1c1c1;
			border:solid 2px #222;
			color:#000;
			font:bold 11px/normal Tahoma, Verdana;
			margin-top:10px;
			padding:4px;
		}
	.buttonfield:hover,
	.buttonfield:focus
		{
			background:#b1b1b1;
			border:solid 2px #fff;
			color:#000;
		}
	#wait{ position:absolute; top:0px; right:0px; background:#FF0000; color:#fff; padding:3px; }
	#footer { padding:10px 0px; width:100%; text-align:center; font:normal 10px/normal arial; color:#666; }

	#content {
		margin-top: 10px;
		font: normal 14px/normal arial;
	}
	#content a {
		color: #c90f4c;
	}
	#content a:hover
	{
		border-bottom:solid 1px #c90f4c;
	}

/* registration */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9507C;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style2band {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C90F4C;
}
.style2band a {
	text-decoration:none;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D9507C;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F1F77;
}
#regform #imgtable, .lighttable {
	border-spacing: 2px;
	border-collapse: collapse;
	border: medium solid #EDEDED;
	background-color: #ffffff;
}

.notice {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	behavior:url(border-radius.htc);
	background-color:#FFFF00;
	width:500px;
	padding: 7px;
	font-weight: bold;
}

.alert {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	behavior:url(border-radius.htc);
	background-color:#FF0000;
	width:500px;
	padding: 7px;
	font-weight: bold;
}
