/*Clear defaults 
----------------*/
*{margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a,a:active{
	outline: 0;
}
.c{
	text-align: center;
}
.clear{
	clear:both;
	font-size: 0.1em;
}	
#content{
	width: 780px;
	margin: 20px auto;
}
#logo{
	float: left;
	width:123px;
	height: 119px;
}
#logo a{
	display:block;
	width:123px;
	height: 119px;
	text-decoration: none;
	text-indent: -99999px;
	background: url(images/logo.jpg) no-repeat 0 0;
}

#main{
	width:400px;
	margin: 0 0 0 10px;
	float: left;
}
h2{
	color:#c5467d;
	font-size:24px;
	padding: 30px 0;
}
#main p{
	padding: 0 0 10px 0;
	line-height: 20px;
	color:#333333;
}
a.acolor{
	color:#c5467d;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}
a.acolor:hover{
	background: #c5467d;
	color: White;
}
#main strong{
		color:#c5467d;
}

#sponsors{
	width: 190px;
	float: left;
	margin: 0 0 0 40px;
}
#sponsors form{
	margin: 10px auto;
	width:184px;
}
#sponsors form input{
	background: url(images/register.gif);
	height:74px;
	width: 184px;
	cursor:pointer;
	border:0;
}
.s{
	font-size:11px;
}
#sponsors span{
	font-size: 10px;
}
#sponsors p{
	padding: 10px 0;
}

.box_up{
	background: url(images/bk_top.gif) no-repeat 0 0;
	height:12px;
	width:416px;
}
.box{
	background: #c5467d;
	color: White;
	padding: 10px 20px; 
	width:376px;	
	line-height: 20px;
	font-size:14px;
}
.box span{color:white; font-weight:bold;}
.box_down{
	background: url(images/bk_bottom.gif) no-repeat 0 0;
	height:12px;
	width:416px;
	padding-bottom: 20px;
}
.box h2{
	color:white!important;
	font-size:14px!important;
	margin: 0!important;
	padding: 0 0 10px 0!important;
}
.box label{
	display: block;
	color:white;
}
.box input{
	padding: 5px;
	width:360px;
}
.box #btn{
	background: url(images/send.gif) no-repeat 0 0;
	height:41px;
	width:112px;
	cursor:pointer;
	border:0;	
}
.alert{
	padding:20px;
	margin-bottom:10px;
	background:green;
	color:white;
	width:376px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
