.linkContent
{
	float:right;
	margin-right: 53px;
}

.linkContent a
{
	color: #75c5f0;
}

.registrationContent
{
	height: 448px;
    width: 873px;
    border: 1px solid #CECED0;
    border-radius: 8px;
    padding: 10px 23px 0 23px;
    margin: 10px auto;
    color: black;
}

.registrationImg
{
	top: 5px;
    position: relative;
    margin: 0 10px 0 0;
}

.registrationContent span[id="header1"]
{
	font-size: 22px;
    color: #75c5f0;
    font-weight: bold;
}

.registrationBorder
{
	border-bottom: 2px dotted #75c5f0;
	height: 2px;
	width: 828px;
	margin: 10px auto;
}

.registrationBorder input[type=text], .registrationBorder input[type=password], .registrationBorder input[type=email] {
    width: 504px;
}

.input
{
	width: 500px;
	color: #000000;
	margin: 3px 0;
}

.registrationCaptcha
{
	width: 245px; 
	margin: 15px auto; 
	text-align: center;
}

.registrationCaptcha a{
color: #75c5f0;
bottom: 17px;
position: relative;
}

.registrationCaptcha input
{
	width: 218px;
	margin: 8px 0 0 0;
}

.agreement, .agreement a
{
	color: #838281;
	text-align: center;
}

.registrationSecussfull
{
	width: 460px; 
	height: 90px; 
	border: 1px solid #CECED0; 
	margin: 80px auto; 
	border-radius: 8px; 
	padding: 50px 0 41px 0; 
    line-height: 35px;
	text-align: center; 
	color: #75C5F0; 
	font-size: 16px; 
	font-weight: bold;
}

.registrationSecussfull span
{
	color: #1F1A17;
}

.registrationSecussfull a
{
	color: #75C5F0; 
	font-size: 22px; 
}

.borderForm span[id="registrationCity"]
{
	color: #75C5F0;
	font-size: 18px;
}

.borderForm span a
{
	color: #75C5F0;
font-size: 14px;
font-weight: 100;
margin-left: 10px;
}

.registrationValidation {
    margin: 20px 0 0 57px;
}

.registrationValidation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*font-size: 18px;*/
}

.pwdStrong {
    color: #008000;
}

.pwdMedium {
    color: #8b4513;
}

.pwdEasy {
    color: #daa520;
}