﻿.leeo-overlay {
	width: 100%;
	background-color: #888;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.leeoInput_out {
	background-color: #87CEEB;
	COLOR: #008080;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 10px;
	text-align: center;
	margin-right: 5px;
}

.leeoInput_over {
	background-color: #e86000;
	COLOR: #ffffff;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 10px;
	text-align: center;
	margin-right: 5px;
}

/*alert css*/
.sam-main {
	left: 0;
	padding: 0;
	margin: 0;
	top: 0;
	position: absolute;
}

.sam-main table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sam-main td .sam-title {
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
	line-height: 21px;
}

.sam-main td .sam-bottom {
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
}

.sam-main td {
	overflow: hidden;
	background-color:#DDDDDD;
	color: #000;
	cursor: pointer;
	font-size: 14px;
margin-left:5px;
}

/*skin aero*/
.sam-main td.sam-top-left-aero {
	overflow: hidden;
	width: 21px;
	height: 23px;
	background: url(../images/skin/aero/border_tl.png) center bottom no-repeat;
}

.sam-main td.sam-top-right-aero {
	width: 21px;
	background: url(../images/skin/aero/border_tr.png) center bottom no-repeat;
}

.sam-main td.sam-border-top-aero {
	background: url(../images/skin/aero/border_t.png) center bottom repeat-x;
}

.sam-main td.sam-border-bottom-aero {
	background: url(../images/skin/aero/border_b.png) center top repeat-x;
}

.sam-main td.sam-border-left-aero {
	background: url(../images/skin/aero/border_l.png) left bottom repeat-y;
}

.sam-main td.sam-border-right-aero {
	background: url(../images/skin/aero/border_r.png) right bottom repeat-y;
}

.sam-main td.sam-bottom-left-aero {
	width: 21px;
	height: 23px;
	background: url(../images/skin/aero/border_bl.png) center top no-repeat;
}

.sam-main td.sam-bottom-right-aero {
	width: 21px;
	background: url(../images/skin/aero/border_br.png) center top no-repeat;
}

/*skin aero2*/
.sam-main td.sam-top-left-aero2 {
	overflow: hidden;
	width: 21px;
	height: 23px;
	background: url(../images/skin/aero2/border_tl.png) center bottom no-repeat;
}

.sam-main td.sam-top-right-aero2 {
	width: 21px;
	background: url(../images/skin/aero2/border_tr.png) center bottom no-repeat;
}

.sam-main td.sam-border-top-aero2 {
	background: url(../images/skin/aero2/border_t.png) center bottom repeat-x;
}

.sam-main td.sam-border-bottom-aero2 {
	background: url(../images/skin/aero2/border_b.png) center top repeat-x;
}

.sam-main td.sam-border-left-aero2 {
	background: url(../images/skin/aero2/border_l.png) left bottom repeat-y;
}

.sam-main td.sam-border-right-aero2 {
	background: url(../images/skin/aero2/border_r.png) right bottom repeat-y;
}

.sam-main td.sam-bottom-left-aero2 {
	width: 21px;
	height: 23px;
	background: url(../images/skin/aero2/border_bl.png) center top no-repeat;
}

.sam-main td.sam-bottom-right-aero2 {
	width: 21px;
	background: url(../images/skin/aero2/border_br.png) center top no-repeat;
}
