










@CHARSET "UTF-8";

/****************************************************************************/
/** START: YUI base.css defintions                                         **/
/****************************************************************************/
/** DO NOT EDIT!!!                                                         **/
/** Resets CSS for all browsers to get predictable behaviour               **/
/****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
/** END: YUI base.css defintions **/

/****************************************************************************/
/** START: central defintions **/
body {
	font-family: sans-serif;
	font-size: 9px;
	background-color: #2d2d2d;
	text-align: center;
}
a,
a:active,
a:visited {
  color: #000000;
}
#container {
  background-color: #eeeeee;
  width: 758px;
  margin: auto;
	text-align: left;
}
/** END: central defintions **/


/****************************************************************************/
/** START: top **/
#top {
  background-image: url(http://i2.midasplayer.com/royal/landingpages/images/bg_top.gif?_v=0);
  background-repeat: no-repeat;
  height: 53px;
}
	#top a.homeLink{
		float:left;
		height:55px;
		width:187px;
	}
	#top p.user {
	  float: right;
	  width: 180px;
	  padding: 15px 15px 0px 0px;
	  font-size: 11px;
	}
	#top p.user  {
	  font-weight: bold;
	  text-align: center;
	}
		#top p.user a {
			display: block;
		}
		#top p.user img {
		  float: right;
		  margin-top: -3px;
		}
/** END: top **/

/****************************************************************************/
/** START: content **/
#content div.head {
  height: 345px;
  position: relative;
}
#content div.head h1, #content div.head h2 {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
}
#content div.head h1 {
  font-size: 30px;
}
#content div.head h2 {
  font-size: 20px;
}
#content div.overlay li {
  font-size: 12px;
  line-height: 22px;
}
#content div.form {
  height: 260px;
}
#content div.text {
  padding: 5px 20px 5px 20px;
}

/** END: footer **/

/** START: Signup Form **/
.form {
	padding-left: 50px;
}
#frmSignup {
	position: relative;
	width: 100%;
	height: 190px;
}
#frmSignup .kingErrorBox{
	margin-left: -50px;
	position: relative;
	z-index: 2000;
}
#frmSignup h1{
	left:-7px;
	position:relative;
	top:24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
}
#frmSignup #leftCol,
#frmSignup #rightCol{
	position: absolute;
	top: 63px;
	width: 327px;
}
#frmSignup #leftCol{
	z-index: 2000;
	left: 0px;
	height:63%;
}
#frmSignup #rightCol{
	left: 350px;
	height:97%;
}
#frmSignup #gender input {
	margin: 0 10px 0 5px;
}

#frmSignup #gender label,
#frmSignup #gender input {
	float:right;
	width:auto;
	clear: none;
}
#frmSignup label,
#frmSignup fieldset p {
	width: 160px;
}
#frmSignup label,
#frmSignup fieldset,
#frmSignup fieldset p {
	float:left;
	clear: left;
}
#frmSignup fieldset#gender {
	width: 280px;
	height: auto;
}

#frmSignup #country {
	width: 146px;
}
#frmSignup input
{
	display: block;
	margin-bottom: 10px;
	width:140px;
}
#frmSignup select {
	margin-bottom: 10px;
}

.formStatusBoxContainer {
	float:right;
	top: -28px;
}
#selectDate select {
	width: 46px;
}
#frmSignup input.wantsEmail {
	float: left;
	width: auto;
}

#frmSignup label.wantsEmail {
	float: right;
	width: 300px;
	margin-bottom: 16px;
}
#frmSignup input.radio {
	display: inline;
	margin: 0;
}
#frmSignup  #idSubmit button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#countryIcon {
	display: none;
}


/****************************************************************************/
/****************************************************************************/
/** START: footer **/
#foot {
  background-image: url(http://i1.midasplayer.com/royal/landingpages/images/bg_foot.gif?_v=0);
  background-repeat: no-repeat;
  height: 23px;
  margin-top: 5px;
  padding: 12px 40px 0px 60px;
  margin: 0;
}
#foot p.terms {
  float: left;
}

#foot p.info {
  float: left;
  padding-left: 18px;
  padding-right: 10px;
}
/** END: footer **/
