a#sponsorbutton{
	display:block;
	position:absolute;
	width:100px;
	height:110px;
	margin-top:100px;
	margin-left:850px;
	cursor:pointer;
}

div.whiteOverlay { background-color: /*url(../img/layout/jqmBG.gif)*/ white; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog h1,
div.jqmDialog legend
{
	color:#54acec;
}
div.jqmDialog legend{
	padding:0 5px 0 5px;
}
div.jqmDialog fieldset{
	padding:5px;
}

div.jqmDialog h1{
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}
div.jqmDialog p,
div.jqmDialog fieldset{
	margin-bottom:5px;
	color:#666;
}

input.recommend_button{
	background:transparent url('../img/layout/sponsor/bg_button_recommend.jpg') no-repeat;
	height:40px;
	width:180px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:0;
	padding:0;
	float:right;
	cursor:pointer;
}

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 50px;
    
    margin: auto;
  width: 500px;

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}

div#sponsorform.jqmDialog {
  width: 450px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background: #d5ff84 url(../img/layout/sprite.gif) repeat-x 0px -82px; 
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { background:  url(../img/layout/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(../img/layout/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: url(../img/layout/bc.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  height: 320px;
  overflow: auto;
}
div#sponsorform.jqmDialog div.jqmdBC {
	 height: 420px;
}

div.jqmdBL { background: url(../img/layout/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(../img/layout/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(../img/layout/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmDialog input{
	color:#aaa;
}
div.jqmDialog input.recommend_button{
	color:#fff;
}
div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; color:#666; }


fieldset p label{
	display:block;
	width:90px;
	float:left;
}
label.error{
	width:400px;
	color:red;
}
fieldset p input{
	float:left;
	width:250px;
}
