

.formList {
	width: 100%;	
	height: auto;	 
	position: relative; 
    color: #21262b;
	top:0px;  
	max-width:700px;  



}

.registerForm, .descriptionForm {

	width:300px;

    display: inline-block;  
	height: 23px;	
	background: #21262b;
	padding-left: 10px; 
	padding-bottom: 0px;
	padding-top: 0px;	
	position: relative; 
	margin-bottom: 25px;

	left: 0%;
	bottom: 0px;	
	color: #fff;
	border: 1px solid #505050;
    font-family: 'Questrial';
    font-weight: lighter;
	text-decoration:none;
    word-wrap: break-word;
    font-weight: lighter;
	font-size: 14px;
	z-index: 2;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
	box-shadow: inset 2px 2px 2px #000, 0.5px 1px 0px #9b8f80;

}


.registerForm:hover {
	background: #b3e2ff;
	border: 1px solid #59c9ec;
	color: #000000;

	box-shadow: inset 2px 2px 2px #071d21, 0px 1px 1px #144c54;
}

.registerForm:active{
	background: #59c9ec;
 	border: 1px solid #fff;
	box-shadow: inset 2px 2px 2px #b3e2ff, 0px 1px 1px #9b8f80;

	font-weight: bold;

}

.descriptionForm {
	height:100%;
	padding-left: 10px; 
	padding-top: 5px;
	bottom: -5px;	

}


.descriptionForm:hover {
	background: #b3e2ff;
	border: 1px solid #59c9ec;
	color: #000000;

	box-shadow: inset 2px 2px 2px #071d21, 0px 1px 1px #144c54;
}

.descriptionForm:active{
	background: #59c9ec;
 	border: 1px solid #fff;
	box-shadow: inset 2px 2px 2px #b3e2ff, 0px 1px 1px #9b8f80;

	font-weight: bold;

}
.registerForm  .error{
 	width: 150px;  
    position: absolute;  
    left: 0px;  
    bottom: -30px;
    padding-left: 0px;  

}

.radio label {   
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 0px;  
    margin-right: -10px;   
    color: #bababa;
    font-family: 'Questrial';
    font-weight: lighter;
	text-decoration:none;
    word-wrap: break-word;
    font-weight: lighter;
	font-size: 14px;
    position: relative;  
    left: 0px;  
    bottom: -20px; 
 	vertical-align: top; 
 	z-index: 10;  
}  


.radio label:before {  
    content: "";  
    display: inline-block;  
    position: relative;  
    left: 0px;  
    bottom: 5px; 
    width: 16px;  
    height: 16px;  
    margin-right: 10px;  
    background-color: #3c392d;  
	border-radius:6px; 
    box-shadow: inset 2px 2px 2px #000, 0.5px 1px 0px #9b8f80; 
    border: 1px solid #505050;
	vertical-align: middle;
    line-height: 50px;  
}  

 .radio div.error{
 	width: 150px;  
    position: absolute;  
    left: -85px;  
    bottom: -30px;
    padding-left: 0px;  

}

.radio{
	display: inline-block;
 	position: relative; 
 	top: -20px; 
 	left: -10px;
	vertical-align: middle;

 		 }

#id{}

input[type=radio] {  
    display: none;  
    line-height: 10px;  
    position: relative;  
    left: 0px;  
    top: 10px; 
	vertical-align: middle;


}  

input[type=radio]:checked + label:before {  
    font-family: 'Questrial';
    font-weight: lighter;
	text-decoration:none;
    word-wrap: break-word;
    content: "\2022";  
    color: #FF950F;  
    font-size: 30px;  
    text-align: center;     
	vertical-align: middle;
    line-height: 18px;  
}  

input[type=file] {
	position: relative;
    left: -15px;  
    top:-26px; 
    width:76px;
	z-index: 10;
	opacity:0;

}

.uploadImage{
	position: relative;  
    left: 0px;  
    top:-50px; 

    width: 76px;  
    height: 23px;  
    z-index:4;
	background:url(images/upload2_idle.png) no-repeat 65px -3px, -webkit-radial-gradient(  #000000, #302d26  ) ;
	background:url(images/upload2_idle.png) no-repeat 65px -3px,  -moz-radial-gradient(  #000000, #302d26  ) ;
	background:url(images/upload2_idle.png) no-repeat 65px -3px,  -o-radial-gradient(  #000000, #302d26  ) ;
	background:url(images/upload2_idle.png) no-repeat 65px -3px,  -ms-radial-gradient(  #000000, #302d26  ) ;


    padding-left: 15px;
    cursor: pointer;
	float:left;
    color: #7aaac4;
	line-height: 25px;
    font-family: 'Questrial';
    font-weight: lighter;
	text-decoration:none;
    word-wrap: break-word;
    font-size: 12px; 
	border: 1px solid #505050;
	-moz-border-radius:6px 0px 0px 6px;
	-webkit-border-radius:6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}



.uploadImage:hover{
    background: url(images/upload2_hover.png) no-repeat 64.5px -3px, -webkit-radial-gradient(  #3398CC,#32332c )  ;
    background: url(images/upload2_hover.png) no-repeat 64.5px -3px, -moz-radial-gradient(  #3398CC,#32332c )  ;
    background: url(images/upload2_hover.png) no-repeat 64.5px -3px, -o-radial-gradient(  #3398CC,#32332c )  ;
    background: url(images/upload2_hover.png) no-repeat 64.5px -3px, -ms-radial-gradient(  #3398CC,#32332c)  ;


    transition: all 0.3s ease-out;
	border: 1px solid #59c9ec; 
	box-shadow: 2px 4px 0px #3f6572;
    color: #fff;

}
 

.uploadImage:active{
    background: url(images/upload2_active.png) no-repeat 65px -3px,-webkit-radial-gradient(   #eefffd , #59c9ec ) ;
    background: url(images/upload2_active.png) no-repeat 65px -3px, -moz-radial-gradient(   #eefffd , #59c9ec ) ;
    background: url(images/upload2_active.png) no-repeat 65px -3px, -o-radial-gradient(  #eefffd , #59c9ec ) ;
    background: url(images/upload2_active.png) no-repeat 65px -3px, -ms-radial-gradient(  #eefffd , #59c9ec ) ;    
	transition: all 0.3s ease-out;
	border: 1px solid #fff;
	box-shadow: 0px 0px 0px #9b8f80;
	color:#000;
}

.fileUpload {
	position: relative; 
	left: 0px;
	bottom:0px;
    /*border: 1px solid #505050;*/

}


input[type='submit']{
	position: relative; 
	left: 0px;
	top:0px;
	z-index: 5;
	width: 56px;  
    height: 100px;
	opacity:0;
	cursor: pointer;  
}

/*next*/



.next{
	position: relative; 
	left: -0px;
	bottom:0px;
    width: 50px;  
    height: 50px;
	font-size: 15px;
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 15; /* FF2 doesn’t like the above */
	cursor: pointer;
    word-wrap: break-word;
    text-align:center;
	 line-height: 85px;

	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	/* Firefox */
	left: -moz-calc(100% +62.5px);
	/* WebKit */
	left: -webkit-calc(100% +62.5px);
	/* Opera */
	left: -o-calc(100% +62.5px);
	/* Standard */
	/*border: 1px solid #505050;*/


	-webkit-border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;  
	width: 50px;  
	height: 50px;
	font-family: 'Questrial';
	font-size: 20px;
	font-weight: lighter;
	position:absolute;
	cursor: pointer;
	color: transparent;

	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;	 

	background: url(images/next2_idle.png) no-repeat 0px 0px, -webkit-radial-gradient(#32332c ,#000000);	
	background: url(images/next2_idle.png) no-repeat 0px 0px,  -moz-radial-gradient(#32332c ,#000000 );
	background: url(images/next2_idle.png) no-repeat 0px 0px,  -o-radial-gradient(#32332c ,#000000 );
	background: url(images/next2_idle.png) no-repeat 0px 0px,  -ms-radial-gradient(#32332c ,#000000 );
	background-size: 100% 100%;
	border: 1px solid #3f3d38;
	box-shadow: 1px 2px 0px #635e53;


	}

.next:hover
{
border: 1px solid #59c9ec; 
box-shadow: 1px 1px 0px #3f6572;

background: url(images/next2_hover.png) no-repeat 0px 0px, -webkit-radial-gradient(#3398CC,#32332c);	
background: url(images/next2_hover.png) no-repeat 0px 0px,  -moz-radial-gradient(#3398CC,#32332c );
background: url(images/next2_hover.png) no-repeat 0px 0px,  -o-radial-gradient(#3398CC,#32332c );
background: url(images/next2_hover.png) no-repeat 0px 0px,  -ms-radial-gradient(#3398CC,#32332c );
background-size: 100% 100%;

}

.next:active
{
background: url(images/next2_active.png) no-repeat 0px 0px, -webkit-radial-gradient(#eefffd , #59c9ec);	
background: url(images/next2_active.png) no-repeat 0px 0px,  -moz-radial-gradient(#eefffd , #59c9ec );
background: url(images/next2_active.png) no-repeat 0px 0px,  -o-radial-gradient(#eefffd , #59c9ec);
background: url(images/next2_active.png) no-repeat 0px 0px,  -ms-radial-gradient(#eefffd , #59c9ec);
background-size: 100% 100%;


 
border: 1px solid #fff;
box-shadow: -8px -6px 0px #9b8f80;

}


.BottomLink
 {
	font-family: 'Questrial', sans-serif;
    font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
	height: 20px;	
	color:#7aaac4;
;
	cursor: pointer;
	display: inline-block;
	position: absolute;
    bottom: -2.5px;
    right: 20px;
    float:right;
    text-align: center;
    display:block;


	}



.BottomLink:hover{
	color: #fff;
	}

.BottomLink:active{
	color: #5bcaea;
	}


.LoginLink,
 {
	font-family: 'Questrial';

    font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
	height: 20px;	
	color:#7aaac4;
	cursor: pointer;
	display: inline-block;
	position: absolute;
    bottom: 0px;
    left: 0px;
	float:left;
	margin-right: 15px;
	transition: all 0.3s ease-out;
	}

.LoginLink:hover, {
	color: #fff;
	}

.LoginLink:active {
	color: #5bcaea;
	}

#externalLinks

{
position: fixed;
float:right;
right:0px;
bottom:0px;
width:100px;
height:60px;
}




#CarouselContainer

{
position: fixed;
left:0px;
bottom:0px;
height:100%;

}


#toolBar

{
position: fixed;
float:right;
right:0px;
bottom:25px;
width:100%;
height:60px;
}



.description{
	font-family: 'Questrial';
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
	display: inline-block;
	text-align: justify;
	text-justify: distribute;
	word-spacing: 2px;
	left: 0px;

	width: 100%;
	height: -moz-calc(100% - 75px);
	height: -webkit-calc(100% - 75px);
	height: -o-calc(100% -75px);
	height: calc(100% - 75px); 
	position:relative; 
	top: 0px;
	overflow: hidden;
	margin-top: 0px;
 	line-height:15px;
 	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 100px;

}




@media only screen and (max-height: 600px)  and (max-width: 400px){


#externalLinks

{
	
float:left;
left:90px;
top:48.5px;

}
#toolBar

{
top:25px;
float:left;
right:45px;
}

#login

{
top:2.50px;
float:left;
left: 15px;


}


.description{word-spacing: -2px;}

}


.image{ 


display: block;
cursor: pointer;
color: transparent;
position:relative;
   
width: 100%;
height:auto;
max-width: 100%;
max-height: 100%;
float: right;
top: 0px;
right:0px;
margin: auto;
margin-bottom: 50px;
margin-top: 0px;
opacity:1; 
z-index:3; 

background-size:100% 100%; 

 }



