﻿/* THIS IS THE ADDITIONAL INFO CONTENT BLOCK FOR THE CONTACT PAGE */
#contactFormAdditionalInfo {
	float:left;
	/* width:240px; */
	padding:25px 0 0 0;
	/* word-wrap:break-word; */
}

#registerOthersPanel {
	clear: both;
	padding-top:25px;
}

#registerOthersPanel p {
	padding:0 0 25px 0;
    margin:0;
}

#contact input.areacode, 
#registerOthersSubform input.areacodeRO {
    float:right;
	width: 60%;
	margin-top:1px;
}

#contact input.phoneextension,
#registerOthersSubform input.phoneextensionRO {
    float:right;
	width: 60%;
	/*min-height:18px;*/
	margin-top:5px;
    width:auto;
}

#contactFormAdditionalInfo {
	margin-bottom: 16px;	
}

/* IE7 FIX FOR AREA CODE */
.ie6or7 #contact input.areacode, 
.ie6or7 #contact input.phoneextension,
.ie6or7 #registerOthersSubform input.areacodeRO, 
.ie6or7 #registerOthersSubform input.phoneextensionRO {
	width:5%;
	clear:none;
	float:none;
	width:auto;
	/*margin-bottom:5px;*/
}

/* 
This is to get the parentheses around the areacode to work. We have
to unfloat the input.areacode, and float its wrapper span instead
*/
#contact input.areacode, #registerOthersSubform input.areacodeRO
{
	float: none;
	margin: 0;
	padding: 0; 
}

span.spanareacode, span.spanareacodeRO {
	float: left;
	margin-left:25px;
	margin-top: 5px;
}

/* These are the Cellphonenumber input containers, i.e. used for error highlighting */
#CellPhoneNumber_IC, #CellPhoneNumberRO_IC {
	width:100%;
}

.extLiteral {
    float:left;
    margin-top:12px;
}

.ie6or7 .extLiteral {
    margin-top:15px;
    padding-right:5px;
}

.homeAddress{
margin-left:25px;
}

.facebook-options-wraper {
    color: #606060;
    background:#ECEEF5; 
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 40px;
    overflow: hidden;
}

#pcaSearch {
	width: 40%;
	color: #000;
}

#manualAddressEntry, #manualAddressEntry:hover, #manualAddressEntry:visited, #manualAddressEntry:active {
	margin-left: 25px;
	color: #00008B;
}


