#body_content #page_name_row {
	margin-bottom: 20px;
	margin-top: 6px;
	min-width: 1024px;
	overflow: hidden;
	width: 100%;
}
#body_content #page_name_row > div {
	float: left;
	overflow: hidden;
}
#body_content #page_name_row #content_panel .page_title .title {
	color: white;
	float: left;
	font-size: 25px;
	margin-right: 10px;
	margin-top: 5px;
}
#content_row .signup_checklist .green_check {
	background-image: url("../images/images-service/expansion/green_check.png");
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding-left:24px;
	padding-right:5px;
	padding-top:0px;

	margin-bottom:5px;
}
#content_row .signup_checklist .title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#content_row .signup_checklist {
	font-size:14px;
	color:#0076c0;
}
#content_row .signup_form_title {
	margin-top:20px;
	color:#686868;
	font-size:16px;
	font-weight:bold;
}
#content_row .signup_form {
	margin-top:10px;
	font-size:12px;
}

#content_row .signup_form select {
	font-size:12px;
	border:1px solid #bcbcbc;
	color:#686868;
	padding-top:5px;
	height:29px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
#content_row .signup_form input {
	font-size:12px;
	border:1px solid #bcbcbc;
	color:#686868;
	height:29px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
#content_row .signup_form textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px !important;
	border:1px solid #bcbcbc;
	color:#686868;
	width:275px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
#content_row .signup_form #error_box {
    border: 2px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    padding: 5px;
}

#content_row .signup_form input[type=submit] {
    background-image:url("../images/images-service/expansion/signup_submit_btn.png");
    background-repeat: no-repeat;
    text-indent:-9999px;
    width:141px;
    height:44px;
    border:0px;
}

#content_row .signup_form td {
	padding-bottom: 5px;
}


.partner_logos {
    height: 90px; 
    white-space: nowrap; 
	  display: block;
    text-align: center; margin: 1em 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partner_logos img {
	  display: inline-block;
	 vertical-align: middle;
  max-width:100%;
	max-height:90px;
}

