/* CSS Document */

html, body, #wrapper {
  width:100%;
  height:100%;
  min-width:1280px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	/*background:url(../img/body_bg.png) repeat-x top left;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,ffffff+35,ffffff+65,c9c9c9+100 */
background: rgb(201,201,201); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(201,201,201,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(201,201,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(201,201,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */

	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

#header{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-355px;
	margin-top:-212px;
}

#login{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-379px;
	margin-top:-155px;
	background:url(../img/login_bg.png) no-repeat;
	width:758px;
	height:310px;
}

#tabInput{
	position:absolute;
	top:115px;
	left:50px;
}

#tabInput th{
	font-weight:bold;
	color:#5F6B6B;
	padding:10px 5px;
}

#tabInput td input{
	border:1px #C0C0C0 solid;
	width:160px;
	font-size:16px;
}

#loginBtn{
	position:absolute;
	top:225px;
	width:360px;
	text-align:center;
}

#loginBtn input[type='image'],
#loginBtn img{
	margin:0 10px;
}

#footer{
	position:absolute;
	bottom:15px;
	left:395px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#48585D;
	width:315px;
	font-family:Arial, Helvetica, sans-serif;
}

#flashMessage{
    position: absolute;
    top:97px;
    left:12px;
    width:340px;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    color:#FF0000;
}