
form {
	margin:0px;
}

#site_offline {
	background:#FFFFCC;
	border-bottom:1px #F2E389 solid;
	color:#9B0F09;
	font-size:1em;
	font-family:verdana;
	padding:6px;
	margin-bottom:10px;
}

/* Header of a Block */
.block_header
{
    font-weight: bold;
	font-size:1em;
    vertical-align: middle;
    padding-top : 7px;
    padding-bottom : 7px;
}

/* Information Message */
.message_info
{
	font-size:1em;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
    color: green;
    text-align: center;
}

/* Error Message */
.message_error
{
	font-size:1em;
    padding: 5px;
    font-weight: bold;
    color: red;
    text-align: center;
}

/* Action Link */
a.link_action
{
	font-size:1em;
    text-decoration: none;
    white-space: nowrap;
}

/* Big Action Link */
a.link_action_big
{
	font-size:1.1em;
    /* text-transform: capitalize; */
    text-decoration: none;
    white-space: nowrap;
}

a.link_action_big:hover
{
	font-size:1.1em;
    /* text-transform: capitalize; */
    text-decoration: underline;
    white-space: nowrap;
}

/* Item Link */
a.link_item
{
	font-size:1em;
    font-weight: bold;
    text-decoration: none;
}

/* Description Link */
a.link_description
{
	font-size:1em;
    text-decoration: none;
}

/* Small Description Link */
a.link_description_small
{
	font-size:0.9em;
    text-decoration: none;
}

/* List Item */
.list
{
	font-size:1em;
	padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 2px;
}

.form_field_title
{
	padding : 3px;
	font-weight : bold;
}

li.form_field_note
{
	margin-left: 15px;
	padding-top: 3px;
	font-size:1em;
}

.star
{
    color: #FF8515;
    font-weight: bold;
}

#popupLayer
{
	position:absolute;
    top:40%;
    left:35%;
    width:30%;
    margin:30px;
    padding:10px;
    text-align:left;
    background:url(../../design/pic/popBorder.png);
}

/**
 * [AR] Custom CSS
 */
 div#displayName,div#emailAddress,div#password,div#retypePassword,
 div#stage2 div#address1,
 div#stage2 div#address2,
 div#stage2 div#city,
 div#stage2 div#zip,
 div#stage2 div#region,
 div#stage2 div#dateOfBirthDay,
 div#stage2 div#gender,
 div#stage2 div#ethnicity,
 div#stage2 div#disabled{
 	padding-bottom: 7px;
 }

 div#displayName .label,div#emailAddress .label,div#password .label,div#retypePassword .label,
 div#stage2 div#address1 .label,
 div#stage2 div#address2 .label,
 div#stage2 div#city .label,
 div#stage2 div#zip .label,
 div#stage2 div#region .label,
 div#stage2 div#dateOfBirthDay .label,
 div#stage2 div#gender .label,
 div#stage2 div#ethnicity .label,
 div#stage2 div#disabled .label{
 	float:left;
	padding-right: 7px;
	width: 120px;
	text-align: right;
 }

 div.requiredFields{
 	float: right;
 }

 /* Account  */
div#stage4 label {
	font-weight: bold;
}
div#stage4 .mentoringProfile,
div#stage4 .careerStage,
div#stage4 .experience,
div#stage4 .associations,
div#stage4 .expertise,
div#stage4 .deliveryMethod,
div#stage4 .mentorCommitment{
	padding-bottom: 10px;
}

div#stage1 div#footnote p, div#stage2 div#footnote p {
  font-weight: bold;
}

ul#thankYouLinks li {
  border: none !important;
  list-style-type: none;
}
