*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font: normal 12px helvetica,arial,sans-seri;
	background:url("/images/bg-sprite.png") repeat-x scroll 0 -520px #FFFFFF;
}

	#container{
		margin:0 auto;
		width:900px;
	}
	#header{
		height:100px;
		padding-top:15px;
	}
	
#main{
height:400px;


}
#footer
{
height:80px;

}
	#label{
		font-size:13px;
		font-weight:bold;
	}
	.input{
		font-size: 13px;
		color: #333;
		height: 28px;
		line-height: 22px;
		margin: 4px 0px 10px;
		padding: 5px 0px 0px 5px;
		position: relative;
		width: 260px;
		border:solid 1px #ccc;
	}
	#forgot{
		font-size:11px;
		text-align:right;
	}
.submit{
	font-size: 12px;
	clear: both;
	background-color: #005481;
	border: none;
	color: #EEE;
	cursor: pointer;
	font-weight: normal;
	text-transform: uppercase;
	overflow: visible;
	padding: 9px 30px;
	text-align: center;
	border-top-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}
.reg
{

	font-size: 12px;
	clear: both;
	background-color:#006600;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	text-transform: uppercase;
	overflow: visible;
	padding: 9px 30px;
	text-align: center;
	border-top-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;

}
	#panel{
		 border:solid 1px #ddd; 
		 padding:20px; 
		 background-color:#eee;
		 border-radius:5px;
		 -moz-border-radius:5px;
		 -webkit-border-radius:5px;
		background:-moz-linear-gradient(center top , #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent
	}
	#button{
		 margin-top:10px;
		 text-align:center;
	}
	.tab{
		background: #ddd;
		display: block;
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 80px;
		float: right;
		color:#555;
		font-weight: bold;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius: 4px 4px 0px 0px;
	}
	
	.signup{
		margin-left:6px;
		margin-right:1px;


	}
	a {
		color: #005481;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	.select{
		background-color:#eee;
		border:1px solid #dedede;
		border-bottom:none;
	}
	
	#images{
		margin-top:10px
	}
	
	label.error {

		font-size:11px;
		background-color:#333;
		color:#FFFFFF;
		padding:3px;
	}

	.yes{
		background-color:#CEFFCE;
	}
	.no{
		background-color:#FFD9D9;
	}
	#copyright {
		font-size: 10px;
		margin-top: 60px;
		clear: both;
		color:#999;
		text-align:center
	}
	
	.profile{
		padding:4px;
	}
	
	.profile a{
		cursor:pointer;
	}
	
	
	.profile img{
		border:1px solid #ccc;
		padding:2px;
	}
	
	.social-media a.facebook {
		background-position: 110px 0;
		width:110px;
	}

	.social-media a {
		background:url("/images/social_media.png") 0 0;
		width:140px;
		height:34px;
		float:right;
		margin-left:20px;
		display:block;
	}
	
	.social-icons a.twitter {
		background-position: 0 -155px;
	}
	
	.tip-twitter {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color:#000;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-twitter .tip-inner {
	font:bold 11px/14px 'Lucida Grande',sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-twitter .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url(/images/tip-twitter_arrows.gif) no-repeat;
}
.tip-twitter .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url(/images/tip-twitter_arrows.gif) no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url(/images/tip-twitter_arrows.gif) no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url(/images/tip-twitter_arrows.gif) no-repeat -27px 0;
}

	.nums {
		overflow: hidden;
		padding: 0 0 0px;
	}
	
	.nums li {
		float: left;
		margin: 0 20px;
		width: 200px;
		list-style: none outside none;
	
	}
	
	.nums li .sticker {
		background: url("http://icons.iconseeker.com/png/fullsize/function/circle-blue.png") no-repeat scroll 0 0 transparent;
		color: #FFFFFF;
		float: left;
		font-size: 27px;
		line-height: 52px;
		margin: 0 10px 0 0;
		text-align: center;
		text-shadow: 0 1px 0 #000000;
		width: 45px;
		
	}
	
	.button{
		background: -moz-linear-gradient(-90deg, #419B36, #357F2C) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(-90deg, #1CBE0A, #158F07) repeat scroll 0 0 transparent;
		background:#357F2C;
		border-bottom-color: #3E9533;
		color: #FFFFFF;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
		border-radius:5px;
		padding:10px;
		text-decoration:none;
		font-weight:bold;
	}
	
	.profile_name{
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
		font-size:24px;
		color:#555;
	}
	
	.profile_vertical{
		width:180px;
	}
	
	.friends_box{
		
	}
