@charset "utf-8";
/* CSS Document */
body
        { background-color:#C0C0C0;
          text-align:center;
          margin: 0;
          padding: 0;
		  font-family:"Trebuchet MS";
        }

        #container
        {
	text-align:left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	/*background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
	background-color: #F5FAE4;*/
	background-color:#edf3cf;
        }
#container #CaptchaForm h2 {
	font-size: 1.15em;
}

.rules {
	font-size: 80%;
}
#myform a {
	color: #4D5912;
}

        .heading
        {
	font-family: Georgia;
	color: #ec4666;
	letter-spacing: -2px;
        }
		.form-style
		{
	font-family:Georgia;
		}
        .form-enter
        {
            font-family: Georgia;
            font-style: italic;
        }
#container-thnx {
	text-align:left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	padding: 20px;
	height: 500px;
}
.heading img {
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
}
.logo  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EC4666;
	font-weight: bold;
	font-size: 45px;
	letter-spacing: -2px;
	text-decoration: none;
}
#head {
	height: 70px;
}
#instruct {
	float: right;
	width: 158px;
	font-size: 0.9em;
	padding-left: 10px;
}
.button {
	margin-top: 10px;
}

.logo span {
	color: #EB9FA5;
}
#code {
	height: 50px;
	overflow : hidden;
	width: 205px;
	border: 1px solid #FF6699;
}
a.booklink    {
	color: #ec4666;
	text-decoration: none;
}
a.booklink:hover  {
	text-decoration: underline;
}
.comingsoon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ec4666;
}

