/**********************************
Runup Game Distribution Limited
Author: siewho
/**********************************/
/**********************************/
/*		     reset			  	  */
/**********************************/

html,body,div,span,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;
outline:0;
}

body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /* 1.1em = 11px */
	color: #fff;
	background: #5f020a;
	text-align: center;
	}

	
html > body {font-size: 62.5%;}

div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
    }
	
a, a:link, a:visited, a:active	{
	text-decoration: none;
	color: #e9e9e9;	
	}
a img { border: 0; display:inline;}
a:hover	{
	color: #ccc;	
	text-decoration: none;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
	
dt 	{
	font-weight: bold;
	}
ol, ul {
	list-style: none;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin: 0 0 1em 0; padding: 0;
	line-height: 1.5em;
	}
h1	{font-size:	1.5em;}
h2	{font-size:	1.5em;}
h3	{font-size:	1.4em;}
h4  {font-size:	1.3em;}
h5	{font-size:	1.2em;}
h6	{font-size:	1.1em;}
	
h1, h2, h3, h4, h5, h6	{
	color: #333;
	background-color: transparent;
	margin:	5px 0;
	behavior: url("../css/iepngfix.htc");
	}
	
img	{ border: 0;	}/* turns off gaps around images */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.indent { padding:0 0 0 30px;}

.clear {clear: both; height:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

*+html .clearfix{height: auto; zoom: 1;} /* IE7 */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*** PNGFIX ***/
img, div, input { 
xbehavior: url("../js/iepngfix.htc") ;
}

#wrapper {
display: block;
margin: 10px auto 0;
width: 660px;
height: 750px;
background:url(../images/bg.jpg) no-repeat;
font-size: 1.2em;
}

#wrapper h1 a:link,#wrapper h1 a:visited {
display: block;
width: 118px;
height: 113px;
text-indent: -999em;
background:url(../images/logo-on9g.png) no-repeat;
position: relative;
xright: 0;
float: right;
top: 30px;
}

#wrapper #ads {
position: relative;
float: left;
display: block;
width: 360px;
height: 114px;
overflow: hidden;
top: 30px;
left: 170px;
}

#myform {
clear: both;
background:	url(../images/bg-form.png) no-repeat;
width: 252px; /*272*/
height: 217px; /*255*/
margin: 0 auto;
position: relative;
top: 50px;
padding: 38px 0 0 20px;
text-align: left;
}
#myform strong {
font-weight: normal;
color: #fff;
}
#myform ul li {
margin: 0 0 10px;
background:url(../images/icon-list.png) no-repeat 0 5px;
padding: 0 0 0 13px;
}

.field_long {
width: 140px;
background:#e8ecef url(../images/bg-field.png) repeat-x;
}
.field_short {
width: 100px;
background:#e8ecef url(../images/bg-field.png) repeat-x;
}

#myform .rowuser, #myform .rowpass {
margin: 0 0 8px 12px;
}
#myform .rowforgot {
float: left;
position: relative;
left: 10px;
display: block;
width: 60px;
background: none;
}
#myform .rowsubmit {
background: none;
}

#myform #btn-apply {
  width: 103px;
  height: 32px;
  text-indent: -999em;
  padding: 32px 0 0;
  margin: 0px 0 0 0px;
  border: 0;
  background: transparent url(../images/btn-submit.png) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  float: left;
  position: relative;
  top: 0px; left: 30px;
}
#myform #btn-apply:hover {
  background: transparent url(../images/btn-submit.png) no-repeat 0 -32px;
}

#rowjoin {
text-align: center;
clear: both;
width: 90px;
xdisplay: block;
padding: 20px 0 0;
position: relative;
top: 12px;
*top: -2px; /*IE*/
left: 70px;
}
#myform #rowjoin a:link, #myform #rowjoin a:visited{
display: block;
width: 90px;
height: 24px;
xclear: both;
position: relative;
top: 5px;
xleft: 0px;
x*left: 0px;
text-indent: -999em;
background: url(../images/t-join.png) no-repeat top left;

}

#ts-notice {
margin: 104px 0 0 10px;
}
#on9g-notice {
margin: 30px 0 0 10px;
}

#footer {
color: #330033;
font-size: 0.8em;
margin: 10px 0 0;
}