/* ---------------------- GENERALITE FORMULAIRES ----------------------*/

fieldset {
background: #494949;
	/*border-top: 1px solid #313131;
	border-bottom: 1px solid #606060;
	border-left: 1px solid #313131;
	border-right: 1px solid #606060;*/
	color: #AAA;text-shadow: 0px 1px #0D0D0D;
padding: 2% 0%;
margin-bottom: 10px;
border:0;
}

fieldset label {
display: block;
float: left;
width: 200px;
height: 20px;
line-height: 25px;
color: #AAA;text-shadow: 0px 1px #0D0D0D;
font-weight: bold;
padding-left: 10px;
margin: -5px 0 5px 0;
text-transform: uppercase;
}

fieldset input[type=text], fieldset input[type=password] {
border: 1px solid #BBBBBB;
height: 20px;
color: white;
background: #3F3F3F;
border-bottom: 1px solid #606060;
border-top: 1px solid #313131;
border-right: 1px solid #606060;
border-left: 1px solid #313131;
background-position: 10px 6px;
margin: 0;
display: block;
float: left;
width: 86%!important;
margin: 0 5%;
padding:10px 2%;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.user-icon, .pass-icon {
	width: 33px;
	height: 41px;
	display: block;
	position: relative;
	left: 12px;
	padding-right: 2px;
	z-index: 9;
	opacity:0;
}
.user-icon {
	top:20px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(255,255,255,0.75) url(../images/user-icon.png) no-repeat center;	
}

.pass-icon {
	top:20px;
	background: rgba(255,255,255,0.75) url(../images/pass-icon.png) no-repeat center;
}
input[type=text]:hover + div,
input[type=password]:hover + div
{
	left: -57px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	opacity:1;
}
input[type=text]:hover + div.user-icon{background: rgba(0,0,0,0.75) url(../images/user-icon.png) no-repeat center;	}
input[type=password]:hover + div.pass-icon{background: rgba(0,0,0,0.75) url(../images/pass-icon.png) no-repeat center;}
/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
fieldset input[type=text]:focus, fieldset input[type=password]:focus,
fieldset input[type=text]:hover, fieldset input[type=password]:hover {
outline: none;
color:black!important;
background: #DFE9EC!important;
border: 1px solid #AAA!important;
-webkit-box-shadow: inset 0 0px 2px #ccc, 0 0 10px #AAA!important;
-moz-box-shadow: inset 0 0px 2px #ccc, 0 0 10px #AAA!important;
box-shadow: inset 0 0px 2px #ccc, 0 0 10px #AAA!important;
}

fieldset select {
width: 96%;
margin: 0 10px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

fieldset textarea {
border: 1px solid #BBBBBB;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0 0.5%;
display: block;
float: left;
width: 96%;
margin: 0 10px;
}

fieldset textarea:focus {
outline: none;
border: 1px solid #AAA;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #AAA;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #AAA;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #AAA;
}

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

/* ---------------------- INPUT SUBMIT ----------------------*/
input[type=submit] {
background: #494949;
	border-bottom: 1px solid #313131;
	border-top: 1px solid #606060;
	border-right: 1px solid #313131;
	border-left: 1px solid #606060;color: #AAA;text-shadow: 0px 1px #0D0D0D;
font-weight: bold;
height: 36px;
padding: 4px 20px;
color: #AAA;text-shadow: 0px 1px #0D0D0D;
cursor: pointer;
float: right;
margin-right: 15px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
width:88%;
margin-top:5px;
}

input[type=submit]:hover {
color: #AAA!important;
background:#5f5f5f;
border-top: 1px solid #313131;
	border-bottom: 1px solid #606060;
	border-left: 1px solid #313131;
	border-right: 1px solid #606060;color: #AAA;text-shadow: 0px 1px #0D0D0D;
}

input[type=submit].alt_btn {
background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
border: 1px solid#30B0C8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
padding: 0 10px;
color: #003E49;
text-shadow: 0 1px 0 #6CDCF9;
cursor: pointer;
}

input[type=submit].alt_btn:hover {
color: #001217;
}

.alt_btn {
background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
border: 1px solid#30B0C8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
padding: 0 10px;
color: #003E49;
text-shadow: 0 1px 0 #6CDCF9;
cursor: pointer;
}

.alt_btn:hover {
color: #001217;
}
