/* @override http://www.hireandrental.com.au/interface/hria-styles.css */

/* overridden HTML tag styles */
html, body {
	margin: 0;
	padding: 0;
	font: 12px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p { 
	line-height: 1.3em; 
	margin: 0 0 1em 0;
}
p.last {
	margin-bottom: 0;
}
a, a:visited {
	color: #4891dc;
	text-decoration: none;
}
a:hover {
	color: #002663;
	text-decoration: underline;
}
a:active {
	color: #4891dc;
}
form {
	margin: 0;
	padding: 0;
}

/* page structure */
#page-outer {
	position: relative;
	width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#page-inner {
	position: relative;
}
#page-header {
	width: 100%;
	height: 169px;
	background: url(images/background.png) repeat-x left top;
}
#page-header-inner {
	width: 980px;
	margin: 0 auto;
	height: 149px;
	background: url(images/header-background.png) center top;
}
#flash-holder, #menu-holder {
	width: 960px;
	margin: 0 auto;
}
#page-body-top {
	height: 20px;
	width: 100%;
	background: url(images/content-top.png) no-repeat 0 bottom;
}
#page-body {
	padding: 0 10px 152px;
	position: relative;
}
.page-nav {
	width: 200px;
	float: left;
	padding: 10px;
	position: relative;
}
.page-content, .supplier-content {
	margin-left: 230px;
	padding: 10px 0;
	width: 720px;
	position: relative;
}
.wide .page-content {
	margin-left: 0;
	padding-top: 0;
	width: 960px;
}
.col-full {
	float: none;
	clear: both;
}
#col-center {
	width: 650px;
	float: left;
}
#col-right {
	width: 280px;
	float: right;
}

/* footer styles */
#page-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 142px;
	background: #fff url(images/footer-background.png) no-repeat center top;
}
#page-footer-inner {
	width: 960px;
	margin: 0 auto;
	height: 122px;
	position: relative;
}
.copyright-holder {
	width: 960px;
	margin: 0 auto;
	height: 20px;
	color: #002663;
	font-size: 11px;
	line-height: 20px;
	background-color: #bec9d8;
}
.copyright {
	padding: 0 10px;
	width: 60%;
	float: left;
}
.designed-by {
	padding: 0 10px;
	width: auto;
	margin-left: 60%;
	text-align: right;
}
#footer-left {
	position: absolute;
	color: #002663;
	font-size: 11px;
	line-height: 1.5em;
	left: 120px;
	top: 20px;
}
#footer-center {
	position: absolute;
	color: #002663;
	font-size: 11px;
	line-height: 1.5em;
	top: 20px;
	left: 450px;
}
#footer-right {
	position: absolute;
	top: 20px;
	left: 760px;
}
#page-footer a, #page-footer a:visited {
	color: #002663;
}
#page-footer a:hover {
	text-decoration: none;
	color: #5397ce;
}

/* holds for the Flash banner at top of page */
.banner {
	width: 100%;
	height: 110px;
}

/* hold the nav at top of page (rest of nav styles in hria-nav.css) */
.nav {
	width: 100%;
	height: 29px;
	overflow: hidden;
}

/* HRIA member login box */
.member-login {
	width: 200px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
}
.member-login-box {
	background: url(images/member-login-bg.png) no-repeat left top;
	padding-top: 38px;
	padding-right: 10px;
	padding-left: 10px;
	color: #647790;
}
.member-login-btn {
	background: url(images/member-login-bg.png) no-repeat left bottom;
	padding: 5px 10px 5px;
	text-align: center;
}
.member-login-out {
	background: url(images/member-login-bg.png) no-repeat left bottom;
	padding: 0px;
}
.member-login .row {
	padding-top: 3px;
	padding-bottom: 5px;
}
.member-login .logout-row {
	padding-top: 5px;
	padding-bottom: 0px;
}
.member-login label {
	display: block;
}
.member-login-input {
	margin: 0;
	padding: 1px;
	border: 1px solid #ccc;
	width: 97%;
}
.login-btn {
	margin: 0 2px;
	border: 1px solid #bcc6d6;
	background-color: #d9dfe8;
	color: #647790;
	padding: 2px 8px;
	font-size: 11px;
}
.login-btn:hover {
	cursor: pointer;
	background-color: #647790;
	color: #fff;
}

/* site login box */
.site-login {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px 0px;
	border: 1px solid #bec9d8;
}
.site-login-box {
	padding: 10px 10px 5px;
	color: #647790;
}
.site-login-btn {
	padding: 0 10px 5px 112px;
}
.site-login .row {
	padding-top: 3px;
	padding-bottom: 5px;
}
.site-login label {
	display: inline-block;
	width: 100px;
}
.member-login-input {
	margin: 0;
	padding: 1px;
	border: 1px solid #ccc;
	width: 97%;
}

/* content styles */
.row {
	width: 100%;
	position: relative;
}
.cell {
	width: auto;
	float: left;
}
.clear {
	float: none;
	clear: both;
	width: 0;
	height: 0;
}
.clear-right {
	clear: right;
}

/* content etc */
.heading {
	color: #4891dc;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 23px;
}
.sub-heading {
	color: #77b800;
	font-size: 13px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9dfe8;
}
.para-heading {
	color: #666;
	font-weight: bold;
	padding-bottom: 3px;
}
.paragraph {
	margin-bottom: 15px;
}
.wide .paragraph {
	padding-left: 10px;
	padding-right: 10px;
}
.caption {
	color: #666;
	padding-bottom: 4px;
}
.page-intro {
	color: #002663;
	font-size: 14px;
	line-height: 17px;
}

/* layout news, ads & content on home page */
.home-news {
	width: 640px;
	float: left;
	position: relative;
}
.home-ads {
	width: 280px;
	float: right;
	position: relative;
}
.home-intro {
	background: url(images/intro-background.png) no-repeat left top;
	width: 630px;
	float: left;
	padding: 45px 10px 10px;
}

/* latest news */
.news-header {
	background: url(images/underline.png) no-repeat 0 bottom;
	margin-bottom: 10px;
}
.news-header img {
	padding-left: 8px;
	padding-bottom: 7px;
}
.news-item {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/underline.png) no-repeat 0 bottom;
}
.news-img {
	float: left;
	width: 60px;
	margin-right: 10px;
	border: 1px solid #cfd6e2;
	margin-left: 10px;
}
.news-heading {
	color: #002663;
	margin-bottom: 2px;
	font-weight: bold;
	margin-left: 80px;
}
.news-body {
	color: #444;
	margin-left: 80px;
}
.news-more {
	margin-top: 4px;
	margin-left: 80px;
}
.news-item a, .news-item a:visited {
	color: #4891dc;
}
.news-body a.news-link {
	padding-top: 4px;
}

/* banner ads */
.ads-list {
	
}
.ads-header {
	background: url(images/underline-sml.png) no-repeat 0 bottom;
}
.ads-header img {
	padding-left: 8px;
	padding-bottom: 6px;
}
.banner-ads ul, .banner-ads li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.banner-ads li {
	background: url(images/underline-sml.png) no-repeat 0 bottom;
	text-align: center;
}
.banner-ads li img {
	border: 0;
}
.banner-ads li a:hover {
	text-decoration: none;
}
#advertise-here {
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 14px;
	background: url(images/underline-sml.png) no-repeat 0 bottom;
	width: 270px;
}
#advertise-here a {
	color: #555;
	display: block;
	background: url(images/arrow.png) no-repeat 70px center;
	text-align: center;
	padding-left: 10px;
}
#advertise-here a:hover {
	color: #000;
	text-decoration: none;
}

/* file lists, inline menus, website links etc */
.file-links ul, .file-links li, .menu-links ul, .menu-links li, .website-links ul, .website-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.file-links li {
	padding-left: 20px;
	background: url(images/download-bullet.png) no-repeat 7px 3px;
	margin-bottom: 5px;
}
.menu-links li {
	padding-left: 20px;
	background: url(images/hria-bullet.gif) no-repeat 7px 3px;
	margin-bottom: 5px;
}
.website-links li {
	padding-left: 20px;
	background: url(images/link-bullet.png) no-repeat 7px 3px;
	margin-bottom: 5px;
}
.file-links .description, .description {
	color: #777;
	font-style: italic;
	padding-left: 5px;
}
.menu-links .description, .website-links .description {
	color: #777;
}

/* stationery order form */
.form-headrow {
	background-color: #f0f0f0;
	font-weight: bold;
}
.form-totalrow {
	background-color: #e2f2ff;
}
.form-altrow {
	border-top: 1px solid #ddd;
}
.form-captionrow {
	color: #666;
}

/* browse HRIA members */
ul#member-list, ul#member-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#member-list li {
	margin-bottom: 10px;
}
ul#member-list li a {
	display: block;
}
.list-group {
	color: #77b800;
	font-size: 14px;
}
#member-list .phone {
	padding-top: 0;
}

/* HRIA convention and exhibition */
#convention09 {
	background: url(images/2009-HRIA-convention-bg.jpg) no-repeat;
	height: 200px;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
#convention10 {
	background: url(/uploads/convention2010/interface/2010-HRIA-convention.jpg) no-repeat;
	height: 110px;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
#convention-feb10 {
	background: url(/uploads/convention2010/interface/2010-HRIA-convention-Feb.png) no-repeat;
	height: 110px;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
#next-convention09 {
	background: url(/uploads/convention09/interface/2010-HRIA-convention.jpg) no-repeat;
	height: 110px;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
.convention-about {
	padding: 15px 10px 10px 280px;
	width: 380px;
	float: left;
	height: 180px;
	color: #282828;
}
.convention-about a, .convention-about a:visited, .convention-about a:hover {
	color: #fff;
	font-weight: bold;
}
.convention .heading {
	color: #282828;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.convention-links {
	float: right;
}
.convention p {
	margin-top: 0;
	margin-bottom: 3px;
}
.convention .intro {
	margin-bottom: 10px;
	font-size: 14px;
}
.convention .click-for-more {
	margin-top: 10px;
}
.photo-copyright {
	color: #555;
	font-style: italic;
}

/* MEMBER AREA */
.member-content {
	float: left;
	width: 400px;
	margin-top: 10px;
}
.member-ads {
	width: 280px;
	float: right;
}
.supplier-ads {
	width: 280px;
	float: right;
}
/* supplier search styles in separate stylesheet hria-search-supplier.css */

/* PSA manufacturer login */
.psa-login label {
	display: inline-block;
	width: 80px;
}
.psa-login input {
	margin: 2px 0;
}

/* PSA search */
img#psa-search-heading {
	padding-bottom: 2px;
}
#psa-search .search-heading {
	background: url(images/psa-search/underline.png) no-repeat left bottom;
	margin-bottom: 10px;
}
.search-form {
	position: relative;
}
.search-form .col-left, .search-form .col-middle, .search-form .col-right {
	float: left;
	width: 231px;
	height: 250px;
}
.col-heading {
	margin-bottom: 3px;
}
.col-bg {
	background: url(images/psa-search/psa-search-bg.png) no-repeat left top;
	height: 220px;
}
.search-form .col-row {
	width: 191px;
	color: #555;
	padding: 10px;
}
.search-form .col-row.btn {
	padding-top: 5px;
}
.psa-search-input {
	width: 184px;
	border: 1px solid #999;
	margin: 3px 0 0;
	padding: 2px;
}
.and-or {
	color: #999;
	float: right;
}

/* PSA search results */
.search-menu {
	position: relative;
}
.search-menu ul, .search-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.search-menu ul {
	height: 24px;
	background: url(images/psa-search/search-menu-bg.png) no-repeat left top;
	padding-top: 4px;
	padding-left: 5px;
}
.search-menu li {
	float: left;
	padding: 3px 5px;
}
.search-menu li.clear {
	float: none;
	clear: both;
}
.search-menu li a {
	display: block;
}
.search-menu li.spacer {
	color: #4891dc;
	font-size: 10px;
	line-height: 12px;
}
.search-desc {
	padding: 5px 10px;
	background-color: #f1f6fc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #002663;
}
.search-results td {
	border-bottom: 1px solid #f1f6fc;
	padding: 4px 10px;
}
.search-results thead td {
	background-color: #f1f6fc;
	color: #4891dc;
	border-right: 1px solid #fff;
	padding: 4px 20px 4px 10px;
}
.search-results thead td.psa-num, .search-results thead td.psa-tick {
	padding: 4px 10px;
}
.search-results thead td.psa-view, .search-results thead td.psa-tick {
	border-right: none;
}
.search-results thead a, .search-results thead a:visited, .search-results thead a:hover, .search-results thead a:active {
	color: #4891dc;
	text-decoration: none;
}
.search-results td a {
	position: relative;
	display: block;
}
.search-results .arrow {
	position: absolute;
	top: 0;
	right: -15px;
}
.psa-num, .psa-tick {
	text-align: center;
}
.psa-tick input {
	margin: 0;
	padding: 0;
}

/* tabs for member edit details */
.tab-holder {
	position: relative;
	height: 22px;
}
ul.tabs-member, ul.tabs-member li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tabs-member {
	height: 22px;
}
ul.tabs-member li {
	float: left;
	margin-right: 4px;
}
.tabs-member li a {
	display: block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-bottom: none;
	text-decoration: none;
	color: #777;
	background-color: #f0f0f0;
}
.tabs-member li a:visited, .tabs-member li a:hover, .tabs-member li a:active {
	text-decoration: none;
	color: #777;
}
.tabs-member li a:hover {
	background-color: #888;
	color: #fff;
}
.tabs-member li a.active, .tabs-member li a:visited.active, .tabs-member li a:active.active {
	background-color: #888;
	color: #fff;
}
.tab-tabs {
	position: relative;
}
.tab-tabs #member_map {
	width: 400px;
	height: 400px;
}
.tab-detail {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tab-detail hr {
	border-style: none;
	border-bottom: 1px dashed #ccc;
}
.tab-buttons {
	margin-top: 10px;
	text-align: center;
}

.member-keywords td {
	padding: 4px;
}
.cols_3 {
	width: 33%;
}
.alt {
	background-color: #f0f0f0;
}
.odd-rows thead td {
	background-color: #ddd;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

/* convention trade booking btn */
a.book-online span {
	display: none;
}
a.book-online, a.book-online:visited {
	display: block;
	width: 160px;
	height: 35px;
	background: url(images/btn-book-online.png) 0 0;
}
a.book-online:hover, a.book-online:active {
	background: url(images/btn-book-online.png) 0 -35px;
}

/* exhibitor checklist */
.exhib-tab td {
	padding: 8px 5px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.exhib-tab .first td {
	border-top: 1px solid #eee;
}
.exhib-tab .noline td {
	border-bottom: none;
}
.exhib-tab .link a {
	background: url(images/link-bullet.png) no-repeat 0 3px;
	padding-left: 15px;
	display: inline-block;
}
#exhib-tab-services td.link, #exhib-tab-additional td.link {
        width: 40%;
}
.exhib-tab .note {
	margin-bottom: 1.3em;
}

/* popup window */
.popup {
	background-color: #cdd4e0;
	padding: 10px 20px;
	color: #333;
}
.popup .sub-heading {
	color: #002663;
	font-size: 14px;
	font-weight: bold;
}
.exhib-showcase {
	padding-top: 5px;
	padding-bottom: 5px;
}
.row {
	padding-bottom: 10px;
}
.large {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	width: 440px;
}

/* customer feedback form */
.feedback {
	width: 720px;
}
.feedback label {
	display: block;
	float: left;
	width: 360px;
}
.feedback .even label, .feedback .odd label {
	padding-left: 5px;
}
.feedback .options {
	margin-left: 380px;
}
.feedback .options .opt {
	display: inline-block;
	width: 60px;
	text-align: center;
}
.feedback .row {
	padding: 5px 0;
}
.feedback .row.title {
	border-bottom: 1px solid #dadee5;
	font-weight: bold;
	padding-top: 15px;
}
.feedback .row.title .options {
	font-size: 11px;
	font-weight: normal;
}
.feedback .row.even {
	background-color: #f2f2f2;
}
.feedback .row.odd {
	background-color: #e4e4e4;
}
.feedback .large {
	width: 305px;
	margin: 0;
	padding: 2px;
}
.feedback .medium {
	width: 140px;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}

/* loading dock schedule form */
.exhib-loading-dock {
	width: 820px;
}
.exhib-loading-dock .small, .exhib-loading-dock .medium, .exhib-loading-dock .large {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.exhib-loading-dock .small {
	width: 65px;
}
.exhib-loading-dock .medium {
	width: 140px;
}
.exhib-loading-dock .large {
	width: 280px;
}
.exhib-loading-dock td.arrival, .exhib-loading-dock td.vehicle, .exhib-loading-dock td.loadtime {
	width: 75px;
}
.exhib-loading-dock td.company , .exhib-loading-dock td.contact {
	width: 150px;
}

/* new products display */
.new-products-display {
	width: 740px;
}
.new-products-display .small, .new-products-display .medium, .new-products-display .large {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.new-products-display .small {
	width: 65px;
}
.new-products-display .medium {
	width: 140px;
}
.new-products-display .large {
	width: 280px;
}
.new-products-display td.company, .new-products-display td.contact, .new-products-display td.exhibsize {
	width: 150px;
}

.toggle {
	cursor: pointer;
	background: url(images/arrow-more.png) no-repeat right top;
}
.toggle.topen {
	background-position:  right -36px;
}
.toggle-para {
	display: none;
}
.toggle-para.open {
	display: block;
}

/* survey questions */
h3, h4 {
	padding: 0;
	margin: 0 0 1em;
}
h3 {
	color: #77b800;
}
h4 {
	color: #4891dc;
}
.small, .medium, .large, .jumbo {
	border: 1px solid #ccc;
}
.small {
	width: 75px;
}
.medium {
	width: 150px;
}
.large {
	width: 300px;
}
.jumbo {
	width: 600px;
}
.intro {
	border: 1px solid #ddd;
	padding: 7px 10px;
	margin-bottom: 0.8em;
	background-color: #f0f0f0;
}
tr.question td {
	color:  #000;
}
tr.question_selected td {
	color:  #666;
}
td.qtext, td.qnumber {
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: 1px dashed #ccc;
}
td.qtext {
	padding-left: 10px;
}
.question td.qnumber, .question_selected td.qnumber {
	width: 16px;
	text-align: left;
	padding-left: 5px;
	border-left: 6px solid #bbb;
}
.question_selected td.qnumber {
	border-left: 6px solid #dedede;
}
td.answers {
	padding-bottom: 15px;
	padding-top: 4px;
	padding-left: 10px;
}
td.contact {
	padding-right: 10px;
	padding-bottom: 5px;
}
.explain td {
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.buttons {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.buttons input {
	margin-right: 10px;
}
.note {
	color: #666;
	font-size: 91%;
	padding: 5px 0;
}
.answer_selected {
	color: #666;
}

.hideit {
	display: none;
}
.hover {
	cursor: pointer;
}

/* hire and rental news magazine */
.magazines {
	padding-bottom: 20px;
}
#scroller-holder {
	width: 960px;
}
.scroller {
  position: relative;
  height: 155px;
  width: 908px;
  overflow: auto;
  float: left;
}
ul.scroll-strip {
  display: block;
  width: 960px;
  height: 155px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.scroll-strip li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 133px;
}
.scroll-strip li.last {
	width: 110px;
}
.scroll-strip a {
	display: block;
	text-decoration: none;
}
.scroll-strip a:hover {
	text-decoration: none;
	outline: none;
}
.scroll-strip .img-box {
	width: 110px;
	height: 131px;
	overflow: hidden;
}
.scroll-strip img {
	width: 110px;
}
.scroll-strip a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
}
.issue {
	width: 110px;
	height: 18px;
	padding-top: 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color: #3a3a3a;
	text-transform: uppercase;
	border-top: 1px solid #fff;
}
.left-arrow, .right-arrow {
	width: 26px;
	height: 155px;
}
.left-arrow {
	float: left;
	background: url(images/left-arrow.gif) no-repeat 0 0;
}
.left-arrow.hover {
	background: url(images/left-arrow.gif) no-repeat -26px 0;
}
.left-arrow.disabled {
	background: url(images/left-arrow.gif) no-repeat -52px 0;
}
.right-arrow {
	float: right;
	background: url(images/right-arrow.gif) no-repeat 0 0;
}
.right-arrow.hover {
	background: url(images/right-arrow.gif) no-repeat -26px 0;
}
.right-arrow.disabled {
	background: url(images/right-arrow.gif) no-repeat -52px 0;
}
.left-arrow span, .right-arrow span {
	visibility: hidden;
}
.magazine-col-left {
	float: left;
	width: 620px;
}
.magazine-col-right {
	float: left;
	width: 300px;
	padding-left: 20px;
}
a#media-kit-btn {
	background: url(images/media-kit-btn.gif) no-repeat 0 0;
	height: 80px;
	width: 300px;
	display: block;
	margin-bottom: 10px;
}
a#media-kit-btn:hover {
	background: url(images/media-kit-btn.gif) no-repeat 0 -80px;
	text-decoration: none;
	outline: none;
}
a#contact-details-btn {
	background: url(images/contact-details-btn.gif) no-repeat 0 0;
	height: 80px;
	width: 300px;
	display: block;
}
a#contact-details-btn:hover {
	background: url(images/contact-details-btn.gif) no-repeat 0 -80px;
	text-decoration: none;
	outline: none;
}
a#media-kit-btn span, a#contact-details-btn span {
	visibility: hidden;
}

.forgot-pwd-box {
	width: 300px;
	color: #647790;
}
.error {
	background-color: #fdf6b2;
	padding: 8px 12px;
	font-size: 14px;
	color: #333;
}
.success {
	background-color: #e6eef2;
	padding: 10px;
	font-size: 14px;
	color: #002663;
}
.multi {
	background-color: #e6eef2;
	padding: 10px;
	font-size: 14px;
	color: #002663;
	float: left;
}
.multi .choose {
	padding-bottom: 8px;
}
.multi .choose-item {
	font-size: 12px;
	padding-top: 7px;
	background: url(images/hria-bullet.gif) no-repeat 0 10px;
	padding-left: 16px;
}
.multi .choose-item a {
	color: #002663;
}
.multi .choose-item a:visited {
	color: #666;
}
.multi .choose-item a:hover, .multi .choose-item a:active {
	color: #002663;
}
.cell.send-login {
	width: 12%;
}

.member-login a {
	font-size: 91%;
}
.popup-body {
	padding: 10px;
	width: 460px;
}
.popup-body label {
	float: left;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
}
.popup-body .value {
	float: left;
	width: auto;
	padding-right: 10px;
}
.popup-body .btn {
	float: left;
	width: auto;
}

.forgot-pwd-box {
	width: 440px;
	color: #647790;
	padding: 10px 10px 0;
	background-color: #f0f0f0;
}
input#email {
	width: 240px;
	margin: 0;
	padding: 2px;
}

