﻿/* File Created: сентября 4, 2013 */

.registration_form_Validation {
    position: relative;
    text-align: left;
    width: 300px;
    float: right;
}

.registration_form {
width: 260px;
height: 170px;
border: 5px solid #75c5f0;
border-radius: 12px;
margin: auto;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
position: relative;
bottom: 790px;
background-color: white;
padding: 12px 17px;
margin: -3px 0 0 340px;
}

.registration_form1
{
    width: 287px; 
    height: 193px; 
    border: 3px solid #F0FAFF; 
    border-radius: 8px; 
    margin: auto; 
    transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -webkit-transform:rotate(-20deg); 
    background-color: white;
}

.registration_form2
{
    width: 287px; 
    height: 193px; 
    border: 3px solid #DFF4FF; 
    border-radius: 8px; 
    margin: auto; 
    transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -webkit-transform:rotate(-15deg); 
    bottom: 197px;
    position: relative;
    background-color: white;
}

.registration_form3
{
    width: 287px; 
    height: 193px; 
    border: 3px solid #ABE2FF; 
    border-radius: 8px; 
    margin: auto; 
    transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg); 
    bottom: 393px;
    position: relative;
    background-color: white;
}

.registration_form4
{
    width: 287px; 
    height: 193px; 
    border: 3px solid #9EDDFF; 
    border-radius: 8px; 
    margin: auto; 
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg); 
    bottom: 591px;
    position: relative;
    background-color: white;
}

.registrationRecovery {
	margin: 5px 0;
}

.registrationRecovery a {
    color: black;
}

.registrationRegistration {
    text-align: center;
    position: relative;
    top: 80px;
}

.registrationRegistration a {
	color: #8D8D8D;
    font-size: 18px;
}

.registrationRemember {
    text-align: center;
}

.registrationRemember a {
    color: #75c5f0;
}

.registrationBlock {
	margin: 70px 0 0 0;
	height: 250px;
}

.registrationBlock input[type=text] {
    margin-bottom: 8px;
}

.registrationBlock p, .registrationRegistration {
    text-align: center;
}

.registrationInput {
    margin-top: 8px;
	color: #8D8D8D;
}

.input
{
	width: 230px;
}

.loginError {
    position: relative;
    left: 299px;
    height: 0px;
    color: red;
    width: 302px;
}

.loginError ul {
    margin: 0px;
    list-style: none;
}