/*
GRID 
SIGN UP FORM CSS
*/
/* =body 
----------------------------------------*/
body {
	background: #000 url(images/bodyBkg.jpg) repeat-y center;
	padding: 0px 0 40px 0;
	margin: 0 0 0px 0;
	font-family: verdana, tahoma, arial, san-serif; 
	font-size: 10px;
	color: #999;
}

a , span.title
{
	color: #ffba00;
	text-decoration: none;
	font-weight: bold;
}

/*
body * {
	padding: 0px;
	margin: 0px;
}

*/

.gutter
{
padding: 20px;
}
table , form 
{
	font-size: 10px;
}
/* =layout
----------------------------------------*/

#wrapper
{
	width: 700px;
	margin: 0px auto;
}

#header
{
	background: transparent url('images/headerBkg_EnglishUK.jpg') no-repeat top left;
	height: 270px;
}

#footer-text
{
	padding: 20px;
	line-height:  16px;
}

p#cannot_read_link
{
	color: #ffba00;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 10px;
}

/* =classes
----------------------------------------*/
span.codem_question
{


}
td.ryi_choose_game_bold
{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.table_content
{
	padding: 20px;
}
/* =inputs
----------------------------------------*/
input, select, checkbox, radio
{
	border: 1px solid #000;
	color: #ccc;
	padding: 5px;
}

input, select
{
margin-bottom: 10px;
background: #333;

}
/* =captcha img
----------------------------------------*/
img#captcha
{
	border: 3px double #4c6565;
	margin-left: 195px;
	display: block;
}

#codem_form
{
margin: 10px auto;


}

#thanks_button
{
text-align: center;
}

a img 
{
	border: none;

}