body {
	font: 12px Arial, sans-serif;
	color: #4d4d4d;
	margin : 0;
	padding : 20px 10px;
	}

h1 {
	color: #003781;
	font-size: 18px;
	}

h2 {
	color: #ff8200;
	font-size: 14px;
	}

h3 {
	color: #4d4d4d;
	font-size: 14px;
	}

p {
	margin: 2px 0px;
	}
ul {
	margin : 0 0 1em 0;
	padding : 0;
}
li {
	margin : 0 0 2px 15px;}

form {
	margin : 0;
}
#container{
	margin-left: auto;
	margin-right: auto;
	min-width : 298px;
	max-width : 925px;
	width: 925px\9;
	position: relative;
	}

#sub_container {
	border : solid 1px #b7c7dd;
	border-radius : 10px;
    width: 100%;
}

#content_heading {
	background : url(./bg_content_heading.png) no-repeat 0 0;
	border-bottom : solid 1px #b7c7dd;
	border-radius : 10px 10px 0 0;
	height: 48px;
	line-height : 48px;
	padding : 0 0 0 55px;
}
#content_heading h1 {
	font-size : 24px;
	margin : 0;
}

#content {
	background : url(./bg_content.png) repeat-x 0 0;
	border-radius : 0 0 10px 10px;
	margin : 0;
	position: relative;
}

.header {
	background : #fff;
	border-bottom : solid 1px #b7c7dd;
	padding : 0 20px 0 20px;
}
.login {
	font-size : 15px;
	margin : 0 auto 0 auto;
	width: 250px;
	padding: 20px 0 20px 0;
}
.login input {
	border : solid 1px #b7c7dd;
	border-radius : 5px;
	font-family: Arial, sans-serif;
	font-size : 12px;
	height : 30px;
	line-height : 30px;
	margin : 5px 0 5px 0;
	padding : 0 10px 0 10px;
	width : 228px;
}
.login a {
	font-size : 12px;
	line-height : 30px;
	*float : left;
}
.login button {
	background : #ce5504 url(./bg_button.png) repeat-x 0 0;
	border : solid 1px #cb5201;
	border-radius : 5px;
	color : #fff;
	font-weight : bold;
	font-size : 15px;
	float : right;
	height : 30px;
	line-height : 1;
	padding : 0 30px 2px 30px;
	/*text-transform : uppercase;*/
	text-align : center;
	text-shadow : -1px -1px 0 #d35d08;
	*padding : 0 0 0 0;
	/**width : 100px;*/
	cursor: pointer;
}

.logout button {
	background : #ce5504 url(./bg_button.png) repeat-x 0 0;
	border : solid 1px #cb5201;
	border-radius : 5px;
	color : #fff;
	font-weight : bold;
	font-size : 15px;
	/*float : right;*/
	height : 30px;
	line-height : 1;
	padding : 0 30px 2px 30px;
	/*text-transform : uppercase;*/
	text-align : center;
	text-shadow : -1px -1px 0 #d35d08;
	*padding : 0 0 0 0;
	*width : 100px;
	cursor: pointer;
}

.label {
	padding-top: 5px;
}

.logout {
	padding: 20px;
}

#tips,
#terms {
	padding : 0 20px 0 20px;
}
#tips h2,
#terms h2 {
	border-bottom : solid 1px #b7c7dd;
	padding : 0 0 9px 0;
	margin : 0 0 9px 0;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footerAFS {
    Padding: 9px;
    FONT: 10px Verdana, sans-serif;
    COLOR: white;
    background: url('footer_bg.gif');
	height:90px;
}

#afs {
    FONT-WEIGHT: bold;
    FLOAT: left;
    MARGIN-LEFT: 20px
}
#footerAFS A {
    COLOR: white

}
#footerAFSb {
    bottom: 70px;
    font: 11px Verdana, sans-serif;
	padding-left: 5px;
	position: relative;
}
#footerAFSb A {
    FONT-WEIGHT: bold;
    COLOR: #4d4d4d
}

#terms {
	margin-top : 20px;
	margin-bottom : 20px;
}
#terms h2 {
	display : none;
}
#terms p {
    FONT: 10px Verdana, sans-serif;
}

#btn {
	position: relative;
	left: 50px;
	top: 5px;
}

#pwchgbtn {
    left: 180px;
    padding-bottom: 10px;
    position: relative;
    top: 5px;
}

/* Small */
@media only screen and (max-width : 767px) {

	html {
		overflow-x : hidden;
	}

	#container{
		border : solid 1px #b7c7dd;
		border-radius : 10px;
	}
	#sub_container {
		border : none;
		border-radius : 10px;
		width: 100%;
	}
	#content {
		padding-bottom : 0;
	}

	div#footerAFS {
		background : Transparent none;
		color : #4d4d4d;
		float : none;
		font-size : 10px;
		margin : 0;
		padding : 0 20px 0 20px;
		height : auto;
	}
	div#footerAFS div {
		float : none !important;
		line-height : 1.3;
	}
	div#footerAFS div span {
		display : block;
	}
	div#footerAFS div a {
		color: #4d4d4d;
		text-decoration : none;
	}
	div#footerAFS b {
		font-weight : normal;
	}
	div#footerAFS b div {
		padding-top : 10px;
	}
	div#footerAFS b div#afs {
		float : none;
		font-weight : normal;
		margin : 0;
		padding-top : 0;
	}
	div#footerAFS b div a {
		color : #4d4d4d;
	}

	#tips,
	#terms {
		margin : 0 0 0 0;
	}
	#tips h2,
	#terms h2 {
		display : block;
		margin-top : 0;
	}
	#tips h2 span,
	#terms h2 span {
		background : Transparent url(./bg_plus.png) no-repeat 100% 4px;
		cursor : pointer;
		padding : 0 17px 0 0;
	}
	#tips h2.open span,
	#terms h2.open span {
		background-position : 100% -46px;
	}
	#tips ul,
	#terms p {
		overflow : hidden;
			-ms-transition : all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
			-moz-transition : all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
			-o-transition : all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
			-webkit-transition : all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
		transition : all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
	}
	#tips ul.open,
	#terms p.open {
		max-height : 200px;
		margin-bottom : 10px;
	}
	#tips ul.closed,
	#terms p.closed {
		max-height : 1px;
		margin-bottom : 0px;
	}

	div#footerAFSb {
		bottom : auto;
		font-size : 10px;
		margin : 0;
		padding : 0 20px 10px 20px;
	}
	div#footerAFSb a {
		font-weight : normal;
	}

}

/* Small */
@media only screen and (max-width : 321px) {

}
