/* -- V0.45 - 24-Aug-2009  --------------------------------------- */

H2, P, UL {
	font-size: 90%;
}

P.inForm {
	font-size: 100%;
}

BODY {
        font-family: tahoma, helvetica, arial, sans-serif;
        line-height: 117%;
}

.checkboxLabel,
.dateLabel,
.radioLabel {
	font-size: 90%;
}

#unameText {
	font-size: 90%;
}

H1#bcText {
	font-size: 108%;
}

.navList LI A SPAN {
        font-size: 95%;
	padding-top: 7px;
}

BODY.layout1 A.imageButton span {
	font-size: 90%;
	bottom: 21px;
}

BODY.layout1 A.imageButtonTop span {
	font-size: 90%;
}

A.squareButton SPAN {
	font-size: 90%;
}

/* -- Layout 7 Form Control -------------------------------------- */

BODY.layout7 DIV.formLineMulti LABEL {
        font-size: 90%;
}

BODY.layout7 LABEL.extraWide {
        font-size: 90%;
}

BODY.layout7 DIV.formLineMulti LABEL.titleLabel {
        float: left;
        width: 305px;
        padding-bottom: 2px;
}

BODY.layout7 DIV.formLineMulti LABEL.createdLabel {
        float: left;
        width: 150px;
}

BODY.layout7 DIV.formLineMulti LABEL.completedLabel {
        float: left;
        width: 190px;
}

BODY.layout7 DIV.formLineMulti INPUT {
	width: 72px;
	margin-bottom: 0px;
}

BODY.layout7 DIV.formLineMulti #GoalTitle {
	width: 250px;
	margin-bottom: 0px;
}

#memorableDateLabel {
        margin-bottom: 10px;
}

#GoalDescription {
        width: 620px;
        height: 35px;
        margin-bottom: 5px;
}

#GoalCompletionText {
        width: 620px;
        height: 35px;
}

#dateDayCompact {
	width: 15px;
	margin: 0px 5px 0px 0px;
}

#dateMonthCompact {
	width: 15px;
	margin: 0px 5px 0px 0px;
}

#dateYearCompact {
	width: 30px;
	margin: 0px 5px 0px 0px;
}

/* Rules for a password and confirm password field on the same  */
/* form line.                                                   */

#password {
        float: left;
        width: 100px;
}

BODY.layout7 DIV.formLineDual LABEL.secondLabel {
        float: left;
        width: 155px;
        margin-left: 15px;
}

#confirmPassword {
        float: left;
        width: 100px;
}

/* Rules for a compact date in a normal form line. */

BODY.layout7 DIV.formLine #dateDayCompact,
BODY.layout7 DIV.formLine #dateMonthCompact,
BODY.layout7 DIV.formLine #dateYearCompact {
        font-size: 90%;
        margin-bottom: 10px;
}

/* -- Header Submit Buttons -------------------------------------- */

DIV.navH A {
	position: relative;
	top: 5px;
	left: 80px;
}

DIV.navHexternal A {
	position: relative;
	top: 5px;
	left: 140px;
}

#refresh {
 font-size: 100%;
}

/* -- Registration Buttons ---------------------------------------- */

DIV#regButtonText1 {
	width: 340px;
        height: 48px;
        padding: 20px 10px 20px 90px;
}

DIV#regButtonText2 {
	width: 340px;
        height: 48px;
        padding: 20px 10px 20px 90px;
}

DIV#regButtonText3 {
	width: 340px;
        height: 48px;
        padding: 20px 10px 20px 90px;
}

.termsandCond {
	font-size: 95%;
}
/* -- CCR 152 - Centre code Warning CSS tooltip -------------------------- */
.centreCodeWarning {
       position: absolute;
       top: 250px;
       left: 600px;
       width: 110px;
       padding: 5px;
       z-index: 2;
}
