﻿.default-page
{		
	background: url(../images/home/welcome_bg.png) no-repeat;	
	height: 480px;
	width: 870px;	
	float: left;
	padding: 40px 34px 0 34px;	
	margin: 10px 10px 0px 11px;
}

.default-page .title
{
	background: url(../images/home/welcome_title.png) no-repeat top left;
	height: 44px;
	width: 887px;
	float: left;
}

.default-page .default-page-left
{
	float: left;
	width: 445px;
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	background: url(../images/home/telesport_and_hyves.png) no-repeat 15px 15px;
	padding-top: 80px;
}

.default-page .default-page-right
{
	background: url(../images/home/first-price.png) no-repeat;
	height: 280px;
	width: 390px;
	float: right;
}

.default-page .default-page-bottom
{
	padding-top: 20px;
	float: left;
	width: 888px;
}

.default-page .default-page-bottom input, .default-page .default-page-bottom a
{
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}

.default-page .default-page-bottom .telesport-register-button
{
	background: url(../images/home/telesport_register_button.gif) no-repeat;	
	width: 290px;
	height: 59px;	
	margin-right: 21px;	
}

.default-page .default-page-bottom .login-button
{
	float: left;
	background: url(../images/home/login_button.gif) no-repeat;	
	width: 240px;
	height: 59px;	
	margin-right: 20px;	
}

.default-page .default-page-bottom .hyves-login-button
{
	background: url(../images/home/hyves_login_button.gif) no-repeat;	
	width: 300px;
	height: 59px;	
}


.registered-participant-box
{
    float: left;
    background: #444444;
    border: solid 2px #222222;
    height: 70px;
    margin-left: 330px;
    width: 300px;
}

.registered-participant-box .count
{
    color: #FFE400;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    width: 300px;
    line-height: 30px;
    margin-top: 10px;
}

.registered-participant-box .registered-participant-text
{
    color: #FFFFFF;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    width: 300px;
}
