@charset "utf-8";
/* 
By Charles Chen
 
File Name: 
	sectionstyles.css

Description:
This .css includes elements used by different section pages or similar layout (white background, two cols which left col is narrow and right one is wide).

The following section 1-4 can be found in common.css
Section 1: Reset elements to a common value
Section 2: Elements used 
Section 3: Page Header
Section 4: Page Footer

Section 8: Contact us page
Section 9: Request more info
Section 10: Subscribe form
Section 11: Platform Demo form

*/



/* 5: BEGIN Main Body Copy 'mainContent' ------------------------------------------------------------------ */
/* For pages with left grey background col and right White background col*/
body.section,body#contact-us {
	background:#EBEBE3 url(/images/background/bg_right-panel.gif) 700px 0 repeat-y;
}

body.section div#mainContent, body.yui-skin-sam div#mainContent{
	width:955px;
	margin:0 auto;
	text-align:left;
	background:#EBEBE3 url(/images/background/bg_right-panel.gif) 700px 0 repeat-y;
}

div#pnlLeftCol {
	text-align:left;
	padding:15px 20px 0 6px;
	width:189px;
}

div#pnlRightCol {
	background: url(/images/background/bg_middle-panel.gif) repeat-y top left #fff;
	float:right;
	position:relative;
	text-align:left;
	width:710px;
	padding: 0 0 0 30px;
	min-height:470px;
	height:auto !important;
	height:470px;
}
div#pnlRightCol ul.main {padding-left:0; margin-left:0; width:auto;}
div#pnlRightCol ul.main li{
	/*list-style-image: url(/images/misc/arrow-list-big.jpg);*/
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	padding-bottom:15px;
}

div#pnlRightCol ul.main li h2{	padding:0; margin-top:0;border-bottom:0px; margin-bottom:2px;}
div#pnlRightCol ul.main li span { padding-left:30px; display:block;}

div#pnlRightCol ul.main li h2 a:link, div#pnlRightCol ul.main  li h2 a:visited {
	color:#000;
	padding-left:30px;
	padding-bottom:3px;
	background:#FFF url(/images/misc/line_red-dot_bigarrow.gif) repeat-x left bottom;
}
div#pnlRightCol ul.main li h2 a:hover{	color:#FF0000;}
div#pnlRightCol ul.nobulletpoint {padding-left:0;margin-left:0px;}
div#pnlRightCol ul.nobulletpoint li{list-style:none;margin-left:0px; list-style-image:none; }
/* 5: END Main Body Copy 'mainContent' ------------------------------------------------------------------ */

/* 6: Left Panel, elements commonly used.---------------------------------------------------- */


/* 6: END Left Panel ---------------------------------------------------------------------------------------- */

/* 7: Right Panel, elements commonly used ----------------------------------------------------------------------- */

/* Normal Text Link */
div#pnlRightCol a:link, div#pnlRightCol a:visited {
	color:#505050;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	background:transparent url(/images/misc/line_orange-dot.gif) repeat-x scroll center bottom;
}

div#pnlRightCol a:hover{
	color:#FF0000;
	background:url(/images/misc/line_red-dot.gif) repeat-x bottom;	
}
/* ----- */
/* take the red dot line off the image link */
div#pnlRightCol .floatright a,div#pnlRightCol .floatleft a {
	background:none;
}
/* ----- */
/* Heading Link */
div#pnlRightCol h2 a:link, div#pnlRightCol h2 a:visited {
	color:#F77E20;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	background:transparent url(/images/misc/line_orange-dot.gif) repeat-x scroll center bottom;
}

div#pnlRightCol h2 a:hover{
	color:#FF0000;
	background:url(/images/misc/line_red-dot.gif) repeat-x bottom;	
}

div#pnlRightCol h3 a:link, div#pnlRightCol h3 a:visited {
	color:#F77E20;
	line-height:26px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	background:transparent url(/images/misc/line_orange-dot.gif) repeat-x scroll center bottom;
}

div#pnlRightCol h3 a:hover{
	color:#FF0000;
	background:url(/images/misc/line_red-dot.gif) repeat-x bottom;	
}
/* ----- */

div#pnlRightCol h1 {
	font-size:30px;
	color:#F77E20;
	margin-bottom:10px;
}

div#pnlRightCol h2.grey {
	font-size:18px;
	color:#666;
	margin-bottom: 10px;
	font-weight:bold;
	border:none;
}

div#pnlRightCol h2.black {
	font-size:18px;
	color:#000;
	margin-bottom: 10px;
	font-weight:normal;
}
div#pnlRightCol h2.normal {background:none; border-bottom:none; width:auto;margin-top:1px;}
div#pnlRightCol h2.min {background:none; border-bottom:none; width:auto;margin-top:1px; padding-bottom:1px; margin-bottom:1px;}
div#pnlRightCol h2 {
	font-size:18px;
	/*color:#F77E20;*/
	color:#000;
	margin-bottom:15px;
    margin-top:15px;
	padding-bottom:5px;
/*	background:transparent url(/images/misc/line_grey.gif) repeat-x scroll center bottom;*/
 
	border-bottom:1px solid #CCC;
 
}

div#pnlRightCol h3 {
	font-size:14px;
	color:#F77E20;
	/*color:#000;*/
	margin-bottom: 5px;
}

div#pnlRightCol h3.bold-black {
	color:#000;
	margin-bottom: 10px;
}

div#pnlRightCol .infoblock {
	padding-bottom:20px;
	float:left;

}
div#pnlRightCol .infoblock img{
	float:left;
	position:absolute;
}
div#pnlRightCol .txt {
	float:right;
	padding-left:180px;

}

div#pnlRightCol h3.table_title {
	color: #fff;
	background: url('/images/background/table_title.gif') repeat-x;
	padding: 5px 10px;
	margin: 0;
	line-height: 18px;
}




hr {
	border: 0;
	color: #d5d5c4;
	background-color: #d5d5c4;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 15px 0;
}

.gallery {
	background-color:#f0f0ea;
	padding: 10px;
	margin: 15px 0;
}

div#pnlRightCol ul li {
	margin-left:20px;
	padding-bottom:5px;
	list-style-position: outside;
	list-style-image: url(/images/misc/arrow-list.gif);
}
div#pnlRightCol div.hightlighted {background-color:#F5F5EE; float:left;}
div#pnlRightCol ul li  ul li{list-style-image: none;}
div#pnlRightCol ul#solutions a {color:#F77E20;}
div#pnlRightCol ul#solutions li {padding-bottom:15px;}
div#pnlRightCol ul#solutions li span{
	font-size:12px;
	font-weight:bold;
}

/*BEGIN For the map on Using the Platform page*/
div#pnlRightCol div#lifecyclemap ul {padding:0;margin:0; overflow: hidden}

div#pnlRightCol div#lifecyclemap ul li {
	padding:0;
	margin:0;
	vertical-align: bottom;
	list-style: none; 
}

div#pnlRightCol #lifecyclemap ul li a {
	float:left;
	text-indent: -9999em;
	padding-bottom:0px;
	vertical-align: bottom;
}
div#pnlRightCol #lifecyclemap ul li.bar {
	height:35px;
	padding:0;
	margin:0;
	vertical-align: bottom;	
}

div#pnlRightCol #lifecyclemap ul li.lifecycle1,
div#pnlRightCol #lifecyclemap ul li.lifecycle2,
div#pnlRightCol #lifecyclemap ul li.lifecycle3,
div#pnlRightCol #lifecyclemap ul li.lifecycle4,
div#pnlRightCol #lifecyclemap ul li.lifecycle5 {
	height:48px;
	width:350px;
}

div#pnlRightCol #lifecyclemap ul li.lifecycle1 a{
	background:transparent url(/images/touchpoint-platform/lifecycle1_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle1 a:hover {
	background:transparent url(/images/touchpoint-platform/lifecycle1_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle2 a{
	background:transparent url(/images/touchpoint-platform/lifecycle2.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle2 a:hover {
	background:transparent url(/images/touchpoint-platform/lifecycle2_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle3 a{
	background:transparent url(/images/touchpoint-platform/lifecycle3.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle3 a:hover {
	background:transparent url(/images/touchpoint-platform/lifecycle3_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle4 a{
	background:transparent url(/images/touchpoint-platform/lifecycle4.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle4 a:hover {
	background:transparent url(/images/touchpoint-platform/lifecycle4_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle5 a{
	background:transparent url(/images/touchpoint-platform/lifecycle5.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}
div#pnlRightCol #lifecyclemap ul li.lifecycle5 a:hover {
	background:transparent url(/images/touchpoint-platform/lifecycle5_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:48px;
}

div#lifecyclemap {float:left; width:355px;}
div#lifecyclelist {float:right;width:350px; padding-top:30px;} 

div#lifecycle1,div#lifecycle2,div#lifecycle3,div#lifecycle4,div#lifecycle5 { padding:3px 10px 10px 10px;border:1px dashed #ccc;width:310px;}

/* Display lifecycle1 info when page load*/
div#lifecycle2,div#lifecycle3,div#lifecycle4,div#lifecycle5 { display:none; width:310px;}

/*END For the map on Using the Platform page*/

/* BEGIN For the map on How the Platform works page  */
div#pnlRightCol #stepsmap ul {margin:0; padding:0;}
div#pnlRightCol #stepsmap li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}

div#pnlRightCol #stepsmap li a {
	float:left;
	text-indent: -9999em;
	padding-bottom:0px;
}

div#pnlRightCol #stepsmap li.step1 a{
	background:transparent url(/images/touchpoint-platform/step1_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:47px;
}
div#pnlRightCol #stepsmap li.step1 a:hover {
	background:transparent url(/images/touchpoint-platform/step1_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:47px;
}
div#pnlRightCol #stepsmap li.step2 a{
	background:transparent url(/images/touchpoint-platform/step2.jpg) no-repeat scroll 0 0;
	width:350px;
	height:62px;
}
div#pnlRightCol #stepsmap li.step2 a:hover {
	background:transparent url(/images/touchpoint-platform/step2_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:62px;
}
div#pnlRightCol #stepsmap li.step3 a{
	background:transparent url(/images/touchpoint-platform/step3.jpg) no-repeat scroll 0 0;
	width:350px;
	height:61px;
}
div#pnlRightCol #stepsmap li.step3 a:hover {
	background:transparent url(/images/touchpoint-platform/step3_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:61px;
}
div#pnlRightCol #stepsmap li.step4 a{
	background:transparent url(/images/touchpoint-platform/step4.jpg) no-repeat scroll 0 0;
	width:350px;
	height:59px;
}
div#pnlRightCol #stepsmap li.step4 a:hover {
	background:transparent url(/images/touchpoint-platform/step4_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:59px;
}
div#pnlRightCol #stepsmap li.step5 a{
	background:transparent url(/images/touchpoint-platform/step5.jpg) no-repeat scroll 0 0;
	width:350px;
	height:60px;
}
div#pnlRightCol #stepsmap li.step5 a:hover {
	background:transparent url(/images/touchpoint-platform/step5_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:60px;
}
div#pnlRightCol #stepsmap li.step6 a{
	background:transparent url(/images/touchpoint-platform/step6.jpg) no-repeat scroll 0 0;
	width:350px;
	height:54px;
}
div#pnlRightCol #stepsmap li.step6 a:hover {
	background:transparent url(/images/touchpoint-platform/step6_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:54px;
}
div#pnlRightCol #stepsmap li.step7 a{
	background:transparent url(/images/touchpoint-platform/step7.jpg) no-repeat scroll 0 0;
	width:350px;
	height:53px;
}
div#pnlRightCol #stepsmap li.step7 a:hover {
	background:transparent url(/images/touchpoint-platform/step7_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:53px;
}
div#pnlRightCol #stepsmap li.step8 a{
	background:transparent url(/images/touchpoint-platform/step8.jpg) no-repeat scroll 0 0;
	width:350px;
	height:51px;
}
div#pnlRightCol #stepsmap li.step8 a:hover {
	background:transparent url(/images/touchpoint-platform/step8_on.jpg) no-repeat scroll 0 0;
	width:350px;
	height:51px;
}
div#stepsmap {float:left; width:355px;}
div#stepslist {float:right;width:350px;} 

div#step1,div#step2,div#step3,div#step4,div#step5,div#step6,div#step7,div#step8 { padding:3px 10px 10px 10px;border:1px dashed #ccc; }

/* Display step1 info when page load*/
div#step2,div#step3,div#step4,div#step5,div#step6,div#step7,div#step8 { display:none;}
/* END For the map on How the Platform works page  */

/* 7: END Right Panel ---------------------------------------------------------------------------------------- */

/* 8: Contact us page ---------------------------------------------------------------------------------------- */

body#contact-us .col1{	float:left;	width:170px;}
body#contact-us .col2{	float:left;	width:280px;}
body#contact-us .col2 .colLeft{	float:left;	width:150px;}
body#contact-us .col2 .colRight{	float:left;}
body#contact-us .col3{	float:left;}
#mapAU_c,#mapNZ_c {	z-index:1000;}
#mapAU,#mapNZ{	position:relative;	z-index:99999;}
#mapAUcopy,#mapNZcopy  {	width:600px;	height:420px;}

/* 8: END Contact us page ---------------------------------------------------------------------------------------- */

/* 9: Request more info -------------------------------------------------------------------------------------- */
body#request-more-info .formPanel {
	background-color:#F5F4ef;
	padding:25px;
	float:left;
	width:620px;
}

body#request-more-info .formPanel .section {
    float:left;
	width:310px;
}

body#request-more-info .formPanel .section {
    float:left;
	width:310px;
}

body#request-more-info .formPanel .row {
clear:both;
line-height:16px;
}
body#request-more-info .formPanel .row .section {
display:inline;
float:left;
width:150px;
}
body#request-more-info .formPanel .section label {
	display:block;
	height:15px;
	margin:0 0 7px 2px;
	font-size:12px;
	color:#000;
}

body#request-more-info .formPanel .section2 label {
	font-size:12px;
	color:#666;
}

body#request-more-info .row label {
	padding-left:6px;
}

body#request-more-info div.titlePic {
	background:transparent url(/images/misc/arrow-big.jpg);
	position:absolute;
	left:530px;
	width:81px;
	height:76px;
}

.memoHolder {
	background:transparent url(/images/background/bg_memo.jpg) no-repeat;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:3px;
}
.memo{
	width:576px;
	border:0px;
	height:35px;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.memobox{
	width:350px;
	border:0px;
	height:200px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_memobox.jpg) repeat-x scroll 0;
}

.medium{
	width:266px;
	border:0px;
	height:25px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
}
.short{
	width:115px;
	border:0px;
	height:25px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
}

.floatleftcol {
	float:left;
	width:340px;
}
.floatrightcol {
	float:right;
	width:350px;
}
	

/* 9: END Right Panel ---------------------------------------------------------------------------------------- */

/* 10: Subscribe -------------------------------------------------------------------------------------- */
body#subscribe .formPanel {
	background-color:#F5F4ef;
	padding:30px;
	float:left;
	width:640px;
}

body#subscribe .formPanel .section {
    float:left;
	width:320px;

}
body#subscribe .formPanel .section2 {
    float:left;
	width:310px;
	line-height:16px;
}

body#subscribe .formPanel .row {
clear:both;
line-height:16px;
}
body#subscribe .formPanel .row .section {
display:inline;
float:left;
width:150px;
}
body#subscribe .formPanel .section label {
	display:block;
	height:15px;
	margin:0 0 7px 2px;
	font-size:12px;
	color:#000;
}
 

body#subscribe div.titlePic {
	background:transparent url(/images/misc/intouch.jpg);
	position:absolute;
	left:430px;
	width:240px;
	height:90px;
}

#btn-subscribe, #btn-submit {text-align:left;margin-top:10px;}
 
/* 10: END Subscribe ---------------------------------------------------------------------------------------- */

/* 11: Platform Demo form  ---------------------------------------------------------------------------------- */
body#platform-demo .formPanel {
	background-color:#F5F4ef;
	padding:25px;
	float:left;
	width:620px;
}
 
body#platform-demo .formPanel .section {
    float:left;
	width:310px;
}
body#platform-demo .formPanel .section2 {
    float:left;
	width:310px;
	line-height:16px;
}

body#platform-demo .formPanel .row {
clear:both;
line-height:16px;
}
body#platform-demo .formPanel .row .section {
display:inline;
float:left;
width:150px;
}
body#platform-demo .formPanel .section label {
	display:block;
	height:15px;
	margin:0 0 7px 2px;
	font-size:12px;
	color:#000;
}
 

body#platform-demo div.titlePic {
	background:transparent url(/images/misc/intouch.jpg);
	position:absolute;
	left:430px;
	width:240px;
	height:90px;
}

/* 11: END Platform Demo form ---------------------------------------------------------------------------------------- */
/* 12: Jobs  -------------------------------------------------------------------------------------- */
td#jobphone .area {
	width:35px;
	border:0px;
	height:25px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
}

/*body#jobs .formPanel {
	background-color:#F5F4ef;
	padding:25px;
	float:left;
	width:620px;
}

body#jobs .formPanel .section {
    float:left;
}

body#jobs .formPanel .section2 {
    float:left;
	width:310px;
	line-height:16px;
}

body#jobs .formPanel .section label {
	float:left;
	height:15px;
	margin:10px 0 7px 2px;
	font-size:12px;
	color:#000;
	width:200px;
}

body#jobs .smallLabel {display:none;}

body#jobs #interested div {margin-left:200px; border:0px; height:200px;}
*/

body#jobs .formPanel {
	background-color:#F5F4ef;
	padding:10px 30px 30px 30px;
	float:left;
	width:640px;
}

body#jobs .formPanel .section {
    float:left;
	width:320px;

}
body#jobs .formPanel .section2 {
    float:left;
	width:310px;
	line-height:16px;
}

body#jobs .formPanel .row {
clear:both;
line-height:16px;
}
body#jobs .formPanel .row .section {
display:inline;
float:left;
width:150px;
}
body#jobs .formPanel .section label {
	display:block;
	height:15px;
	margin:0 0 7px 2px;
	font-size:12px;
	color:#000;
}

body#jobs div#interested div{
	border:0px;
	padding-bottom:20px;
	
}

/* use jquery to replace select box, for display layout for IE 
body#jobs #pnlRightCol .formPanel #jobmobile,body#jobs #pnlRightCol .formPanel #jobphone  
{
	width:500px;
}*/
body#jobs #pnlRightCol .formPanel #jobmobile .jqueryselect {
	border:0px;
	width:65px;
	padding:12px 1px 7px 3px;
	margin-bottom:6px;
	margin-left:0px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background: url(/images/background/bg_mobiledropdown.jpg) repeat-x scroll left;
	cursor: pointer;
}

body#jobs #pnlRightCol .formPanel #jobmobile .selectbox-wrapper {
  position:absolute;
  width:405px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding-left:0;
  font-size:16px;  
  margin-top:-13px;
  margin-left:0px;
  text-align:left;
  height:100px;
  overflow: auto;
}
body#jobs #pnlRightCol .formPanel #jobmobile div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
body#jobs #pnlRightCol .formPanel #jobmobile div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
body#jobs #pnlRightCol .formPanel #jobmobile div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
body#jobs #pnlRightCol .formPanel #jobmobile div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
/*
body#jobs #jobmobile select {
	border:0px;
	height:35px;
	width:100px;
	padding-left:1px;
	padding-top:5px;
	padding-right:1px;
	padding-bottom:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background: url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
}*/

body#jobs #jobphone .area {
	width:55px;
	border:0px;
	height:25px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
	text-align:right;
}
body#jobs #jobphone .shorter,body#jobs #jobmobile .shorter{
	width:80px;
	border:0px;
	height:25px;
	padding-left:7px;
	padding-top:10px;
	padding-right:7px;
	margin-bottom:10px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:transparent url(/images/background/bg_textbox.jpg) repeat-x scroll 0;
}
 
/*body#jobs #cvupload  table{
	margin-left:200px;
	width:300px;
}*/
/* 12: END Jobs  -------------------------------------------------------------------------------------- */