@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: arial, helvetica, clean, sans-serif;
	line-height: 1.5;
	font-size: 13px;
}
body.bg {
	background-image: url(../images/public/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


*+html body, * html body {
	font-size: 82%;/* for WinIE 5,6,7 */
}
img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
hr {
	display: none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}

/**** IE嚗��i��嚗宏�憭�� ****/

a {
	outline:none;
	outline: none; /* for Firefox */


    hlbr:expression(this.onFocus=this.blur()); /* for IE */
	noFocusLine:expression(this.onFocus=this.blur());
	text-decoration: none;
}

li, a {
  noFocusLine:expression(this.onFocus=this.blur());
}

/**** Firefox嚗�����停��隞乩��****/

:focus {
  -moz-outline-style: none;
}

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clear {
	zoom:1;
	clear:both;
	font-size: 0px;
	line-height: 0px;
} 

fieldset {
	clear: both;
	width: 99%;
	border: 1px solid #BFBAB0;
	background-color: #FFFFFF;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
}
*fieldset {
	position: relative;
	top: 0em;
}

legend {
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-left: 10px;
	background-color: #666666;
	/*
	margin-left: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1990b0;
	overflow: hidden;
	width: 130px;
	text-align: center;*/
}


*legend {
	position: relative;
	left: 5px;
	top: -0.5em;
} 
/* ���蝯� */
a:link {
	color: #333333;
}
/* 撌脤��蝯��  */
a:visited {
	color: #666666;
}
/* 皛�宏���蝯�   */
a:hover{
	color: #0066CC;
	text-decoration: underline;
}
/* ������蝯� */
a:active{
	color: #333333;

}
.space_right {
	margin-right: 10px;
}
.space_right5 {
	margin-right: 5px;
}

.space_down {
	margin-bottom: 15px;
}
.space_down50 {
	margin-bottom: 50px;
}

.space_top {
	margin-top: 15px;
}
.space_all {
	padding: 10px;
}

.blue_txt {
	color: #006593;
}
.blue_txt  a {
	text-decoration: underline;
	color: #003399;
}

.blue2_txt {
	color: #0066CC;
}
.red_txt {
	color: #FF0000;
}
.org_txt {
	color: #FF6600;
}
.brown_txt {
	color: #64391E;
}



.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}

.w200 {
	width: 200px;
}
.w120 {
	width: 120px;
}

.w96 {
	width: 96%;
}
.w100 {
	width: 100%;
}
.w80 {
	width: 80px;
}
.w50 {
	width: 50px;
}



.w650 {
	width: 650px;
}

.submit01   {
	background-image: url(../images/public/bg_usage_orange.png);
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	background-repeat: repeat-x;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #999999;
	background-position: top;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	background-color: #faa321;
}

.hr02  {
	color:#ccc;
	width:100%;
	height:18px;
	border:none;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/public/hr_bar_01.gif);
	clear: both;
	background-position: left;
}
.smaller_txt {
	font-size: 92%;
}


a.button02 {
	background-image: url(../images/public/bg_fade_med.png);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	width: 125px;
	text-align: center;
	line-height: 27px;
	color: #000000;
	background-position: top;
	border: 1px solid #999999;
}
a.button02:hover {
	background-image: url(../images/public/top_globalNavigation_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 27px;
	height: 27px;
	width: 125px;
	display: block;
	text-decoration: none;
	background-position: top;
	border: 1px solid #CC6600;
}

/*http://plugins.jquery.com/project/CustomMaxlength*/
.notification {
		border:3px solid #d55b5b;
		background-color: #ffcdcd;
		padding:5px;
}

/* .smaple1 { */
/* 		width: 300px; */
/* } */
