﻿.rjValidator
{
    position:absolute;
    left:260px;    
    text-align:left;
}

.errorPanel
{
    text-align:center;
}

.errorPanel span
{
    color:Red;
    font-size:1.2em;
    
}


	#login a.forgotpassbutton
	{
		display: block;
		border: 0;
		background: url(../images/reset-pass-btn.jpg) no-repeat;
		cursor: pointer;
		text-indent: -100em;
		overflow: hidden;
		width: 180px;
		height: 34px;
		margin:  -10px auto;
		
	}
	
	#login input.loginbutton
	{
		display: block;
		border: 0;
		background: url(../images/log-in-btn.jpg) no-repeat;
		cursor: pointer;
		text-indent: -100em;
		overflow: hidden;
		width: 140px;
		height: 34px;
		margin:  -10px auto;
		
	}
	#login UL LI
	{
		height: 20px;
	}
	
.sponsor a.twitter, .sponsor a.twitter:link{
	display: inline-block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../images/twitter.jpg) no-repeat;
	position: relative;
	right: 0;
	top: 0;
}
.sponsor a.facebook, .sponsor a.bacebook:link{
	display:inline-block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../images/facebook.jpg) no-repeat;
	position: relative;
	right: 0;
	top: 0;
}

#createform ul li input.terms{
		width: 30px;
	}