/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
body{
	font-size: 62.5%; /* 62.5% means 1em = 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	font-family: Helvetica; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#000;
	background-image:url(../images/Mobile/bg.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	}
p{
	font-size:12px;
	padding-bottom:8px;
	}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1{
	display:block;
	width:112px;
	height:41px;
	text-indent:-5000px;
	}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	padding-top:100px;
	}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}
#logo {
	height: 77px;
	width: 198px;
	float: left;
}
#top_btn_set {
	float: right;
	height: 20px;
	margin-right: 20px;
	margin-top: 28px;
}
#content {
	width: 280px;
}


.show_normal,
.show_flipped{
	width:320px;
	}
.inputText {
	font-size: 14px;
	background-image: url(../images/Mobile/field_bg.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 208px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px;
	background-color: #FFFFFF;
}
#login_area {
	background-color: #ECECFF;
	padding: 10px;
	width: 214px;
	height: 225px;
	margin: 20px;
}
.login_title {
	font-size: 14px;
	color: #000;
}
#content_area {
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content_area li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content_area .title {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.person_content {
	font-size: 13px;
}
.person_content_result {
	color: #283891;
}
.person_content .border {
	font-size: 13px;
	border: 1px solid #B7DA9C;
}
.person_content .blue_border {

	font-size: 13px;
	border: 1px solid #7BAFDF;
}
.error {
	font-size: 13px;
	color: #F00;
}
.error a {
	font-size: 13px;
	color: #00F;
	text-decoration: none;
}



#footer {
	margin-left: 10px;

}
#accordion h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#accordion div {
	width: 222px;
}




.warn {
	font-size: 14px;
	color: #990;
}





.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}
