.pvnwp-wrap{
	color:#898989;
}
.pvnwp-content-wrap{
	min-height:100px;
}
.pvnwp-content{
	width:70%;
	float:left;
	height:100%;
}
.pvnwp-other{
	width:30%;
	float:right;
	height:100%;
	line-height: 22px;
}
.pvnwp-inner{
	margin: 15px 15px;
	background: #fff;
	padding: 15px;
}
.clear{clear:both;}
.align-right{text-align:right;}
.btn{
	padding:7px 12px;
	border-radius:2px;
	background:#EE3E36;
	color:#fff;
	border:1px solid #dd3E36;
	cursor:pointer;
}
.pvnwp-header-wrap {
	margin-top:20px;
}
.pvnwp-header-wrap img{
	float:left;
	width:50px;
}
.pvnwp-header-wrap h2{
	float:left;
	margin-left:20px;
}
.red { color:red;}

input[type="text"], input[type="search"],  input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea{
	width:80%;
}

.titledesc label{ display:block; }





.pvnwp-plugin{
	-webkit-box-shadow: 0 8px 6px -6px #fafafa !important;
	   -moz-box-shadow: 0 8px 6px -6px #fafafa !important;
	        box-shadow: 0 8px 6px -6px #fafafa !important;
}
.pvnwp-plugin:hover{
	-webkit-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
	   -moz-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
	        box-shadow: 0 8px 6px -6px #e9e9e9 !important;
}
.pvnwp-plugin thead tr th{
	height:25px;
	color:#555;
	font-weight:700;
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
}
.pvnwp-plugin tr td{
	border:1px solid #e9e9e9;
}
.pvnwp-plugin tr:nth-child(odd){
	background-color:#f9f9f9;
}
.pvnwp-plugin tr:nth-child(even){
	background-color:#f5f5f5;
}
.pvnwp-plugin tr:hover,
.pvnwp-plugin tr:nth-child(odd):hover,
.pvnwp-plugin tr:nth-child(even):hover{
	background-color:#fcfcfc;
}
.pvnwp-plugin input[type="text"]:focus{
	background-color:#fcfcfc;
}
.pvnwp-plugin .titledesc{
	line-height:30px;
	border:1px solid #e9e9e9;
	width:150px;
}
.pvnwp-other ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ddd;
}