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

body {
	background-color:#f2f2f2;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
}
#logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:25px;
	left:0px;
	width:300px;
	height:63px;
	z-index:9;
}

#container {
	position:relative;
	margin:0px auto;
	top:0px;
	width:730px;
	z-index:1;
}

#content-border {
	position:absolute;
	z-index:2;
	background-color:#FAFAFA;
	width:730px;
	height:570px;
	top:110px;
	left:0px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius: 15px;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
#content-white {
	position:absolute;
	z-index:3;
	width:680px;
	height:90%;
	top:10px;
	left: 10px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius: 15px;
	background-color:#fff;
	padding:15px;
}

/* CONTENTS */
.text {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
}
.text a {
	text-decoration:none;
	color: #666;
}

.light-grey-text {
	color:#BDBDBD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.box-blue-top {
	background-image:url(../images/box-blue-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	color: #fff;
	padding:10px;
	font-size:17px;
	}
	
.box-white-bottom {
	background-image:url(../images/box-white-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color: #666;
	padding:10px;
	font-size:13px;
	}

/* FORMS */

.labels {
	color:#666;
	text-align:right;
}
input.text_field{border:1px solid #ddd;font-size:18px;padding:8px;width:250px;margin:0;-moz-border-radius:5px;-webkit-border-radius:5px;}

input.text_field:focus{border-color:#aaa;background-color:#fafafa;}

#recaptcha_info{float:left;width:160px;font-size:10px;color:#666;border:1px solid #dbdbdb;background-color:#f2f2f2;height:8.17em;padding:0 10px 8px 10px;-moz-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-webkit-border-radius:10px;}
#recaptcha_info h3{margin-top:5px;margin-bottom:5px;}
#recaptcha_info ul{margin-top:5px;}

.label-help {display:none;font-size:12px;color:#666;border:1px solid #dbdbdb;border-left:2px solid #dbdbdb;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;padding:.85em 10px .85em 30px;line-height:1.45em;text-transform:lowercase;}

	
