/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : CareerCore CSS for Registration Form
Author : Frank Ku / frank@bussedesign.com
URL : http://www.careercore.com/

Created : 06/06/2008
Modified : 06/06/2008

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #375AA0;
	margin: 0px;
	padding: 0px;
}

a:hover
{
	text-decoration: underline;
}
:focus
{
	-moz-outline-style: none;
}

img
{
	padding: 0px;
}

a img
{
	border: 0px;
}

p
{
	line-height: 1.5em;
}

ul li, ol li
{
	list-style-type: none;
}
.bold
{
	font-weight: bold;
}

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #414030 url(  '../images/body_bk_1.jpg' ) repeat-y 50% 0px;
}

#wrapper
{
	position: relative;
	min-width: 960px;
	width: 960px;
	margin: 0 auto;
	padding: 0px 20px 30px 20px;
	background: #EDEDED url(  '../images/body_bk.jpg' ) repeat-x 0px 0px;
}

#header
{
	height: 50px;
	padding: 10px 0px 5px 0px;
	background: url(  '../images/registrationHeader.jpg' ) repeat-x 0px 100%;
}

#logo
{
	float: left;
}

.uNameLinks
{
	float: right;
	margin: 13px 10px 0px 0px;
}

p.uLinks
{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
	line-height: 1em;
}

.uLinks span
{
	margin-left: 5px;
}

.uLinks span.rightBorder
{
	border-right: 1px solid #375AA0;
	padding-right: 5px;
}

.defaultuNameLinks
{
	margin: 31px 5px 0px 0px;
}

.copyRight
{
	font-size: 11px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.footerlinks
{
	font-size: 11px;
	float: right;
	padding: 0px 0px 10px 0px;
}

.footerlinks span
{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #375AA0;
}

.footerlinks span.last
{
	padding-right: 0px;
	border-right: 0px;
}




.formWrapper
{
	background: url(  '../images/formWrapper_btm-copy.gif' ) no-repeat 0px 100%;
	padding: 0px 0px 10px 0px;
}

.formWrapper h1
{
	font-size: 18px;
	color: #333333;
	background: url(  '../images/formWrapper_top.jpg' ) no-repeat 0px 0px;
	padding: 20px 0px 10px 18px;
	margin-bottom: 0px;
}

.greenDivider
{
	width: 934px;
	border-top: 2px solid #61B72D;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 3px;
	line-height: 2px;
	height: 2px;
	font-size: 2px;
}

.regFormTable
{
	border-top: 2px solid #61B72D;
	width: 934px;
	position: relative;
	left: 3px;
	padding-left: 18px;
}

.instructCol
{
	width: 625px;
}

.hint
{
	font-size: 14px;
	color: #CC6633;
}

.hintCol
{
	padding-top: 10px;
	font-size: 10px;
	color: #CC6633;
	text-align: right;
}

.labelCol
{
	padding-top: 5px;
	font-weight: bold;
}
.errormsg_sml
{
	padding-top: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #FF0000;
}

.fieldCol
{
	width: 309px;
}

.regTextFieldLongReg
{
	width: 303px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #CCCCCC;
}

.regSelect
{
	width: 309px;
	padding: 0px 0px 0px 3px;
	height: 20px;
}

.regTextFieldShort
{
	width: 130px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #CCCCCC;
}

.passwdWarning
{
	font-size: 10px;
	font-style: italic;
	padding-left: 10px;
	color: #CC6633;
}

.verificationCodeRow
{
	padding: 5px 0px 5px 0px;
}

.loginFormWrapper
{
	width: 351px;
	background: url(  '../images/loginWrapper_btm.jpg' ) no-repeat 0px 100%;
	padding-bottom: 20px;
}

.loginFormWrapper h1
{
	width: 341px;
	text-align: left;
	color: #61B72D;
	font-size: 16px;
	background: url(  '../images/loginWrapper_top.jpg' ) no-repeat 0px 0px;
}

.loginFormWrapper h1 span
{
	display: block;
}

.fieldLabel, .loginField, .reminderLink
{
	text-align: left;
	margin-left: 20px;
}

.loginField
{
	padding-bottom: 10px;
}

.reminderLink
{
	padding-bottom: 15px;
}

.fieldLabel
{
	font-weight: bold;
}

.emailField, .pwField
{
	width: 309px;
	border: 1px solid #CCCCCC;
	padding: 4px 3px 4px 3px;
}

.loginRow
{
	width: 340px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 0px 0px;
}

.loginRow a.submitBtn
{
	position: relative;
	top: 2px;
	left: -10px;
}

a.submitBtn
{
	font-size: 14px;
	color: #FFFFFF;
	background: url(  '../images/blueBtn.jpg' ) no-repeat 0px 0px;
	padding: 6px 10px 6px 10px;
}

a.submitBtn:hover, a.submitBtn1:hover
{
	text-decoration: none;
	background: url(  '../images/blackBtn.jpg' ) no-repeat 0px 0px;
}

a.submitBtn1
{
	font-size: 14px;
	color: #FFFFFF;
	background: url(  '../images/greenBtn.jpg' ) no-repeat 0px 0px;
	padding: 6px 10px 6px 10px;
}

a.submitBtn2
{
	font-size: 14px;
	color: #FFFFFF;
	background: url(  '../images/greenBtnbig.jpg' ) no-repeat 0px 0px;
	padding: 6px 10px 6px 10px;
}
a.submitBtn2:hover
{
	text-decoration: none;
	background: url(  '../images/blackBtnbig.jpg' ) no-repeat 0px 0px;
}

.regBtnRow
{
	width: 915px;
	border-top: 1px solid #CCCCCC;
	padding: 15px 0px 5px 20px;
}
.errorMsg
{
	font-size: 17px;
	color: #e90901;
}
.errorMsgdiv1
{
	background: url(../images/error_bg.gif) no-repeat;
	width: 934px;
	margin-bottom: 10px;
	height: 40px;
	padding: 20px 0px 0px 10px;
	margin-left: 2px;
}

.errorMsg_sml
{
	font-size: 10px;
	color: #e90901;
	padding: 0px;
}
.succssMsgdiv
{
	background: url(../images/succ_msg_box.gif) no-repeat;
	width: 934px;
	margin-bottom: 10px;
	height: 40px;
	padding: 20px 0px 0px 10px;
	margin-left: 2px;
}
.succssMsg
{
	font-size: 16px;
	color: #61B72D;
	font-weight: bold;
}

/*FOR THE ERROR DIV - DATED:28/06/2008*/

.errorMsgdiv
{
	margin: 0px 0px 10px 0px;
}

.errorMsgdiv-top
{
	background: url(../images/bkg_errormsg_03_reg.jpg) no-repeat;
	width: 939px;
	height: 6px;
	margin: 0px;
	padding: 0px;
}

.errorMsgdiv-bottom
{
	background: url(../images/bkg_errormsg_04_reg.jpg) no-repeat;
	width: 939px;
	height: 6px;
}

.errorMsgdiv-middle
{
	background: url(../images/bkg_errormsg_05_reg.jpg) repeat-y;
	width: 939px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #e90901;
}
/*New css class for the forget password page: dated-07/07/2008, 11:05 pm*/
.forgetRow {
	width:340px;
	text-align:right;
	border-top:1px solid #CCCCCC;
	padding:10px 0px 0px 0px;
	margin-left:6px;
}
.forgetRow a.submitBtn {
	position:relative;
	top:2px;
	left:-10px;
}
.ftxt {
	font-size:14px;
	padding-left:15px;
	border-top:#61B72D solid 2px;
	margin:0px 11px 0px 3px;
	padding-top:20px;
}
.fboxwrap 
{
	margin:0 auto;
	width:351px;
	padding:70px 0px 135px 0px;
}
.successMsgdivb
{
	margin: 0px 0px 10px 0px;
}

.successMsgdiv-topb
{
	background:url(../images/bkg_successmsg_940.jpg) no-repeat;
	width:940px; 
	height:6px;
	margin:0px;
	padding:0px;
}
	
.successMsgdiv-bottomb
{
	background:url(../images/bkg_successmsg_btm_940.jpg) no-repeat;
	width:940px; 
	height:6px;
	padding-bottom:5px;
}

.successMsgdiv-middleb
{
	background:url(../images/bkg_successmsg_middle_940.jpg) repeat-y;
	width:940px;
	padding:5px 0 5px 10px;
	font-size:12px;
	color:#3a8011;
}
/*end*/
.contentWrapperforgot
{
	clear: both;
	padding: 10px 0px 10px 0px;
	background: url(  '../images/registrationWhitebk_btm.jpg' ) no-repeat 0px 100%;
	margin-bottom: 5px;
}

.whiteWrapperforgot
{
	width: 949px;
	background: url(  '../images/registrationWhitebk_top.jpg' ) no-repeat 0px 0px;
	padding: 10px 0px 10px 10px;
}