p, blockquote {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
	font-size: 12px;
}
/*body a{blr:expression(this.onFocus=this.blur());}*/
body a {
	outline:none;
}

html,body{
    width:100%;
    height:100%;
	margin:0px;
	padding:0px;
}

iframe{
	width:100%;
}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none; color:#333333;}
a:hover{text-decoration:underline; color:#333333;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#333;}
fieldset,img{border:0;}
img{ margin:0; padding:0;}
textarea{
	resize: none;
}

html{
	font-family:"微软雅黑";
	font-size:12px;
}

/**********************************

Use: Reset Styles for all browsers

***********************************/
	

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
	


/* Forms
------------------------------*/
form{
	padding-top:1px;
}
form, fieldset {
	margin: 0;
	padding: 0;
}

	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}
	
select { padding: 0; }

h1, h2 { padding: 10px; margin: 0 }
h1 { font-size: large }

p { margin: 10px 0; }


h3 { margin: 1em 0 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/**********************************/
.amber input[type=text], 
.amber input[type=password]{
	outline:none;
}

.amber input[type=button], 
.amber input[type=submit], 
.amber button {
	outline:none;
	cursor:pointer;  
}

.loading-image {
    background: transparent url('../../img/loading/progress-indicator-alpha.gif') no-repeat center center;
}

.amber .execLoading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: url('../../img/loading/loadingBg.png') repeat;
}
.amber .execLoading img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px
}

.amber .execGridLoading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display : none;
	background: url('../../img/loading/loadingBg.png') repeat;
}

.amber .execLoading span {
	display: block;
	position: absolute;
	left: 45%;
	top: 45%;
	margin: -32px;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
}
iframe{
	overflow-x:auto;
}

.amber .label{
	float:left;
	text-align:right;
	min-width:10px;
	font-size : 12px;
}
.amber .label-left{
	text-align:left;
}
.amber .label-center{
	text-align:center;
}

.amber .om-widget input{
	border:none;
	/*width: 98%;**/
}
form.cmxform fieldset span.rank{
	clear:both;
	min-height:28px;
}
.amber .disabled input{
	cursor:pointer;
	border: 1px solid #cccccc;
	background: #f6f6f6 url(../../img/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ccc;
}

.amber .tableBorder td .textEditor{
	padding:10px;
}
.amber span .label{
	min-width:100px;
	*width:100px;
}
.obj td{
	padding:10px;
}

.textEditor {
	width: 100%;
}