
.w10p{width:10%;}
.w20p{width:20%;}
.w30p{width:30%;}
.w40p{width:40%;}
.w50p{width:50%;}
.w60p{width:60%;}
.w70p{width:70%;}
.w80p{width:80%;}
.w90p{width:90%;}
.w100p{width:100%;}
.w200{width:200px;}
.w20{width:20px;}



.item-img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.item-text {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0 3px 3px;
}
.input-text {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	margin:0px;
 *height:18px;
 *line-height:18px;
	_height: 18px;
	_line-height: 18px;
	border: 1px solid #A4BED4;
	background: #fff;
}

.input-text:disabled{
	background-color: #EBEBE4;
}
.input-textarea {
	font-size: 12px;
	line-height: 20px;
	height: 80px;
	padding: 0px;
	margin:0px;
 *height:80px;
 *line-height:18px;
	_height: 80px;
	_line-height: 18px;
	border: 1px solid #A4BED4;
	background: #fff;
}

.input-textarea:disabled{
	background-color: #EBEBE4;
}


.portal {
	padding: 0;
	margin: 0;
	border: 1px solid #99BBE8;
	overflow: auto;
}
.portal-noborder {
	border: 0;
}
.portal-panel {
	margin-bottom: 10px;
}
.portal-column-td {
	vertical-align: top;
}
.portal-column {
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.portal-column-left {
	padding-left: 10px;
}
.portal-column-right {
	padding-right: 10px;
}
.portal-proxy {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.portal-spacer {
	border: 3px dashed #eee;
	margin-bottom: 10px;
}



