@charset "UTF-8";
/* CSS Document */

@font-face {  
  font-family: myriadwebpro;  
  src: url("fonts/MyriadWebPro.ttf") format("truetype");  
}  

body {
	background: url("images/buffer.gif") repeat-x scroll 0 0 #FFFFFF;
	color: #656565;
	font: 11px verdana;
	margin: 0;
	padding: 0;
}
.header {
	margin-top:150px;
}
.container {
	background-image: url("images/bkg.png");
	background-repeat: no-repeat;
	height: 
	0px;
	width: 498px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family:myriadwebpro, Arial, Helvetica, sans-serif;
	font-size:2.5em;
}
.logo {
	text-align:center;
	padding-top:15px;
}
.icon {
	float:left;
	padding-left:5px;
	margin-top:5px;
	border:none;
}
.Clear {
	clear:both;
}
.inner_container {
	background-image: url("images/inner_bkg.png");
	background-repeat: no-repeat;
	height: 178px;
	padding: 70px 10px 10px 80px;
	margin-top: 15px;
	width: 373px;
}
.input_container {
	background-image: url("images/input_bkg.png");
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	margin: 5px;
	width: 141px;
}
.input_field {
	background-color: #A6A6A6;
	color: #565555;
	border: medium none;
	font-size: 1.2em;
	height: 30px;
	margin-left: 5px;
	margin-top: 2px;
	width: 130px;
}
.select_field {
	background-color: #EFEFEF;
	color: #565555;
	border: medium none;
	font-size: 1.2em;
	height: 33px;
	margin: 5px;
	width: 141px;
}

.submit_btn {
	background-image: url(images/login.png);
	background-color: transparent;
	background-repeat: no-repeat;
	height: 41px;
	width: 148px;
	margin-top: -37px;
	margin-right: 32px;
	float: right;
	border: none;
	cursor: pointer;
}
.logged_in {
	float:right;
	padding-right:40px;
}
.tips_box {
	float:right;
	border:none;	
}
.styled-select select {
    background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
    border: medium none;
    color: #565555;
    font-size: 1em;
    height: 50px;
    margin-top: -15px;
    padding: 20px 0 0 5px;
    text-decoration: none;
    width: 200px;
}
.styled-select_TimeZone select {
    background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
    border: medium none;
    color: #565555;
    font-size: 1em;
    height: 50px;
    margin-top: -15px;
    padding: 20px 0 0 5px;
    text-decoration: none;
    width: 300px;
}
.styled-select {
    background: url("images/arrow.png") no-repeat scroll right center #EFEFEF;
    border-radius: 5px 5px 5px 5px;
    height: 33px;
    margin-left: 5px;
    margin-top: 10px;
    overflow: hidden;
    width: 180px;
}
.styled-select_TimeZone {
    background: url("images/arrow.png") no-repeat scroll right center #EFEFEF;
    border-radius: 5px 5px 5px 5px;
    height: 33px;
    margin-left: 5px;
    margin-top: 10px;
    overflow: hidden;
    width: 280px;
}
.copyright {
	margin:10px 0 0 120px;
	text-align:center;
}
.copyright_text {
	float:left;
}