@import url('reset.css');
/* General Demo Style */
body{
	background: url(../images/beige_paper.png) repeat top left;
	color: #333;
	font-family: "Times New Roman", Times, serif, -webkit-pictograph, cursive, Arial, sans-serif;
	font-size: 13px;
}

html, body {
height: 100%;
}


#header{
	background-color: #FAF9FA;
	padding: 7px;
	overflow: hidden;
}


#header_img {
	width: 130px;
	float:left;
	margin: 8px;
}

#logo_text_wrapper {
	width: 890px;
	float: left;
	margin: 10px auto 0;
}



#container{
	position:relative;
	width: 1275px;
	margin: 0 auto;
	text-align:center;
	min-height: 100%;
}
a{
	/*color: #fff;*/
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
}
h1{
	margin:0px;
	padding:20px;
	font-size:22px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}






/*#footer {
  bottom: 0;
  height: 30px;
  text-align: center;
	margin-bottom: 5px;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
	color: #777;
font-size: 13px;
}*/

#footer {
	height: 50px;
	position: absolute;
	left: 0;
	bottom: -70x;
	width: 100%;
}


.clear {
	clear:both;
}

.disp_none {
	display:none;
}

.inputs{
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-border-image: none;
-webkit-box-shadow: #FBFCFA 1px 1px 0px 0px;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
background-attachment: scroll;
background-clip: border-box;
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-color: #BBB;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #888;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #BBB;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #888;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: #FBFCFA 1px 1px 0px 0px;
display: inline-block;
float: none;
font-family: Arial, Helvetica;
font-size: 16px;
height: 18px;
color:black;
letter-spacing: normal;
line-height: normal;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 0px;
margin-top: 1px;
min-height: 0px;
/*outline-color: #4872B1;
outline-style: auto;
outline-width: 5px;*/
padding-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
padding-top: 4px;
position: static;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
word-spacing: 0px;
width: 260px;
}


input[type="text"]:focus, input[type="text"].focused, textarea:focus, textarea.focused {
	background: #FFFEC9 none;
}


input[type="password"]:focus, input[type="password"].focused, textarea:focus, textarea.focused {
	background: #FFFEC9 none;
}




.success-notification {
	min-height: 23px !important;
	margin-bottom: 11px !important;
	padding: 8px 8px 2px 32px !important;
	font-size: .95em !important;
	font-weight: bold !important;
	border: 1px solid #95A486 !important;
	color: #3D6611 !important;
	background: #EFF5EA url(../images/success_msg_icon.gif) no-repeat 10px 10px !important;
}


.failure-notification {
	min-height: 23px !important;
	margin-bottom: 11px !important;
	padding: 8px 8px 2px 32px !important;
	font-size: .95em !important;
	font-weight: bold !important;
	border: 1px solid #F16048 !important;
	color: #DF280A !important;
	background: #FAEBE7 url(../images/error_msg_icon.gif) no-repeat 10px 10px !important;
}