/* global.css hoojano 2007 */ /* 
1 -  page  container
2 -  header container
2.1 - navigation tabs
3 -  content container
3.1  - left-content-area 
3.2  - main-content-area
4 -  footer container
5 -  global document styles
5.1 - form styles
5.2 - form style 1
6 - login page
6.1 - forgotten password page
7. - main welcome page
8. - Job board page
9. - Box table
10. - ratings
11. - tips
*/
* {
	margin: 0px;
	padding: 0px;
}

/* 1 --------------- page  container --------------------*/
body {
	text-align: center;
	min-width: 600px;
	background: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#page-container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top: 0px;
}

/* 2 ------------- header container --------------------*/
#header-container {
	background-image: url(../images/headerBackground1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #8AC135;
	height: 120px;
	position: relative;
}

#header-top-nav-container {
	left: 170px;
	position: absolute;
}

#header-options {
	position: absolute;
	right: 60px;
	top: 10px;
}

#header-options a {
	text-decoration: none;
	font-size: 100%;
	color: #313131;
}

#header-options a:hover {
	color: #0066cc;
}

#header-options li {
	display: inline;
	float: left;
	margin-top: 10px;
	list-style-type: none;
	padding-left: 15px;
	font-size: 100%;
}

#search-container {
	background-color: transparent;
	width: 80%;
	margin-left: 27px;
	margin-top: 16px;
	float: left;
	height: 5em;
}

#home-logo {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#home-logo h1{
	visibility: hidden;
	color:#002154;
	position: absolute;
	bottom:25px;
	right:65px;
	font-size:25px;
}

#header-search {
	width: 100%;
	margin-left: 10px;
	height: 1em;
	position: absolute;
}

#search-tabs {
	padding: 0px 0px 18px 0px;
}

#search-tabs li {
	display: inline;
	float: left;
	height: 22px;
	margin-top: 10px;
	position: relative;
}

#search-tabs li.selected {
	background-color: #FFFFFF;
	margin-top: 6px;
	padding-bottom: 0px;
}

#search-tabs a {
	background-repeat: repeat-x;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#search-tabs a:hover {
	color: #000;
}

.header-search-options ul {
	margin-left: 8px;
}

.header-search-options li {
	float: right;
}

.header-search-options {
	width: 100px;
	float: left;
	font-size: 80%;
}

#search-input-box {
	background-color: transparent;
	background-image: url(../images/search-area-bg.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding: 10px 10px 30px 10px;
}

.search-go-button {
	float: left;
	background-color: #000;
	margin-left: 1px;
}

.header-search-input-container {
	float: left;
	height: 35px;
	background-position: right;
}

.header-search-input {
	font-size: 80%;
	color: #FF0000;
	border: 0;
	margin: 10px;
}

.post-code-search-field-container {
	width: 142px;
	background-image: url(../images/search-bar-postcode.gif);
	background-repeat: no-repeat;
}

.job-search-field-container {
	width: 200px;
	background-image: url(../images/serch-bar-bg.gif);
	background-repeat: no-repeat;
}

.post-code-search-field {
	width: 122px;
}

.job-search-field {
	width: 180px;
}

/*-----------------------other-----------------------*/
.myob-title{
	display:none;
}

/* 2.1 --------------- navigation tabs --------------------*/
#navigation-tabs-container {
	line-height: 2em;
	background-image: url(../images/nav_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 110%;
}

#navigation-topTabs-container {
	position: relative;
}

#navigation-notabs-container {
	height: 2em;
	margin-bottom: 0.5em;
	background-image: url(../images/nav_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}

#navigation-tabs {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

#welcomeText {
	color: #313131;
	left: 180px;
	position: absolute;
	bottom: 45px;
}

/* 3 -------------- content container --------------------*/
#content-container {
	background-color: #fff;
	margin: 20px 6px 0px 14px;
	margin-bottom: 20px;
	vertical-align: top;
}

.homeContentBox {
	background-image: url(../images/center-bg.gif);
	width: 500px;
	background-repeat: repeat-x;
}

.leftSide {
	background-image: url(../images/left-side.gif);
}

.rightSide {
	background-image: url(../images/right-side.gif);
}

img.headerBubble {
	position: absolute;
	right: 0px;
	bottom: -43px;
}

/* 3.1 ------------ left-content-area ---------------------*/
#left-content-area {
	float: left;
	width: 20%;
	min-height: 300px;
	background-color: #fff;
}

#left-content-area a {
	text-decoration: none;
	font-weight: bold;
}

#left-content-area h2 a {
	font-weight: bolder;
	color: #0066CC;
}

#left-content-area a.selected {
	color: red;
}

#left-content-area li li {
	text-decoration: none;
	margin-bottom: 0px;
	font-weight: normal;
}

#left-content-area li li a {
	text-decoration: none;
	font-weight: normal;
}

.left-content-panel {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border-right: dashed 1px #ccc;
}

.left-nav li {
	line-height: 20px;
	margin-bottom: 5px;
}

#main-content-area {
	float: right;
	width: 79%;
	background-color: #fff;
}

#left-content-area li.currentMenuItem a {
	color: #0066CC;
}

/* 3.2 ------------ main-content-area ---------------------*/
.infoContainer {
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
	margin-bottom: 5px;
}

#search-result-container {
	width: 100%;
	white-space: nowrap;
	display: inline;
}

.sort-bar {
	margin-top: 1.4em;
	background-color: #EEE;
	border: solid 1px #CCC;
	font-size: 80%;
	display: inline-block;
	width: auto;
	height: 30px;
	vertical-align: middle;
}

.sort-bar p {
	float: left;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.sort-bar select {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.page-result-list {
	background-color: #FFF;
	clear: both;
	height: 20px;
}

.page-result-list a {
	color: #333;
	text-decoration: none;
}

.page-result-list li,.page-result-list p,.page-result-list ol {
	float: left;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.page-result ol {
	float: left;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.page-result-hr {
	height: 1px;
	width: 100%;
	background-color: #333;
	border: 0;
}

.page-result p {
	float: left;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.search-result-entry {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

.search-result-entry h1 {
	font-size: 140%;
	color: #006699;
}

.search-result-entry h2 {
	font-size: 100%;
	color: #666666;
}

.search-result-entry p {
	font-size: 90%;
	color: #333;
}

.search-result-entry-options {
	clear: both;
}

.search-result-entry-options li {
	margin-left: 0px;
	display: inline;
	padding-right: 4px;
}

li#bounty {
	color: #009900;
}

#page-result-container {
	height: 300px;
}

.job-info-container {
	float: right;
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
	width: 21%;
	line-height: 18px;
	font-size: 90%;
}

.person-info-container {
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
	width: 75%;
	margin-top: 10px;
}

.referrer-container {
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
	height: auto;
	margin-top: 0.3em;
	width: 75%;
}

.referrer-container {
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
	height: auto;
	margin-top: 0.3em;
	width: 75%;
}

.container-heading {
	border: solid 1px #dcdcdc;
	padding: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(../images/button-bg.gif);
}

.jobListEntry {
	margin: 5px 0;
	clear: both;
}

.jobListEntry .jobListingHeading {
	font-size: 120%;
	color: #0066CC;
	font-weight: bold;
}

.jobListEntry .jobListingSubheading {
	color: #888;
}

.jobListingActions {
	margin: 10px 0;
}

.jobListEntry .jobListingActionsForMore {
	background: url(../images/tile-gradation.gif) repeat-x;
	border-top: 1px solid #DCDCDC;
	padding: 5px;
}

.jobListingActions .jobListingAction {
	margin: 0 10px;
	float: left;
}

.jobListingActions .jobListingAction a {
	display: inline;
	vertical-align: top;
	color: #0066CC;
	vertical-align: middle;
	height: 2em;
	line-height: 2em;
}

.jobListingActions .jobListingAction img {
	position: relative;
	vertical-align: middle;
}

.jobListingActions .bounty {
	color: green;
	margin-left: 15px;
	float: left;
	line-height: 2em;
}

.red-txt {
	color: #4b941c;
}

.bold-txt {
	font-weight: bold;
}

.person-info-container div label {
	float: left;
	width: 100px
}

.person-info-container div {
	padding: 3px;
}

table.referrer-table thead,table.referrer-table td.headingTd {
	background: url(../images/button-bg.gif) repeat-x;
	border: 1px solid #DCDCDC;
	font-weight: bold;
}

table.referrer-table tbody tr td,table.referrer-table thead tr th {
	padding: 2px;
	margin: 0;
}

table.referrer-table thead tr th {
	font-size: 100%;
	width: auto;
}

table.referrer-table tbody tr td {
	border: 1px solid #DCDCDC;
	font-size: 100%;
	width: auto;
}

table.referrer-table tbody tr td input[type=input] {
	width: 170px;
	font-size: 100%;
	margin: 1px;
}

table.referrer-table tbody tr td input[type=checkbox] {
	width: auto;
}

table.referrer-table tbody {
	border: none;
}

table.referrer-table {
	border-collapse: collapse;
	text-align: center;
	font-size: 10pt;
}

.referrer-table .firstRow {
	width: 170px;
	text-align: left;
}

.referrer-table .secondRow {
	width: 178px;
}

.referrer-table .thirdRow {
	width: 178px;
}

.referrer-table .fourthRow {
	width: 42px;
}

.referrer-table .noBorderRow td,.referrer-table tr td.noBorderTd {
	border: none;
}

.job-app-submit {
	width: 75%;
	padding: 6px;
}

.job-app-submit input {
	float: right;
}

#rewardHelperText {
    margin-top: -17px;
    margin-left: 95px;
}

#referrer-search-inner-frame {
	width: 582px;
	min-width: 582px;
	overflow: hidden;
	background-color: #FAFAFA;
}

#sendToFriend table tbody tr td input {
	width: 99%;
}

#sendToFriend table tbody tr td textarea {
	width: 99%;
	height: 80px;
}

#advanced-search form table input {
	width: 300px;
}

#advanced-search form table td {
	width: 50%
}

#advanced-search form select {
	width: 304px;
}

.appDetailsTable td {
	padding-top: 5px;
	vertical-align: top;
}

.contactContainer {
    text-align: left;
    padding: 10px;
    width: 630px;
}

.referrerContactSearch {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.referrerContactSearch h2 {
    margin-right: 5px;
     margin-left: 5px;
    color: black; 
    margin-top: 3px;
    float: left;
}

.referrerContactSearch .specialInputContainer {
    width: 300px; 
    float: left; 
    margin-top: 2px;
    margin-right: 2px;
}

.adminJobSearch {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.adminJobSearch h2 {
    margin-right: 5px; 
    color: black; 
    margin-top: 3px;
    float: left;
}

.adminJobSearch .specialInputContainer {
    width: 300px; 
    float: left; 
    margin-top: 2px;
    margin-right: 2px;
}

.pollSearchResultContainer h2 {
    margin: 10px 0;    
}

.contactHeader {
	float: left;
	margin-top: 10px;
	position: relative;
	text-align: left;
	width: 313px;
}

.contactHeader .leftContact {
	left: 0px;
	background-image: url(../images/contactHeader_left.gif);
	background-repeat: no-repeat;
}

.contactHeader .rightContact {
	right: 0px;
	background-image: url(../images/contactHeader_right.gif);
	background-repeat: no-repeat;
}

.contactHeader .rightContact1 {
	right: 0px;
	background-image: url(../images/contactHeader_right1.gif);
	background-repeat: no-repeat;
}

.contactHeader .middleContact {
	background-image: url(../images/contactHeader_middle.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding: 7px;
	margin-left: 2px;
	margin-right: 2px;
}

.contactHeader .corner {
	position: absolute;
	width: 2px;
	height: 33px;
}

.contactsContainer {
	border: 1px solid #C9C9C9;
	float: left;
	height: 185px;
	position: relative;
	text-align: left;
	top: -1px;
	width: 624px;
	margin-bottom: 10px;
}

.contactsContainer .workstationRight,.contactsContainer .workstationLeft {
	position: absolute;
	top: -1px;
	border: 1px solid #C9C9C9;
	width: 311px;
	height: 154px;
	overflow: auto;
}

.contactsContainer .workstationLeft {
	left: -1px;
	width: 312px;
}

.contactsContainer .workstationRight {
	right: -1px;
}

.footerContainer {
	bottom: 0px;
	clear: both;
	float: left;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
	z-index: 10;
}

.footerContainer .bottomLeft,.footerContainer .bottomLeftLeft,.footerContainer .bottomLeftCenter
	{
	float: left;
	color: #666666;
	background-color: #F2F2F2;
	width: 300px;
	vertical-align: middle;
	padding-left: 12px;
}

.footerContainer .bottomLeftLeft,.footerContainer .bottomLeftCenter {
	width: 144px;
	h: expression(onmouseover = new Function("this.style.backgroundColor='#DADADA'; this.style.color='#333333'"
		), onmouseout = new
		Function("this.style.backgroundColor='#F2F2F2'; this.style.color='#666666'"
		) );
}

.footerContainer .bottomLeftLeft {
	border-right: 1px solid #C9C9C9;
	width: 143px;
}

.footerContainer .bottomLeftLeft:hover,.footerContainer .bottomLeftCenter:hover
	{
	color: #333333;
	background-color: #DADADA;
}

.footerContainer .bottomRight {
	float: right;
	background-color: #F2F2F2;
	border-left: 1px solid #C9C9C9;
	color: #666666;
	vertical-align: middle;
	width: 299px;
	padding-left: 12px;
}

.footerContainer .hoverFooter {
	color: #333333;
	background-color: #DADADA;
}

.sortClicker,.sortButton {
	cursor: pointer;
	background-image: url(../images/down-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
	margin-left: 16px;
	color: black;
	font-size: 10pt;
}

.sortButton {
	position: absolute;
	right: 0px;
	width: 10px;
	top: 6px;
	z-index: 0;
	padding-right: 0px;
	margin-right: 10px;
}

.sortText {
	position: absolute;
	right: 25px;
	top: 6px;
	cursor: pointer;
}

.contactSortClass {
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	color: #666666;
	cursor: pointer;
	position: absolute;
	right: 10px;
	text-align: left;
	top: 22px;
	z-index: 99999;
	display: none;
}

.contactJobClass {
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	color: #666666;
	cursor: pointer;
	position: absolute;
	right: 10px;
	text-align: left;
	top: 22px;
	z-index: 99999;
	display: none;
}

.contactSeperator { /*background-image:url(../images/contactBar.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
	clear: left;
}

.contactDisplay {
	/* background-image: url(../images/contactSeperator.gif); */
	background-repeat: repeat-x;
	background-color: white;
	padding-top: 0px;
	width: 626px;
}

.ContactDetails {
	padding: 0px;
}

.contactDetailsMessage {
	color: #666666;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 7px;
}

.contactNameNoCursor {
	color: #666666;
	line-height: 1.4em;
	margin-right: 20px;
	padding-left: 7px;
}

.contactName {
	color: #666666;
	line-height: 1.4em;
	margin-right: 20px;
	padding-left: 7px;
	cursor: pointer;
}

.contactNameContainer,.workstationRowHalfContainer {
	color: #666666;
	line-height: 1.4em;
	overflow: hidden;
}

.contactNameContainer div,.workstationRowHalfContainer div {
	padding-left: 3px;
}

.workstationRowHalfContainerNotActive div {
	color: #bbb;
}

.contactNameContainer,.hoverClickable {
	cursor: pointer;
}

.contactNameContainer:hover,.hoverClickable:hover {
	background-color: #CAE4FF;
}

.contactNameClicker {
	float: right;
	width: 20px;
	height: 1.4em;
	background-image: url(../images/down-arrow.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.contactNameClicker:hover {
	background-color: #CAE4FF;
}

.contactNameDropdown {
	display: none;
}

.contactNameSelected {
	color: #111111 !important;
	background-color: #DDDDDD;
}

.contactName:hover {
	cursor: pointer;
	color: #111111;
	background-color: #CAE4FF;
}

.viewContactContainer {
	position: relative;
	color: #666666;
	width: 100%;
}

.viewContactContainer .corner {
	position: absolute;
	width: 2px;
	height: 30px;
}

.viewContactContainer .leftContactView {
	left: 0px;
	top: 0px;
	background-image: url(../images/viewContactHeader_Left.gif);
	background-repeat: no-repeat;
}

.viewContactContainer .rightContactView {
	right: 0px;
	top: 0px;
	background-image: url(../images/viewContactHeader_Right.gif);
	background-repeat: no-repeat;
}

.viewContactContainer .middleContactView {
	background-image: url(../images/viewContactHeader_Middle.gif);
	background-repeat: repeat-x;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
	width: 99.6%;
}

.viewContactContainer .middleContactView1 {
	background-image: url(../images/viewContactHeader_Middle.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 15px;
}

.middleContactView em ,.middleContactView1 em{
	font-style: normal;
}

.tabLeft {
	left: 0px;
	float: left;
	width: 50%;
}

.tabLeft1 {
	width: 100%;
	left: 0px;
}

.tabRight {

	width: 49.8%;
	float: left;
}

.viewContactSeperator {
	background-image: url(../images/viewContactHeader_Seperator.gif);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	top: 1px;
	position: relative;
}

.viewContactTab {
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	float: left;
	line-height: 0px;
	background-image: url(../images/optionClicker.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.viewContactTab a{
	text-decoration: none;
	font-size:100%;
	color: #313131;
}

.viewContactTab:hover {
	background-image: url(../images/optionClickerHover.gif);
	color: #0066CC;
}

/* ------------- 4. footer container --------------------*/
#footer-container {
	clear: both;
	background-image: url(../images/footerBackground.gif);
	background-repeat: repeat-x;
	font-size: 85%;
	line-height: 48px;
	height: 70px;
	padding: 0px 5%;
}

#copyright {
	clear: both;
	text-align: center;
	color: #666666;
}

.footerCopyright {
	color: #666666;
	float: right;
	white-space: nowrap;
}

.footerCopyright div{
	margin:0;
	padding:0;
	float:left;
	display:none;
}
.footerCopyright img{
	margin:0;
	padding-top:10px;
	display:none;
}

#footer-options {
	background-color: #FAFAFA;
	float: left;
	height: 38px;
	width: 100%;
	margin-top: 3px;
}

.footer-nav {
	margin-left: 10px;
	margin-top: 15px;
}

.footer-nav li {
	float: left;
	padding-left: 10px;
}

.myob-footer-nav {
	margin-left: 10px;
	margin-top: 15px;
	display:none;
}

.myob-footer-nav li {
	float: left;
	padding-left: 10px;
	display:none;
}

#footer-container a {
	color: #333;
	text-decoration: none;
}

#footer-container a:hover {
	color: #0066cc;
	text-decoration: none;
}

.page-controls li {
	display: inline;
	padding-left: 6px;
}

.page-controls {
	vertical-align: middle;
	float: right;
	padding-right: 18px;
}

.page-controls ul {
	
}

.footer-inner-container {
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	height: 38px;
}

#footer-options .rounded-edges {
	position: absolute;
	width: 8px;
	height: 22px;
}

#footer-options .right-rounded {
	right: 0px;
	position: absolute;
	background-image: url(../images/right-rounded-edge.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 19px;
}

#footer-options .left-rounded {
	left: 0px;
	position: absolute;
	background-image: url(../images/left-rounded-edge.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 19px;
}

.small-text-size {
	font-size: 100%;
}

.medium-text-size {
	font-size: 120%;
}

.large-text-size {
	font-size: 140%;
}

.small-screen-size {
	font-size: small;
	cursor: pointer;
	cursor: hand;
}

.large-screen-size {
	font-size: large;
	cursor: pointer;
	cursor: hand;
}

#add-contact .formButton,#invite-friend .formButton,#import-contacts .formButton,#sendToFriend .formButton,#saved-search-form .formButton,#advanced-search .formButton
	{
	float: right;
	margin-top: 3px;
}

/* 5 ---------- global document styles ------------- */
img {
	border: none;
}

ul,ol {
	list-style: none;
	padding: 0 0 0px 0px;
}

a {
	color: gray;
}

a:hover {
	color: #0066cc;
}

h2 {
	color: #06C;
	font-weight: bolder;
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

a.h2:visited {
    color: #06C;
}

a.h2:link {
    color: #06C;
}

hr {
	height: 1px;
	border-style: none;
	color: #dcdcdc;
	background-color: #dcdcdc;
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0pt;
}

.ourHr {
	background-image: url(../images/ourHr.png);
	background-repeat: repeat-x;
	height: 15px;
	margin: 10px 0px;
	clear: both;
}

.required-star {
	color: red;
}

.helper-tip {
	width: 16px;
	height: 16px;
	border: solid 1px gray;
	float: left;
	margin-top: 0.8em;
	margin-left: 0.4em;
	text-align: center;
}

.topTabs li {
	float: left;
	margin-top: 23px;
	position: relative;
}

.tabs li {
	float: left;
	margin: 10px 1px 0px 0px;
	position: relative;
	padding: 0px 6px 3px 6px;
	background-image: url(../images/tab_normal.gif);
	background-color: #86BF48;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	bottom: 0px;
}

.tabs li.selected {
	background-image: url(../images/tab-top-selected.gif);
	margin-top: 10px;
	border-bottom: 1px solid white;
	bottom: -1px;
}

.topTabs li {
	margin-top: 19px !important;
}

.tabs li.normal {
	border-bottom: 1px solid black;
}

.tabs li.normal a {
	color: #eaffb1;
}

.topTabs .topright-rounded {
	right: -10px;
	background-image: url(../images/tab_top_right.gif);
	background-repeat: no-repeat;
	width: 10px;
	top: 0px;
}

.topTabs .topleft-rounded {
	left: -10px;
	background-image: url(../images/tab_top_left.gif);
	background-repeat: no-repeat;
	width: 10px;
	top: 0px;
}

.topTabs li.selected {
	height: 28px;
	background-image: url(../images/tab_top.gif);
	background-repeat: repeat-x;
}

.topTabs li {
	margin: 0px 10px;
	padding: 3px;
}

.topTabs a {
	text-decoration: none;
	color: #313131;
}

.tabs a {
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333333;
}

.topTabs .corner {
	position: absolute;
	width: 10px;
	height: 25px;
}

.tabs .corner {
	position: absolute;
	width: 7px;
	height: 66px;
}

.tabs li.normal .right-rounded {
	right: 0px;
	_right: -1px;
	background-image: url(../images/tab_normal_corners.gif);
	background-repeat: no-repeat;
	width: 7px;
	background-position: top right;
}

.tabs li.normal .left-rounded {
	left: 0px;
	background-image: url(../images/tab_normal_corners.gif);
	background-repeat: no-repeat;
}

.tabs .right-rounded {
	right: 0px;
	_right: -1px;
	background-image: url(../images/tab_selected_corners.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 7px;
}

.tabs .left-rounded {
	left: 0px;
	background-image: url(../images/tab_selected_corners.gif);
	background-repeat: no-repeat;
	width: 7px;
}

.tabs .mid-right-rounded {
	right: 0pt;
	background-image: url(../images/home-options-right.gif);
	background-repeat: no-repeat;
	width: 10px;
}

.tabs .mid-left-rounded {
	left: 0pt;
	background-image: url(../images/home-options-left.gif);
	background-repeat: no-repeat;
}

.tabs .long-right-rounded {
	right: 0pt;
	width: 10px;
	background-image: url(../images/login-right-box.gif);
	background-repeat: no-repeat;
	height: 200px;
}

.tabs .long-left-rounded {
	left: 0pt;
	width: 10px;
	background-image: url(../images/login-left-box.gif);
	background-repeat: no-repeat;
	height: 200px;
}

.tabs .tab-top {
	padding-top: 3px;
	background-repeat: repeat-x;
	margin-left: 7px;
	margin-right: 7px;
}

.quick-linkz {
	margin-bottom: 18px;
	margin-left: 45px;
	margin-top: 22px;
}

.quick-linkz li {
	list-style: disc;
	color: #06C;
	font-size: 1.3em;
	font-weight: bold;
}

.paginateButtons {
	margin: 5px 5px;
}

.paginateButtons .step,.paginateButtons .currentStep,.paginateButtons .nextLink
	{
	margin-left: 12px;
}

.loadingContainerDiv {
	text-align: left;
}

.loadingContainerDiv img {
	margin: 10px;
}

.ajaxError {
	padding: 2px;
	color: red;
	font-weight: bold;
}

ol.workflow {
	text-align: center;
	font-size: 110%;
	list-style-type: decimal;
	margin-left: 25px;
	height: 1em;
}

ol.workflow li {
	float: left;
	margin-left: 2em;
}

/* 5.1 ---------- form styles ------------- */
table {
	width: 100%;
}

form table td {
	width: 50%;
	padding-bottom: 6px;
}

form select {
	width: 85%;
}

form input {
	font-size: 100%;
}

form option {
	padding-right: 5px;
}

form select.not-too-big {
	width: 50%;
}

form select.quite-small {
	width: 35%;
}

form .options {
	margin: 8px 8px 8px 0px;
}

form .options input {
	padding: 3px 10px 3px 10px;
	margin-right: 4px;
}

input.submit-button {
	padding: 4px 10px 4px 10px;
	_padding: 4px 0px 4px 0px;
	border: solid 1px #ccc;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

.errors,.errorserrors {
	background-color: #FFE6E6;
	border: 1px solid #CDCDCD;
	color: #BF6060;
	margin-bottom: 11px;
	padding: 8px;
}

.errorsSummary {
	margin: 10px 25px 20px 25px;
	padding: 13px 13px 0px;
	text-align: left;
}

.errorsSummary ul {
	list-style-image: url('../images/error-cross.gif');
	padding-left: 28px;
}

.message {
	background-color: #dbf4d7;
	border: 1px solid #CDCDCD;
	color: green;
	margin: 10px 25px 20px 25px;
	padding: 13px;
	position: relative;
}

.message img {
	padding-right: 10px;
}

.gradient-divider {
	background-image: url(../images/gradient-divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #DCDCDC;
}

.gradient-divider h2 {
	margin: 0 20px;
	color: black;
	font-size: 100%;
}

.jobFormNotes {
    color: #666666;
    width: 90%;    
}

.formElement {
	width: 99.9%;
	clear: left;
	text-align: left;
	line-height: 1.2em;
}

.formElement label,.formElement .value {
	margin: 3px 0px;
}

.formElement label {
	float: left;
	width: 25%;
	color: #666;
}

.formElement .value {
	float: left;
	width: 74%;
	color: black;
}

.formElement .small {
	width: 33%;
}

.formElement .value input,.formElement .value textarea,.formElement .value select,.formElement .value .mceEditorContainer
	{
	width: 90%;
	margin-left: 6px;
	display: block;
	border: solid 1px gray;
}

.formElement .value input, .formElement .value textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
	
.formElement .checkbox input {
	border: none !important;	
}

.formElement .value .counter {
	float: left;
	width: 90%;
	text-align: right;
}

.formElement .value .counter .toomuch {
	font-weight: bold;
}

.formElement .value input.tiny {
	width: 15%;
}

.formElement .value input.currency {
	text-align: right;
	padding-right: 1px;
}

.entryHeading {
    font-weight: bold;
    clear: left;
    font-size: 120%;
    color: #36C;
    text-align: left;
    margin-bottom: 6px;
}

.entryHeading .entryExample a {
    font-size: 90%;
    color: #36C;
    font-weight: normal;
    float: right;
    margin-top: -20px;
}

.entryHeadingMain {
    font-weight: bold;
    clear: left;
    font-size: 130%;
    color: #36C;
    text-align: left;
    margin-bottom: 4px;
}

.formButtons {
	text-align: right;
	padding: 12px 7.1% 4px 0px;
	clear: both;
}

.formButtons input,.customButton {
	padding: 4px 10px 4px 10px;
	_padding: 4px 0px 4px 0px;
	border: solid 2px #ccc;
	_border: solid 1px #ccc;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

.formButtons input:hover,.customButton:hover {
	color: #0066CC;
}

.formButtons input:active,.customButton:active {
	border: inset 2px #ccc;
	_border: inset 1px #ccc;
}

.formCustomButton{
	height:0px;
	width:0px;
	float:left;
	position: relative;
	padding-right:10px;
	left:320px;
}

#dropdownContainer {
	visibility: hidden;
	position: absolute;
	z-index: 50;
	background-color: #FBFBF9;
	border: 1px solid #C9C9C9;
	padding: 4px 0px;
	width: auto;
	text-align: left;
}

#dropdownContainer .selectable {
	text-align: left;
	height: 1.2em;
	line-height: 1.2em;
	padding: 2px 7px;
	cursor: pointer;
	width: 12em;
	h: expression(onmouseover = new Function("this.style.backgroundColor='#CAE4FF';"
		), onmouseout = new Function("this.style.backgroundColor='';") );
}

#dropdownContainer .selectable:hover {
	background-color: #CAE4FF;
}

#dropdownContainer .separator {
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#popupContainer {
	visibility: hidden;
	position: absolute;
	z-index: 40;
	background-color: #F6F6F6;
	border: 1px solid #486D28;
	padding-bottom: 4px;
	width: 23em;
	text-align: left;
}

#popupContainer .popupTitle {
	padding: 3px;
	background-color: #BCE06C;
	border-bottom: 1px solid #486D28;
	font-weight: bold;
	margin-bottom: 3px;
}

#popupContainer .popupTitle .closer {
	float: right;
	height: 1em;
	width: 1em;
	background-image: url(../images/pop-up-close.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#popupContainer .popupBody {
	padding: 0px 3px;
}

/* 5.1 ------------- form style 1 ------------------ */
form.full-width {
	margin-left: 3px;
	float: left;
}

form.full-width h2 {
	margin-bottom: 10px;
}

form.full-width label {
	float: left;
	margin-bottom: 14px;
	margin-left: 10px;
}

form.full-width label.longer-than-your-average-label {
	width: 30%;
}

form.full-width .value {
	float: left;
}

form.full-width .value input,form.full-width .value select {
	margin: 0px 10px;
}

form.full-width .value select {
	width: auto;
}

form.full-width .value input {
	background-image: url(../images/tile-gradation.gif);
	background-position: top;
	background-repeat: repeat-x;
}

form.full-width textarea {
	margin: 0px 13px;
	height: 76px;
}

form.full-width hr {
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	height: 1px;
}

form.full-width .half-width-block {
	float: left;
	width: 45%;
	margin-bottom: 14px;
	text-indent: 0px;
}

form.full-width .half-width-block label {
	margin-bottom: 3px;
}

form.full-width .datePicker {
	margin: 0px 0px 0px 10px;
}

form.full-width .datePicker select {
	margin: 0px 0;
}

/* 6 --------------- login page --------------------*/
#user-management-container {
	background-image: url(../images/nav_gradient.gif);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	height: 20em;
}

#user-management-container form .dialog {
	width: 100%;
	margin-top: 24px;
	padding-bottom: 5px;
}

#user-management-container form {
	margin-left: 14px;
}

#user-management-container form label {
	float: left;
	width: 30%;
	margin-bottom: 14px;
	margin-left: 10px;
}

#user-management-container #login-box form .dialog input {
	width: 172px;
}

#user-management-container form label.longer-than-your-average-label {
	width: 30%;
}

#user-management-container form .value {
	float: left;
}

#user-management-container form .value input {
	background-image: url(../images/tile-gradation.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	width: 250px;
}

#user-management-container .controls {
	text-align: right;
	margin-top: 7px;
}

#user-management-container .content {
	margin: 0px 10px 0px 10px;
}

#login-box {
	width: 40%;
	float: left;
	position: relative;
	background-color: white;
	margin-bottom: 2em;
}

input.remember-me {
	margin-left: 2px;
}

.forgotten-password {
	margin: 4px 0px 0px 0px;
}

.forgotten-password a {
	color: #06C;
	margin: 0px;
}

#register-box {
	margin-bottom: 2em;
	width: 59%;
	float: right;
	position: relative;
	background-color: white;
}

#register-box .agree {
	margin-top: 5px;
}

#register-box .agree a {
	color: #06C;
	margin: 0px;
}

#register-box .agree input {
	margin-left: 2px;
}

/* 6.1 --------------- orgotten password page --------------------*/
#forgotten-password-box {
	margin-bottom: 2em;
	width: 59%;
	float: left;
	position: relative;
	background-color: white;
	height: 200px;
}

#tips-box {
	width: 40%;
	float: right;
	position: relative;
	background-color: white;
	margin-bottom: 2em;
	height: 200px;
}

/* 7 --------------- main welcome page --------------------*/
.home-container {
    width: 908px;
	position: relative;
	text-align: left;
}

.home-container h1 {
	color: #06C;
}

.home-container .getting-started-options-container {
	margin: 5px 30px 38px 30px;
}

.home-container .getting-started-option {
	margin-top: 45px;
	width: 282px;
}

.home-container .getting-started-option p {
	padding: 9px;
	font-size: 80%;
}

.home-container .connecting-options-container {
    margin-left: auto;
    margin-right: auto;
    width: 735px;
}

.home-container .connecting-options-container table {
    margin-top: 18px;
    margin-bottom: 30px;
    border: none;
    background: url(../images/bg_home_options.gif) no-repeat;
    height: 153px;
    width: 738px;
}

.options-headings {
    color: #0066cc;
    font-weight: bold;
    font-size: 18px;
    height: 15px;
}

.home-container .connecting-options-container td {
    width: 33.3%;
    color: #333333;
}

.home-container .connecting-option .content {
	padding: 15px 15px 0px 15px;
}

.home-container .connecting-option a {
	margin: 0px;
	color: #06C;
}

.home-container .myob-home-container{
	visibility: hidden;
	height:0;
}
.home-container .main-middel-container{
	 position: relative; width: 750px; margin-left: auto; margin-right: auto; height:330px; margin-top:12px; 
	 
}
.welcom-to-hoojano{
	margin: 30px 10px 10px 10px;
}
.home-container .home-desc{
	color:#333; font-size: 120%; margin: 0px;
}

/* 8 --------------- job board page --------------------*/
.searchContainer {
	width: 59em;
}

.preferencesPane {
	width: 11em;
	overflow: hidden;
	float: left;
	background-repeat: repeat-x;
	background-image: url(../images/preferencesPaneBg.png);
	height: 500px;
}

.preferencesPane h3 {
    margin: 10px auto 15px;
    text-align: center;
    font-size: 1em;
}

.preferencesPane ul {
	color: #666;
}

.preferencesPane ul ul {
	margin-bottom: 5px;
}

.preferencesPane ul li {
    line-height: 1.5em;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.preferencesPane ul li ul li {
    margin-left: 5px;
}

.preferencesPane ul li a {
	text-decoration: none;
}

.preferencesPane ul li * {
	vertical-align: middle;
}

.preferencesPane img {
	margin: 0px 4px;
}

.preferencesPane h4,.preferencesPane h5 {
	display: inline;
	background: transparent url(../images/addIcon.png) left no-repeat;
	padding-left:15px;
}

.preferencesPane .subFiltering li {
	line-height: 1em;
}

.contactSearch {
    width: 100%;
    float: right;
}

.searchResults {
    width: 38em;
    float: right;
}

.jobSearch {
    width: 47em;
    float: right;
}

.jobSearch h2 {
    margin-bottom: 4px; 
    color: black; 
    margin-top: 0px;
}

.jobSearch .specialInputContainer {
    float: left; 
    margin-top: 2px; 
    width: 250px; 
    margin-right: 2px;    
}

.jobSearch .advancedSearchLink {
    float: left; 
    width: 1px; 
    font-size: 80%; 
    margin-left: 3px; 
    color: black; 
}

.go{
	background:url(../images/goSearchButton.png) no-repeat;
	font-size:0px;
	width:42px;
	height:30px;
	border:0px;
	color:white;
	padding-top:18px;
	float: left;
	cursor: pointer;
}

.specialInputContainer {
	position: relative;
	height: 2em;
	line-height: 2em;
}

.specialInputContainer input {
	border: none;
	background: none;
	width: 100%;
	vertical-align: middle;
	margin-top: 0.25em;
}

.specialInputContainer .inner {
	border-top: solid 1px #CBCBCB;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: solid 1px #CBCBCB;
	background-color: #F6F6F6;
	position: relative;
	height: 1.85em;
	_height: 2em;
}

.specialInputContainer .corner {
	position: absolute;
	height: 1.2em;
	background-image: url(../images/specialContainerCorners.png);
	width: 5px;
}

.specialInputContainer .bottomLeft {
	left: -5px;
	bottom: -1px;
	width: 5px;
	background-position: bottom left;
}

.specialInputContainer .topLeft {
	left: -5px;
	top: -1px;
	background-position: top left;
}

.specialInputContainer .bottomRight {
	bottom: -1px;
	right: -5px;
	width: 5px;
	background-position: bottom right;
}

.specialInputContainer .topRight {
	top: -1px;
	right: -5px;
	background-position: top right;
}

.basicOptions {
	line-height: 2em;
}

.basicOptions * {
	vertical-align: middle;
}

.basicOptions select {
	width: auto;
}

.basicOptions img {
	margin: 0px 2px;
}

/* 9 --------------- Box table --------------------*/
.actionTable,.displayTable {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font-size: 100%;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

.actionTable th,.actionTable tbody td,.displayTable th,.displayTable tbody td
	{
	padding: 0px 10px;
	text-align: left;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

.actionTable th,.displayTable th {
	border-bottom-style: none;
	line-height: 2.2em;
	background-image: url(../images/actionTableHeaderBottomBg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 12px;
	background-color: #F2F2F2;
}

.actionTable tbody td,.displayTable tbody td {
	padding-bottom: 4px;
	padding-top: 2px;
}

.actionTable tbody tr {
	cursor: pointer;
	h: expression(onmouseover = new Function("this.style.backgroundColor='#CAE4FF';"
		), onmouseout = new Function("this.style.backgroundColor='';") );
}

.actionTable tbody tr.selected {
	background-color: #D9D9D9;
}

.actionTable tbody tr:hover {
	background-color: #CAE4FF;
}

ul.actionsToolBar {
	border: 1px solid #CDCDCD;
	width: 100%;
	background-color: #F2F2F2;
	height: 2em;
	margin-bottom: 6px;
}

ul.actionsToolBar li {
	border-right: 1px solid #CDCDCD;
	padding: 0.2em 8px;
	height: 1.6em;
	line-height: 1.6em;
	float: left;
}

ul.actionsToolBar li {
	border-right: 1px solid #CDCDCD;
	padding: 0.2em 8px;
	height: 1.6em;
	line-height: 1.6em;
	float: left;
}

ul.actionsToolBar li {
	border-right: 1px solid #CDCDCD;
	padding: 0.2em 8px;
	height: 1.6em;
	line-height: 1.6em;
	float: left;
}

ul.actionsToolBar li a {
	font-weight: bold;
	text-decoration: none;
}

ul.actionsToolBar li span {
	background-image: url(../images/optionClicker.gif);
	width: 10px;
	margin-right: 4px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	h: expression(onmouseover = new Function("this.style.backgroundImage='url(../images/optionClickerHover.gif)';"
		), onmouseout = new
		Function("this.style.backgroundImage='url(../images/optionClicker.gif);';"
		) );
}

ul.actionsToolBar a:hover span {
	background-image: url(../images/optionClickerHover.gif);
}

/*** 10. - ratings ***/
.ratingStarOn,.ratingStarOff {
	height: 38px;
	width: 40px;
	margin: 0px 1px;
	cursor: pointer;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

.ratingStarOn {
	background-image: url(../images/yellow-star.gif);
}

.ratingStarOff {
	background-image: url(../images/grey-star.gif);
}

.ratingComponent {
	height: 40px;
}

.ratingStarsContainer {
	height: 40px;
	float: left;
}

.ratingDescriptionContainer {
	float: left;
	line-height: 40px;
	margin-left: 10px;
	font-size: 140%;
	color: green;
}

/*** 11. Tips ***/
#tipsHintsContainer {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

#tipButtons {
	text-align: right;
	margin: 10px;
}

#tipButtons label{
	visibility: hidden;
	text-align: right;
	margin: 5px;
	margin-right:10px;
	position: absolute;
	top:0px;
	right:10px;
}

#innerTipsHints {
	position: absolute;
	right: -265px;
	bottom: 170px;
}

.tip {
	position: relative;
	width: 250px;
}

.tip .top {
	background-image: url(../images/tip-top.png);
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 196px;
	height: 8px;
}

.tip .bottom {
	background-image: url(../images/tips-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 8px;
	padding: 7px 65px 8px 8px;
}

.tip .speaker {
	width: 35px;
	height: 48px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -2px;
	right: 17px;
}

.tip .speaker1 {
	background-image: url(../images/tip-person1.png);
}

.tip .speaker2 {
	background-image: url(../images/tip-person2.png);
}

.tip .speaker3 {
	background-image: url(../images/tip-person3.png);
}

/* the user poll view css */
.poll{
	position: relative;
	width: 250px;
}
.poll .poll_title{
	background:#eee;
	margin-top: 5px;
	padding: 4px 7px 3px 8px;
	border:1px solid #ccc;
	font-weight: bold;
}
.poll .poll_context {
	clear:both;
	border:1px solid #ccc;
	border-bottom:0px solid #ccc;
	border-top:0px;
	padding: 7px 7px 8px 8px;
}

.poll_context li {
    padding: 4px 0;
    position: relative;
}


.poll_context .poll_line {
	clear: left;
	text-align: left;
	padding-top: 5px;
	line-height: 1.2em;
}
.poll_context .poll_line label {
	float: left;
	width: 45%;
	word-break: break-all;
}
.poll_context .poll_line .headline {
	margin: 3px 0px;
}
.poll_context .poll_total {
	clear: left;
	font-weight: bold;
	padding-top: 10px;
}

.poll .poll_button {
	border:1px solid #ccc;
	border-top:0px solid #ccc;
	height:35px;
	padding:5px;
}


/* The Admin PollView Display style*/
#pollContent .poll_title {
    /*
	clear: both;
	font-size: 0.9em;
	margin-top: 5px;
	font-weight: bold;
	*/
	display: none;
}

#pollContent .poll_line label{
	float: left;
	width:15%;
	word-break:break-all;
	padding-left:5px;
}
#pollContent .poll_line {
	clear: left;
	text-align: left;
	line-height: 1.2em;
}

#pollContent strong{
	font-size: 1.2em;
}

/* The OTHER style of hints 'n' tips */

.paymentConfirmation {
    margin-top: 10px;
}

.paymentConfirmation p {
    margin-top: 15px;
    margin-bottom: 10px;    
}

.tipsHints {
    background-color:#E3ECF6;
    border-top:1px solid #5677B0;
    border-bottom:1px solid #5677B0;
    color: #003366;
    font-size: 0.9em;
    margin:auto;
    text-align:left;
    width:95%;
    padding: 15px;
    vertical-align: middle;
    margin-top: 35px;
}

.about {
    line-height: 180%;	
}

.faqPages p {
    margin-top: 10px;
}

.termsAndConditions {
    margin-top: 10px;
}

.termsAndConditions p {
    margin-top: 10px;
}

.termsAndConditions h3 {
    margin-top: 20px;
}

.postRegistrationHeader h2 {
    color: #52a11e;
    height: 50px;
    padding: 25px 13px 0;
    background: url(../images/bg_green_header.gif) no-repeat;
}

.postRegistrationNote p {
    background: url(../images/bg_note.gif) no-repeat;
    width: 420px;
    height: 45px;
    padding: 15px;
}

.postRegInstructions {
    width: 65%;
    min-height: 200px;
}

.postRegInstructionsQuestion {
    font-weight: bold;
    margin-bottom: 15px;
}

.postRegInstructions p {
    margin-top:15px;
    margin-bottom:20px;
    line-height: 1.5em;
    padding-left: 10px;
}

#landingPageSearch {
	position: relative; /* NK */	
    height: 54px;
  /*  position: absolute;*/ /* NK */
    margin-top:-20px; /* NK */
    text-align:center; /* NK */
    background: url(../images/bg_tile_searchArea.gif) repeat-x;
}

#landingPageSearch #wrapper{ /* NK */
	width:900px;
	margin-left:auto;
	margin-right:auto;
}



#landingPageSearch ul {
    margin: 0 auto;
}

#landingPageSearch li {
    float: left;
    padding: 10px;
}

#landingPageSearch select {
    width: 230px;
}

#landingPageSearch input {
    width: 230px;
}

#landingPageSearch button {
    width: 72px;
    height: 29px;
    border: none;
    margin-top: -4px;
    background: url(../images/btn_search.gif) no-repeat;
}

/*
 * modify by Klark.yan 2008-10-08
 */
/* -- begin -- */

.contactHeaderFontMYOBStyle {

}

.bottomLeftMYOBStyle {
	display: none
}

.bottomRightMYOBStyle {
	display: none
}

.bottomLeftLeftMYOBStyle {
	display: none
}

.bottomLeftCenterMYOBStyle {
	display: none
}

.formElement .value input[type="hidden"] {
    border: none;
}

/* -- end --*/

*/ /* -- end of global.css -- */