.mainplugin
{
    width:640px;
    height:400px;
	text-align:center;
    vertical-align:middle;
    background-color:#343434;
}

.previewtips
{
	height:20px; 
	line-height:20px; 
	color:#ffffff;
	margin-top: 7px;
	float: right;
}

.usercontent
{
    margin:15px auto;
	width: 600px;
	border:1px solid #959595;
	color: #eee;
}

/*弹出框样式 begin*/
#simplemodal-overlay {filter:Alpha(opacity=30);background-color:#D2D2D2; cursor:auto; width:800px;}
/*#simplemodal-container {width:820px; height:538px;}*/
/*弹出框样式 end*/
/*去掉IE10以上版本中input框自带的叉号*/
input.Wdate::-ms-clear {
  display: none;
}