
/*------------------Registreerimisvorm--------------------*/
#carbonForm{
	/* The main form container */
	/*background-color:#1C1C1C;*/
	background-color: #CC3300;
	/*border:1px solid #080808;*/
	/*margin:10px;*/
	padding:15px;
	width:310px;
	
	-moz-box-shadow:0 0 1px #444 inset;
	-webkit-box-shadow:0 0 1px #444 inset;
	box-shadow:0 0 1px #444 inset;
}

#carbonForm a {
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
	background:none;
}
#carbonForm a:hover{
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
	background:none;
}
#carbonForm h1{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}

#carbonForm h2{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
#carbonFormtext2 {
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
#carbonFormtext {
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
#carbonFormtext3 {
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
.fieldContainer{
	/* The light rounded section, which contans the fields */
	padding:15px 15px 10px;
	margin:10px;
	background-color:#1E1E1E;
	/*background-color:#d2691e;/*
	border:1px solid #0E0E0E;
	
	/* CSS3 box shadow, used as an inner glow */
	-moz-box-shadow:0 0 20px #292929 inset;
	-webkit-box-shadow:0 0 20px #292929 inset;
	box-shadow:0 0 20px #292929 inset;
}

#carbonForm,.fieldContainer,.errorTip{
	/* Rounding the divs at once */
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}


.formRow{
	height:25px;
	padding:5px;
	position:relative;
}

.label{
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	width:50px;
}

label{
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:25px;
	color:#eee;
}

.field{
	float:left;
}

.field input{
	/* The text boxes */
	border:1px solid white;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	padding:0px 0px;
	background:url("http://www.andmemasin.ee/images/box_bg.png") repeat-x scroll left top #FFFFFF;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}

.signupButton{
	/* The submit button container */
	text-align:center;
	padding:10px 0 0px;
}

#SignupSubmit{
	/* The submit button */
	border:1px solid #f4f4f4;
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	color:#096DB5;
	font-size:23px;
	/*letter-spacing:1px;*/
	cursor:pointer;
	height:35px;
	/*width:110px;*/
	padding-bottom:15px;
	background-color:#dcf2ff;
	/*background:url("http://www.andmemasin.ee/images/submit.png") no-repeat center center #d0ecfd;*/
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#SignupSubmit.active{
	/* Marking the submit button as active adds the preloader gif as background */
	background-image:url("http://www.andmemasin.ee/images/preloader.gif");
}

#submit:hover{
	background-color:#dcf2ff;
	border:1px solid white;
}

input:hover,
input:focus{
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.errorTip{
	/* The error divs */
	background-color:#970F08;
	color:white;
	font-size:10px;
	height:26px;
	letter-spacing:0.4px;
	margin-left:20px;
	padding:5px 0 5px 10px;
	position:absolute;
	text-shadow:1px 1px 0 #555555;
	width:200px;
	right:-130px;
}



/*------------------Registreerimisvorm 2--------------------*/
#carbonForm2{
	/* The main form container */
	/*background-color:#1C1C1C;*/
	background-color: #BDA72F;
	/*border:1px solid #080808;*/
	margin-top:2em;
	padding:15px;
	width:510px;
	
	-moz-box-shadow:0 0 1px #444 inset;
	-webkit-box-shadow:0 0 1px #444 inset;
	box-shadow:0 0 1px #444 inset;
}

#carbonForm2 a {
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
	background:none;
}
#carbonForm2 a:hover{
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
	background:none;
}
#carbonForm2 h1{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
#carbonForm2 2h1{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}
#carbonForm2 h2{
	/* The form heading */
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#eee;
}


#carbonForm2,.fieldContainer,.errorTip{
	/* Rounding the divs at once */
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.label2{
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	width:80px;
}
