/***************************************
Reset
***************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************
Basic Tags
***************************************/
body {
	/*background:#82D1F0 url('../../img/backgrounds/Big_Sunshine_grad_48.jpg') no-repeat center 0;
	background:#0070B4 url('../../img/Blue_gradient_48.jpg') no-repeat center 0;*/
	background: #fff;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 12px;
	color: #333;

}
:focus {
	outline: 0;
}
dt {
	float: left;
	margin-right: 4px;
}
dl {
	margin-top: 0;
}
h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
h4 {
	margin-bottom: 10px;
}
h5 {
	margin-bottom: 5px;
}
hr {
	color: #999;
	height: 1px;
	margin: 10px auto;
}
table td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color:#196db0;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
p {
	margin-bottom: 6px;
	margin-top: 6px;
}

input[type="checkbox"]{
	border:0px none;
}
textarea,
select,
input {
	/*font-size: 11px;*/
	/*font-size: 12px;*/
	font-size: 13px;
	line-height:16px;
	font-family:arial,tahoma,verdana,sans-serif;
	border: 1px solid #cacaca;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#submitResetButton{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	cursor:pointer;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 25px;
	padding:0 15px 2px 15px;
	width:auto;
	text-align:center;
	border:1px solid #C97906;
	min-width:205px;
	text-shadow:0 1px 0 #FFEE66;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffbe0e;
	background-image: -moz-linear-gradient(
	                top,
	                #ffd917,
	                #ff9400
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#ffd917),
	                to(#ff9400)
	            );
}


.subButton{
	background:url("../../img/buttons/short_blue_button.png") repeat scroll left top transparent;
	color:#000000;
	display:inline-block;
	font-size:11px;
	height:17px;
	line-height:17px;
	padding-left:15px;
	margin-top:5px;
	text-decoration:none;
	margin-top: 15px;
}

#submitResetButton:hover{
	color: #000;
	background-image: -moz-linear-gradient(
	                top,
	                #ff9400,
	                #ffd917
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#ff9400),
	                to(#ffd917)
	            );
}


.subButton:hover{
	background:url("../../img/buttons/short_blue_button.png") repeat scroll 0 17px transparent;
}


/*
#submitResetButton:hover{
	cursor:pointer;
	background-color:#EEE;
}
*/
.col{
	width:100%;
	height:315px;
	background-color:#E7E7E8;
}

.col .title-bar, .col-resetPwd .title-bar, .col-resetPwd-notAccess .title-bar{
	background:url("../../img/layout/blue_horizontal_gradient.gif") repeat-x scroll left top #517BA8;
	border-top:2px solid #08466F;
	height:30px;
	line-height:30px;
	color:white;
}


.left{
	/*color:white;
	font-weight:bolder;*/
	font-size:12px;
}


.contentResetPwd{
	background-color:white;
	border:1px solid #cacaca;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.contentResetPwd h3{
	margin:10px;
	color:#196db0;
	font-size:24px;
}

.page-title-reset{
	font-weight:17px;
	text-align:center;
}

.spanContent{
	font-size:18px;
	text-align:center;
	font-weight:bolder;
	width:100%;
	margin-bottom:10px;
}

.spanSubContent{
	color:gray;
	height:15px;
	margin-top:10px;
	text-align:center;
	width:100%;
}

#UserResetForm{
	width:100%;
}

.labelFormulaire{
	float:none !important;
}


.ResetFormulaire{
	margin-left:180px;
	padding:7px;
	width:230px;
	
}
.ResetFormulaire_step2{
	padding:7px;
	width:230px;
	position: relative;
    right: -520px;
}
.greenBox_left{
	height:66px;
	width:20px;
	float:left;
	background:url('../../img/arrows/fleches_reset.png') top left no-repeat;
}
.greenBox_right{
	height:60px;
	background:url('../../img/arrows/fleches_reset.png') top right no-repeat;
	float:left;
	min-width:260px;
	padding-right:20px;
	padding-top:6px;
}
.grayBox_left{
	height:66px;
	width:20px;
	float:left;
	background:url('../../img/arrows/fleches_reset.png') bottom left no-repeat;
}
.grayBox_right{
	height:60px;
	background:url('../../img/arrows/fleches_reset.png') bottom right no-repeat;
	float:left;
	min-width:260px;
	padding-right:20px;
	padding-top:6px;
}
#UserConfirmPassword, #UserPassword,
#UserEmail{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height: 17px;
    margin-top: 10px;
    width: 203px;
    border:1px solid #bfbfbf;
}

.checkEmailButton{
	background-image:url("../../img/FootballKitEditor/barres.gif");
	background-position:0 -126px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin-bottom:10px;
	margin-left:310px;
	margin-top:15px;
	width:100px;
	cursor:pointer;
	border:inset;
}
.checkEmailButton:hover{
	border:outset;
}

#resultEmailCheck{
	background-color:#E7E7E8;
	margin:25px 25px 10px;
	padding:10px;
	text-align:left;
	display:none;
}


.resultEmailCheckSpan{
	font-size:20px;
}



.col-resetPwd{
	height:350px;
	background-color:#E7E7E8;
	width:100%;
}


.col-resetPwd-notAccess{
	height:130px;
	background-color:#E7E7E8;
	width:100%;
}


.designStep{
	height:90px;
	text-align: center;
	margin-top:30px;
}

.designStepOne{
	float: left;
	margin-left: 150px;
}

.designStepTwo{
	float:right;
	margin-right:150px;
}

.titleSpanDesign{
	font-size: 20px;
	font-weight: bolder;
	color:#ffffff;
}

.descDesign{
	font-size: 16px;
	color:#ffffff;
}

.grayBox{
	color:#AAA;
}

.greenBox{
	color:green;
}


#UserResetPasswordForm .ok{
	background-image:url("../../img/forms/field_checkmark_icon.png");
	float:right;
	height:20px;
	width:20px;
	margin-top: -22px !important;
	/*margin-top: 0px !important;*/
}

#UserResetPasswordForm .notok{
	background-image:url("../../img/forms/field_error_icon.png");
	float:right;
	height:20px;
	width:20px;
	margin-top: -22px !important;
	/*margin-top: 0px !important;*/
}

#UserResetPasswordForm .load{
	background-image:url("../../img/forms/loader.gif");
	float:right;
	height:16px;
	margin-top:3px;
	width:16px;
	margin-right:55px;
}

#UserResetPasswordForm .errorMsg{
	color:red;
	margin-top:2px;
}

#UserResetPasswordForm div{
	margin-top: 10px;
	width: 230px;
}