﻿.tooltipinputerr
{
	padding: 2px 0 2px 18px;
	border: solid 1px red;
	background: #ffff99 url(../../images/exclamation.png) no-repeat 2px center;
	}

.tooltipinputok
{
	padding: 2px 0 2px 18px;
	border: solid 1px green;
	background: url(../../images/accept.png) no-repeat 2px center;
	}

.tooltipshowpanel
{
	z-index: auto;
	display: none;
	position:absolute;
	width: 276px;
	height: 35px;
	overflow: hidden;
	text-indent: 5px;
	line-height: 40px;
	font-size: 12px;
	font-family: Arial;
	background: url(../../images/tooltop.gif) no-repeat left top;
	opacity:0.9;
    filter: alpha(opacity=90);
	}
	
	
		.CreatePanel
{
	margin: 0px;
	padding: 0;
	}

.CreatePanel h1
{
	font-size: 25px;
	font-family: "微软雅黑" "幼圆" "arila";
	font-weight: normal;
	border-bottom: 3px solid pink;
	padding: 7px;
	margin: 2 0 7px 0;
	}

.BaseInfo
{
	margin: 0 0;
	width: 830px;
	font: 13px arial;
	}

.BaseInfo ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.BaseInfo ul li
{
	padding: 3px 0 3px 30px;
	border-bottom: dotted 1px pink;
	}

.BaseInfo ul li label
{
	display: block;
	width: 200px;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑" "幼圆" "arila";
	background: url(../../images/Right.gif) no-repeat 140px center;
	}

.BaseInfo ul li textarea,
.BaseInfo ul li .setinput
{
	width: 400px;
	font-size: 13px;
	font-family: Arial;
	}

.BaseInfo ul li img.ShowImg
{
	margin-left: 160px;
}

.BaseInfo ul li select
{
   width:160px;
}

.BaseInfo .CheckBoxList
{
	margin-top: -16px;
	width: 580px;
	}


.BaseInfo .CheckBoxList input
{
	float: left;
	}

.BaseInfo .CheckBoxList label
{
	width: 100px;
	float: none;
	background-image: none;
	}

.BaseInfo table td h3.orderby
{
	font-family: Arial;
	font-size: 50px;
	color: #fff;
	padding: 0;
	margin: 10px;
	opacity:0.7;
    filter: alpha(opacity=70);
	}

.BaseInfo table td h5
{
	line-height: 20px;
	border-bottom: dotted 1px #000;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 13px;
	color: #000;
	}

.BaseInfo table td div.content
{
	font-size:12px;
	line-height: 17px;
	}