@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2F2F2;
}
a:link {
	color: #235ced;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8223ed;
}
a:hover {
	text-decoration: none;
	color: #7D0135;
}
a:active {
	text-decoration: none;
	color: #ed238c;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:14px;
	color: #333;
	font-weight:bold;
}
.contents {
	border-left: 24px solid #fff;
	border-right: 14px solid #fff;
	background-color: #f2f2f2;
	padding: 10px 30px;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

b.blue {
	color: #00778B;
}

p.bigger {
	font-size: 14px;
	font-weight: bold;
}

p.bigger a {
	color: #E0764C;
}

p.bigger a:hover {
	color: #7D0135;
}

#main {
	width: 839px;
	border-right: 10px solid #fff;
}

#home_left_img {
	position: absolute;
	margin: -28px 0 0 -30px;
}

#home_right {
	margin-left: 430px;
	height: auto !important;
	height: 420px;
	min-height: 420px;
}

#form {
	width: 300px;
}

#regoform ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#regoform ol li {
	padding: 4px 0;
}

#regoform ol li label {
	float: left;
	width: 100px;
}

#regoform ol li input {
	width: 190px;
	border: 1px solid #ccc;
}

#regoform ol li textarea {
	font-family: Arial;
	font-size: 11px;
	width: 190px;
	height: 50px;
	border: 1px solid #ccc;
}

#regoform .submit {
	text-align: right;
}

#regoform .submit input {
	width: 80px;
	border: 1px solid #ccc;
	background-color: #E0764C;
	color: #fff;
	margin-right: 5px;
}

label.error {
	color: red;
	display: block;
	margin: 0 0 6px 0;
}

#regoform ol li input.error {
	border: 1px solid red;
}