/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
}

/*div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}*/

div.form table
{
	border-spacing:0px 10px;
}

/*div.form input[type=text],
div.form input[type=password],*/
.inputText,
.inputPassword
{
	/*
	width: 230px;
	height: 24px;
	border: 1px solid rgb(127,127,127);
	background-image: url("../images/input_bg.jpg");
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	padding: 0px;
	*/
	width:230px;height:25px;margin-right:6px;background:#f1f3f5;border:1px solid #e6e8e9;line-height:25px;text-indent:6px;vertical-align: middle;
}

/*div.form input[type=submit],*/
.inputSubmit
{
	/*
	width: 60px;
	height: 30px;
	border: 2px solid rgb(191,178,95);
	color: rgb(243,242,96);
	font-family: 黑体;
	font-size: 18px;
	background-image: url("../images/reg_button.jpg");
	background-repeat: repeat-x;
	margin-left: 200px;
	display:block;
	*/
	width:100px;
	height:40px;
	margin-top:20px;background:url("../images/btn_bg.jpg") no-repeat;
	margin-left:80px;
	border:none;
	color:#edf4f3;
	cursor: pointer;

}

div.form input[type=submit]:hover
{
	cursor: pointer;
}

div.form input[type=button]:hover
{
	cursor: pointer;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form .flabel
{
	/*display: inline-block !important;
	display: inline;*/
	text-align: left;
	width: 100px;
	vertical-align: middle;
}
div.form .finput
{
	/*display: inline-block !important;
	display: inline;*/
	width: 230px;
}
div.form .fnote
{
	/*display: inline-block !important;
	display: inline;*/
	font-size: 0.8em;
	width: 330px;
}

div.form label
{
	/*float: right;*/
	/*font-weight: bold;*/
	/*font-size: 0.9em;*/
	display: block;
}

div.form .row
{
	margin: 20px 0;
	height:40px;
	/*font-size: 16px;color: #333333;*/
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	/*font-style: italic;*/
	color:#bda388;
	line-height:24px;
	margin-top:12px;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	/*padding: 7px 7px 12px 7px;*/
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

#login-form table{
	margin-left:50px;
}

.mzBlockLayer{position:absolute;background-color: #000;left: 0px; top: 0px;width:100%;height:100%;overflow:hidden; opacity: 0.5;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;}

.mzdialog{height:250px;}
.alertDialog{
	position: absolute;
	width: 100%;
	height: 100%;
	color: black;
	background-color: #fafafa;
}
.alertDialogTitle{
	background-color: #fafafa;
	color: black;
	height: 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.alertDialogTitleTip{
	font-size: 14px;
	line-height: 14px;
	margin-left: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	display: inline-block;
}
.alertDialogClose{
	outline: none;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	top: 5px;
	right: 10px;
	background: url("/images/icon_float_close.png") no-repeat;
}
/*
.alertDialogClose i:hover,.alertDialogClose  i{
	background: url("../images/elements.png") no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/elements.png');
}
.alertDialogClose i:hover,.alertDialogClose i{
	background-position: -158px -123px;
	_margin-left: -158px;
	_margin-top: -123px;
}
.alertDialogClose i{
	background-position: -123px -123px;
	_margin-left: -123px;
	_margin-top: -123px;
}
*/
.alertDialogMain{
	width: 360px;
	height: 90px;
	text-align: center;
	border-bottom: 1px solid #F1D9D9;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
.alertDialogMain span{
	font-size: 14px;
	height: 44px;
	display: inline-block;
	text-align: center;
}
.alertDialogContent{
	width: 330px;
	margin-left: 15px;
	margin-right: 15px;
}
.alertDialogBtnField{
	margin-top: 20px;
	text-align: center;
	padding:0 60px;
}
a.conFDialogSure{
	margin-right: 20px;
	width: 156px;
}


a.fullBtnBlue:hover{
	background-color:#2b8cc5;
	color:#fff;
	text-decoration:none;
}

a.fullBtnBlue{
	width: 300px;
	display:block;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 10px;
	*margin-bottom: 10px;
	utline: none;
	cursor:pointer;
	background-color: #32a5e7;
	color: #fff;
}

