/*
* @author  ( Maurice Hason  )
* @package SysAid Wizards
* @copyright Copyright (C) 2002 - 2011 SysAid Technologies Ltd. All rights reserved.
*/





/* WIZARD STYLING */
#wizard-wrapper {
	width: 770px;
	display: block;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-left: 120px;
	padding-right: 60px;
	box-sizing: none;
	-moz-box-sizing: none;

   /* Opera does not support gradient background by CSS so this falls it back to a solid background */
	background: url(../images/WMI-Scan-Icon-Big.png) no-repeat 15px 45px #eee;
  /* Mozilla */
	background: url(../images/WMI-Scan-Icon-Big.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);
	/* Safari and Chrome */
	background: url(../images/WMI-Scan-Icon-Big.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  /* Hack for IE */
	_background: url(../images/WMI-Scan-Icon-Big.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper.success {
	
	/* Mozilla */
	background: url(../images/success.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);
	
	/* Safari and Chrome */
	background: url(../images/success.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

 /* Opera does not support gradient background by CSS so this falls it back to a solid background */
 _background: url(../images/success.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper.failure {

	/* Mozilla */
	background: url(../images/failed.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);

	/* Safari and Chrome */
	background: url(../images/failed.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

  /* Opera does not support gradient background by CSS so this falls it back to a solid background */
  _background: url(../images/failed.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-reset {
	width: 770px;
	display: block;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-left: 120px;
	padding-right: 60px;
	box-sizing: none;
	-moz-box-sizing: none;

   /* Opera does not support gradient background by CSS so this falls it back to a solid background */
	background: url(../images/reset-password-big-icon.png) no-repeat 15px 45px #eee;
  /* Mozilla */
	background: url(../images/reset-password-big-icon.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);
	/* Safari and Chrome */
	background: url(../images/reset-password-big-icon.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  /* Hack for IE */
	_background: url(../images/reset-password-big-icon.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-reset.success {

	/* Mozilla */
	background: url(../images/success.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);

	/* Safari and Chrome */
	background: url(../images/success.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

 /* Opera does not support gradient background by CSS so this falls it back to a solid background */
 _background: url(../images/success.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-reset.failure {

	/* Mozilla */
	background: url(../images/failed.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);

	/* Safari and Chrome */
	background: url(../images/failed.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

  /* Opera does not support gradient background by CSS so this falls it back to a solid background */
  _background: url(../images/failed.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-unlock {
	width: 770px;
	display: block;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-left: 120px;
	padding-right: 60px;
	box-sizing: none;
	-moz-box-sizing: none;

   /* Opera does not support gradient background by CSS so this falls it back to a solid background */
	background: url(../images/unlock-password-big-icon.png) no-repeat 15px 45px #eee;
  /* Mozilla */
	background: url(../images/unlock-password-big-icon.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);
	/* Safari and Chrome */
	background: url(../images/unlock-password-big-icon.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  /* Hack for IE */
	_background: url(../images/unlock-password-big-icon.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-unlock.success {

	/* Mozilla */
	background: url(../images/success.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);

	/* Safari and Chrome */
	background: url(../images/success.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

 /* Opera does not support gradient background by CSS so this falls it back to a solid background */
 _background: url(../images/success.png) no-repeat 15px 45px #eee;

}

#wizard-wrapper-unlock.failure {

	/* Mozilla */
	background: url(../images/failed.png) no-repeat 15px 45px, -moz-linear-gradient(top, #fafafa, #e1e1e1);

	/* Safari and Chrome */
	background: url(../images/failed.png) no-repeat 15px 45px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));

  /* Opera does not support gradient background by CSS so this falls it back to a solid background */
  _background: url(../images/failed.png) no-repeat 15px 45px #eee;

}
.wizard-header h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #1ea707;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 1px 1px #fff;
	border-bottom: 1px solid #c3c3c3;
	display: block;
	margin-bottom: 15px;
  margin-top: 24px;
}

.wizard-content {
	margin-bottom: 20px;
}

div.form-row { margin-top: 20px;}
div.form-row.border {border-top: 1px solid #c3c3c3; padding-top: 10px;}

input.username { width: 200px; font-family: Verdana, Arial, sans-serif; color: #605f5f; font-size: 9pt; outline: 0 none; }
input.questions { width: 240px; margin-left: 10px; font-family: Verdana, Arial, sans-serif; color: #605f5f; font-size: 9pt; outline: 0 none; }
select.domain-select { width: 200px;}
input.button {
	width: 110px;
	height: 22px;
	border: 0 none;
	display: inline-block;
	text-align: center;
  
  background: url(../images/button.png) no-repeat left top transparent;
}
input.button:hover, input.buttonBlack:hover {cursor: pointer; background: url(../images/button.png) no-repeat left bottom transparent; }

input.buttonGray  {
	width: 110px;
	height: 22px;
	border: 0 none;
	display: inline-block;
	text-align: center;
  color:gray;
  background: url(../images/button.png) no-repeat left top transparent;
}

input.buttonBlack  {
	width: 110px;
	height: 22px;
	border: 0 none;
	display: inline-block;
	text-align: center;
  color:black;
  background: url(../images/button.png) no-repeat left top transparent;
}

label.step_11 { display: inline-block; width: 180px; white-space:nowrap; }

label.step_1 { display: inline-block; width: 150px; white-space:nowrap; }
label.step_2 { display: inline-block; width: 220px; }
label.step_3 { display: inline-block; width: 220px; }

h4 {
	font-family: Verdana, Arial, sans-serif;
	color: #1ea707;
	font-size: 9pt;
	font-weight: bold;
	color: #605f5f;
	margin-bottom: 0px;
	margin-top: 30px;
}


div#alert {
	border: 1px solid red;
	display: block;
	width: auto;
	min-height: 50px;
    background: url(../images/alert.png) no-repeat 15px 10px #fcdada;
	padding-left: 70px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    margin: 20px 0;
	padding-top: 7px;
}
img {
vertical-align:top;
margin:0;
}


