@charset "utf-8";
.EzSp #errorF{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	background-color: #930;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	padding: 4pt;
	margin-top: 10px;
}
.EzSp  .swap{
  border: 1px;
  border-style: dotted;
  border-color: #993300;
}
label b {
	color: #F00;
	font-weight: normal;
}


pre {
	text-align: left;
}
/* FORM */

fieldset {
	border:1px dashed #cccccc;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px
}
input {
	border:1px solid #cccccc;
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	padding:0.5em;
	vertical-align: baseline;
}
input.error {
	border: 1px dotted #C00;
}
label {
	color:#666;
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	margin-top: 0.3em;
	display: block;
}
label.error {
	color: #F00;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	line-height: 100%;
}
legend {
	background:#666666;
	border:1px solid #333333;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.1;
	padding:2px 6px
}
.EzSp div.wrap-head {
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	font-size: 12px;
	background-color: #3389C6;
	padding: 10px;
	text-align: left;
}
.EzSp div.wrap-form {
	background-color: #EFEFEF;
	margin-top: 0px;
	position: relative;
	padding: 10px;
}
.EzSp div.wrap-error {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C00;
}
.EzSp .dinput {
	margin-bottom:10px;
	text-align:left;
	margin-top: 10px;
}
.EzSp .button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	font-family: 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	background-image: url(../images/fade-butt.png);
	background-repeat: repeat-x;
	background-position: -5px;
	width: 110px;
	margin-left: 30px;
}
.EzSp .left {
	float:left;
	position: relative;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.EzSp .right{
	position: relative;
	float: right;
	right: 0px;
}
.EzSp .codVer {
	margin-bottom: 10px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.EzSp #dbutton {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.EzSp .foreg {
	text-align: left;
	position: relative;
	margin-top: 20px;
}
.EzSp .foreg button {
	width:100px;
	height:26px;
	text-align:center;
	color:#333;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.EzSp .pstrength-minchar {
	font-size : 10px;
	margin-left: 0px;
	float: left;
	width: 200px;
}
.EzSp .pstrength-bar {
	margin-top: 5px;
}
.EzSp #error {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width: 100%;
}
.EzSp form{
	margin: 0px;
	padding: 0px;
}
