html {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:"Arial Black";
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

a:link, a:hover, a:visited {
	text-decoration:none;
}

.error {
	color:#FF0000;
}

.confirm{
	color:#33CC00;
}

div.website {
	width:850px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	
	background-color:#eb2317;
	background-image:url(http://www.worldoftournaments.com/images/background_grad2.gif);
	/*background-image:url(http://development/~worldoft/images/background_grad2.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

div.website img.logo {
	margin-left:5px;
	margin-top:40px;
	margin-bottom:40px;
	border:none;
}

div.website div.middle {
	width:820px;
	min-height:330px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	line-height:20px;
}

div.website div.middle div.left {
	float:left;
	width:270px;
	height:320px;
	text-align:center;
	padding-top:50px;
}

div.website div.middle div.right {
	float:right;
	width:530px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}

span.title {
	font-size:24px;
	color:#2ec3e7;
}

span.location {
	font-size:16px;
	color:#2ec3e7;
}

div.website div.middle div.right div.text span.text {
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

div.website div.middle div.left div.logo {
	border:none;
	margin-left:auto;
	margin-right:auto;
}

div.website div.middle div.right div.buttonBox {
	padding-top:40px;
}

div.website div.middle div.right div.buttonBox div.button, .buttonMouse, .buttonNoMouse {
	float:left;
	width:150px;
	height:146px;
	margin:5px;
	padding:5px;
	background-image:url(http://www.worldoftournaments.com/images/button_back.gif);
	/*background-image:url(http://development/~worldoft/images/button_back.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;	
	text-align:left;
	color:#FFFFFF;
	font-size:21px;
}

div.website div.middle div.right div.buttonBox div.button2, .buttonMouse2, .buttonNoMouse2 {
	float:left;
	width:150px;
	height:146px;
	margin:5px;
	padding:5px;
	background-image:url(http://www.worldoftournaments.com/images/button_back.gif);
	/*background-image:url(http://development/~worldoft/images/button_back.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;	
	text-align:center;
	color:#FFFFFF;
	font-size:21px;
}

#mailIcon {
	padding-top:3px;
}

input.button, input.long {
	border: #000000 1px solid;
	background-image:url(http://www.worldoftournaments.com/images/background_grad2_input.gif);
	/*background-image:url(http://development/~worldoft/images/background_grad2_input.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	margin-bottom: 5px;
}

div.website div.middle div.emailinput {
	width: 205px;
	text-align:right;
	vertical-align:middle;
}
.buttonNoMouse, .buttonNoMouse2 {
	background-image:url(http://www.worldoftournaments.com/images/button_back.gif);
	/*background-image:url(http://development/~worldoft/images/button_back.gif);*/
	color:#FFFFFF;
}

.buttonMouse, .buttonMouse2 {
	background-image:url(http://www.worldoftournaments.com/images/button_back.gif);
	/*background-image:url(http://development/~worldoft/images/button_back2.gif);*/
	color:#000000;
}
