/*
b{font-size: 110%;}
em{color: red;}
*/
body{
    /*
	margin: 0 0 0 0px;
	overflow-y:scroll;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E6E97;
	overflow-x:hidden;
	*/
	
	font-size: 15px;
	/*overflow-y:scroll;*/
	margin:0;
	padding:0;
	/*background-color: #701301;*/
	/*background: url(bg.jpg) no-repeat center center fixed;*/
	-moz-background-size: cover;
	background-size: cover;
   font-family: Arial,Microsoft JhengHei,sans-serif;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/*font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;*/
	
}

#header {
  height: 100px;
  padding:0px;
  background: url('../img/header_bg.gif') top right no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  /*font-family: verdana, arial, sans-serif;*/
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
 /* font-family: verdana, arial, sans-serif;*/
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}


#login_user {
	position: absolute;
	top:80px;
	right : 10px;
	color: #141414;
}

/*
input[type='text'], input[type='password'], input[type='file']
{
	height: 36px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 2px;
	font-weight: 200;
	font-size: 16px;

}

input[type='text']:hover, input[type='password']:hover , input[type='file']:hover
{
	height: 16px;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 2px;
	font-weight: 200;
	font-size: 16px;

}
*/

select
{
	height: 29px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 2px;
	font-weight: 200;
	font-size: 13px;
	/*font-family: Verdana;*/
}

#imgPreviewContainer {
    background: #222 url(img/loading.gif) no-repeat center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    display: none;
    position: absolute;
    z-index: 999;
    border: none;
}
#imgPreviewContainer span {
    color: white;
    font-size: 0.7em;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

#imgPreviewContainer.loading {
    height: 32px;
    width: 32px;
}

.line{
	background: #CCCCCC;height: 1px;overflow: hidden;
}
