/* Color Codes
Orange:		 #FEA303; 
Dark Blue:   #1A016B;
*/
*{padding:0;margin:0;}

input, textarea, select {
   -webkit-appearance: none;
   -moz-appearance: none;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
  -moz-appearance:checkbox;
}

body
{
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, Serif;
	font-size: 10pt;
	text-align: center;
	background: url(/images/body-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img {max-width:100%;}

img#bodyBG
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

#mondi
{
	border: solid 2px #E4E7EE;
	text-align: center;
	margin-left: 95px;
}

a
{
	color: #1A016B; 
	font-size: 9pt;
	text-decoration: underline;
}

a:hover
{
	color: #FEA303;
	text-decoration: none;
}

img
{
	border: none;
}

img a
{
	border: none;
}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: #000000;
	font-family: verdana, arial, helvetica, Serif;
	text-decoration: none;
}

h1
{
    width:98%;
    margin:9px 0px;
	background-color: #FBE166;
	padding: 3px 1%;
	border: 1px solid #EFF3FF;
    display:inline-block;
	color: #1F1F1F;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
}

h2
{
	text-align: left;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3
{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px; 
}

h4
{
	font-family: sans Serif;
	font-size: 11pt;
}

#container
{
	height: 100%;
    padding:1% 1% 0px 1%;
    width: 96%;
	max-width: 1200px;
	background-color: White;
	/*border: solid 2px #E4E7EE;*/
	margin: 8px auto;
	text-align: left;
}

#container p
{
	color: #111111;
	text-align: left;
	line-height: 17px;
	font-size: 10pt;
	margin: 7px 0px 20px 0px;
}

#header
{
}

.headerBox
{
	width: 29%;
	background-color: #013361;
	border: 2px solid #E4E7EE;
    padding:0.5%;
	margin: 13px 0px 30px 2%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

	.headerBox a
	{
		font-size: 10px;
		text-decoration: none;
		color: #FFF;
		font-weight: normal;
	}
	
	.headerBox img
	{
		margin-bottom: 10px;
		width: 100%;
	}

	#header .headerText
	{
		font-family: arial, verdana, helvetica, Serif;
		margin: 7px 0px 2px 20px;
		font-size: 11pt;
		font-weight: normal;
		margin-right: 10px;
		color: #FFFFFF;
		float: right;
		text-align: right;
		width: 240px;
	}

	#header .headerText a
	{
		color: #1A016B;
	}

	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}

#referenceSearchForm
{
	color: #1A016B;
	background-color: #FBFCFF;
	border: solid 1px #EFF3FF;
	padding:2%;
	margin-top: 0px;
	margin-bottom: 5px;
}

    #referenceSearchForm .reference
    {
		width: 97%;
        padding: 1%;
        margin: 2% 0px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        border:1px solid #CCC;
	}

	#referenceSearchForm input[type="submit"]
	{
		width: 100%;
        padding: 1%;
        margin: 2% 0px;
        border:none;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        color:#FFF;
        background-color:#638CAA;
	}

	
	#referenceSearchForm select
	{
		width: 100%;
        padding: 1%;
        margin: 2% 0px;
        border:1px solid #CCC;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        background-color: #FFF;
	}

#MobileSearchForm
{
	color: #1A016B;
	background-color: #FBFCFF;
	border: solid 1px #EFF3FF;
	padding:2%;
	margin-top: 0px;
	margin-bottom: 5px;
}

    #MobileSearchForm .reference
    {
		width: 98%;
        padding: 6px 1%;
        margin: 4px 0px;
        border:1px solid #CCC;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
	}

	#MobileSearchForm select
	{
		width: 100%;
        padding: 6px 1%;
        margin: 4px 0px;
        border:1px solid #CCC;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        background-color: #FFF;
	}

    #MobileSearchForm input[type="submit"]
	{
		width: 100%;
        padding: 6px 1%;
        margin: 10px 0px 4px 0px;
        border:none;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        color:#FFF;
        background-color:#638CAA;
	}

#navSearchContainer
{
	float: left;
	width: 23%;
	border: 1px solid #E4E7EE;
	border-left: 0px solid #000000;
	margin:0px 0px 10px 0px;
}
	#navSearchContainer h1
	{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
	}
	
	#navSearchContainer h1.top
	{
		margin-top: 0px;
	}
.navigationBar
{
	padding: 5px 5px 5px 5px;
	font-size: 7pt;
	font-weight: bold;
}	
	.navigationBar a
	{
		text-decoration: none;
		color: #1A016B;
	}
		.navigationBar a:hover
		{
			text-decoration: none;
			color: #FEA303; 
		}

    .navigationBar .buttons {
        text-align: center;
    }

        .navigationBar .buttons a{
            margin-top:9px;
            display:inline-block;
        }

    .navigationBar .mondi {
        margin: 12px 0px;
        text-align: center;
    }

    .navigationBar .photos{
        text-align: center;
    }

        .navigationBar .photos img{
            margin: 2px 15px;
        }

	#search
	{
		font-size: 10pt;
		color: #FEA303;
		padding-left: 5px;
	}
		#search select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#search input
		{
		}
.navigationBar li
{
	height: 29px;
	width: 100%;
	border: solid 1px #EFF3FF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
	list-style: none;
}	
	.navigationBar li a
	{
		padding: 7px 0px 0px 5px;
		background-color: #FBFCFF;
		padding-left: 7px;
		display: block;
		height: 22px;
		width: auto;
	}	
	.navigationBar li a:hover
	{
		background-color: #EFF3FF;
		color: #1C0975;
	}
	.navigationBar li ul
	{
		display:none;
	}
.navLink
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

	.navLink a
	{
		padding: 7px 0px 0px 5px;
		background-color: #FBFCFF;
		padding-left: 7px;
		display: block;
		height: 22px;
		width: 148px;
	}
	
	.navLink a:hover
	{
		background-color: #EFF3FF;
		color: #1C0975;
	}
	
	#registerLink
	{
		height: 29px;
		width: 100%;
		border: solid 1px #EFF3FF;
		font-family: Arial;
		font-size: 12px;
		display: block;
		margin-bottom: 3px;
	}
	
		#registerLink a
		{
			padding: 7px 0px 0px 5px;
			background-color: #FBE166;
			padding-left: 7px;
			display: block;
			height: 22px;
		}
		
		#registerLink a:hover
		{
			background-color: #FEF3C2;
			color: #1C0975;
		}
		
		
	.quickLinks
	{
		line-height: 29px;
		width: 100%;
        text-align:center;
		border: solid 1px #EFF3FF;
		font-family: Arial;
		font-size: 12px;
		display: block;
		margin-bottom: 3px;
	}
	
		.quickLinks a
		{
			background-color: #FBE166;
			padding-left: 7px;
			display: block;
		}
		
		.quickLinks a:hover
		{
			background-color: #FEF3C2;
			color: #1C0975;
		}
	
#mainContent
{
	width: 76%;
	float: right;
}

    #mainContent h1:nth-child(1) {
        margin-top:0px;
    }

#fullContent
{
	width: 616px;
	float: left;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: solid 1px #1A016B;
	border-left: solid 1px #1A016B;
	border-right: solid 1px #1A016B;
	background-color: White;
	padding-bottom: 10px;
	padding-left: 5px;
}

	#fullContent h3.top
	{
		border-top: 0px;
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 5px;
		margin-top: 0px; 
	}


#mainContentInner
{
	margin-top: 135px;
	background-color: #FFF1D7;
	padding: 10px;
}

#featuredProperties
{
	width: 730px;
	background-color: #FFEC9D;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	#featuredProperties .property 
	{
		float: left;
		text-align: center;
		width: 210px;
		margin: 0px 10px 0px 10px;
	}

		#featuredProperties .property img
		{
			width: 200px;
			height: 135px;
			margin: 5px 5px 0px 5px;
			border: solid 1px #FFFFFF;
		}

#footer
{

	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #E4E7EE;
}
	#footer a
	{
		color: #000000;
	}
		#footer a:hover
		{
			color: blue;
		}
		
	#copyRightEtc
	{
		padding: 10px;
	}
	
	#copyRightEtc a
	{
		font-size: 10pt;
	}
	
.footerBar
{
}
.footerColumn
{
    color: #1F1F1F;
    float: left;
	margin: 1%;
	font-size: 10px !important;
	text-align: left;
	width: 23%;
}
    .footerColumn a
        {
            font-size: 11px !important;
            display:block;
        }
    .footerColumn .heading
        {
        	height: 21px;
	        background-color: #FBE166;
	        padding: 3px 5px 0px 5px;
	        border: 1px solid #EFF3FF;
	        color: #1F1F1F;
	        font-size: 14px;
	        font-weight: normal;
	        font-family: Arial;
        }
             .footerColumn .heading a
                {
	                color: #1F1F1F;
	                font-size: 14px !important;
	                font-weight: normal;
	                font-family: Arial;
                }
/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

#contactTable
{
	margin: 19px 0px 10px 23px;
	width: 300px;
	font-size: 10pt;
	color: #333333;
}
	#contactTable .contactLabel
	{
		font-weight: bold;
	}
	
	#contactTable td
	{
		padding-bottom: 10px;
	}
	
textarea
{
	width: 285px;
}	
/** end Contact page stuff **/


/** Content Management Pages **/

.article
{
	position: relative;
	margin: 10px;
	border: solid 1px #1A016B; 
}

.article img
{
	float: left;
	width: 170px;
}

.article .description
{
	margin-left: 180px;
	padding: 10px 10px 10px 5px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	background-color: white;
	width: 99%;
	margin: 0px 0px;
	padding: 0.5%;
	border: solid 1px #999999;
}
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: none;
	}

.resultsTitle
{
	float: left;
}

.resultstitle
{
	float: left;
    width:98%;
    margin:9px 0px;
	background-color: #FBE166;
	padding: 3px 1%;
	border: 1px solid #EFF3FF;
    display:inline-block;
	color: #1F1F1F;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
    text-align: center;
}

.resultstitle h2
{
	float: left;
}

.resultstitle .reference
{
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #1A016B;
}

.resultsPrice
{
	color: #1A016B; 
	font-size: 11pt;
	float: right;
	text-align: right;
}

.searchResultsImg
{
	width: 28%;
    margin-right:2%;
	float: left;
}
	.searchResultsImg img
	{
		width: 100%;
		border: solid 1px #DDDDDD;
	}
	
.resultsSummary
{
	padding: 5px 5px 5px 5px;	
    font-size: 13px;
}

.spacing
{
	line-height: 2em;
}



/** end of Search results **/

/** Property Details **/

.propertyDescription
{
	font-size: 8pt;
	color: #032A54;
	margin: 30px 0px 30px 0px;
}

#mainPhoto
{
	width: 61%;
	float: left;
	margin: 1px;

}
	#mainPhoto img
	{
		width: 100%;
		border: solid 1px #1A016B;
		height: auto; 
	}

#details
{
	float: right;
	width: 38%;
}
	
	.detailsName
	{
		float: left;
		width: 47%;
		height: 22px;
		padding: 2px;
		margin: 1px;
		border: 1px solid #EFF3FF; 
		background-color: #FBE166;
		background-repeat: repeat-x;
		color: #1A016B;
		overflow: hidden;
	}
	
	.detailsValue
	{
		float: right;
		width: 47%;
		border: solid 1px #EFF3FF; 
		height: 22px;
		padding: 2px;
		margin: 1px;
		overflow: hidden;
	}

    .printPropertyButton
    {
        width:100%;
        padding: 5px 0px 5px 0px;
        margin:1px auto 0px auto;
        display:inline-block;
        text-align: center;
		border: 1px solid #EFF3FF; 
		background-color: #FBE166;
		color: #1A016B;
    }

.photo, .plan
{
	width: 48%;
    margin: 1% 1% 0px 1%;
	float: left;
	text-align: center;
	overflow: hidden;
}

    div .photo img, .plan img:nth-child(2n) {
        
    }

	.photo img, .plan img
	{
		width: 100%;
	}

	.photo .caption, .plan .caption
	{
		width: 220px;
		height: 25px;
		background-color: #FBF9EC;
		padding-top: 10px;
		font-size: 11pt;
		color: #006699;
	}

.callMeBackLabel
{
	width: 100px;
}

#enquiryForm
{
}

	#enquiryForm fieldset
	{
		color: #A39F7B;
	}

	#enquiryForm legend
	{
		font-size: 11pt;
		color: #9B3173;
		font-family: Arial;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
	}
	
	#enquiryForm Table
	{
		font-size: 10pt;
		color: #333333;
	}


.printPageLink
{
	font-size: 10pt;
	color: #4D67A0;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

#CallMeBack label
{
	width: 100px;
	margin-left: 10px;
	display: block;
	float: left;
}

#CallMeBack input[type=text]
{
	margin-bottom: 10px;
}

#CallMeBack input[type=submit]
{
	margin-left: 0px !important;
}

#enquiryForm label
{
	width: 100px;
	margin-left: 10px;
	display: block;
	float: left;
}

#enquiryForm input[type=text]
{
	margin-bottom: 10px;
}

#enquiryForm input[type=submit]
{
	margin-left: 104px;
}

#enquiryForm .captchaDiv
{
	margin-left: 100px;
	width: 390px;
}

#enquiryForm .captchaDiv img
{
	border: solid 1px #D8D8D8;
	background-image: url(/images/capback.gif);
}

/** End of Property Details **/

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 98%;
}

.PropertyPhotoWatermark
{
	width: 329px !important;
	position: absolute;
	right: 21px;
	bottom: 16px;
}

/** End photos and Plans


/** General classes and id **/

.padding
{
	padding: 2px 2px 2px 2px;
}

.standard
{
	line-height: 20px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.half
{
	width: 48%;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.border
{
	border: solid 1px #FFEC9D;
}

.hr
{
	margin-top: 5px;
	border-top: solid 1px #1A016B; 
}

.pages
{
	text-align: center;
}

.page
{
	padding: 0px 5px 3px 4px;
	border: solid 1px #1A016B;
	margin-left: 3px;
	margin-bottom: 2px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
}

.selected
{
	background-color: #FBE166;
	border: 1px solid #EFF3FF;
	text-decoration: none;
	margin-left: 3px;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

#privacyPolicy 
{
	background-color: #FFFFFF;
}

#privacyPolicy table td
{
	width: 100px;
	font-size: 11px;
}

.mnm{ font-size:18px; color:#0707B5; }
.estateagent{ font-size:18px; font-style:italic; color:#666;}

/** Contact Page **/

.contactForm_container
{
}

    .title_form{float: right; width: 587px;}

.info_left
{
	width: 587px; min-height: 314px;
	padding-top: 94px;
	float: left;
	border: 1px solid #CCC;
    -webkit-border-radius: 5px; border-radius: 5px;
}
    
    .info_left .telephone, .info_left .email
    {
        margin-left: 117px;
    }

/** END Contact Page **/

/** Send To Friend **/

#SendToFriend iframe
{
    border: 1px solid #CCC;
}

#SendToFriend_title
{
	margin: 5px 0px 46px 0px;
	color: #70AEEA;
	font-size: 22px;
}

#SendToFriend label
{
    width: 160px;
    margin: 6px 17px 0px 0px;
    float:left;
    text-align:right;
    line-height:20px;
    padding:0px;
    color: #A6A6A6;
    font-size: 15px;
}

    #SendToFriend label.error
    {
		float: right;
		margin-left: 12px;
		margin-right: 0;
		text-align: left;
		width: 104px;
		color: #70AEEA;
	}
    
    #SendToFriend span.req{float:left;margin-left:5px !important;color:#C3A153;}

#SendToFriend input:not([type=radio]),
#SendToFriend input[type=text],
#SendToFriend textarea,
#SendToFriend select
{
	width: 216px; 
	margin-bottom:14px; margin-left:10px;
    color: #999;
    float: left;
    border: none;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
    padding: 5px;
    border: 1px solid #E5E5E5;
}

#SendToFriend textarea
{
    height: 70px;
}

#SendToFriend .submit_button
{
	width: 229px !important; 
	margin-top: 18px; margin-right: 118px;
	float: right !important;
	font-size: 16px;
	border: none;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	color: #FFF !important;
    background: #70AEEA;
}

#SendToFriend #message{color:#999; font-size: 24px;}
#SendToFriend #message img{vertical-align:middle; margin-top: 0px; margin-right: 10px; display: none;}

/** END Send To Friend **/

/** Contact Form **/

#contact_body
{
    background-image:none;
    background-color:transparent;
}

#contact_form .field
{
	padding: 5px 0px;
}

#contact_form label
{
	margin-bottom: 6px;
	float: left;
    font-size: 14px;
}

#contact_form .frameworkFormRequiredFieldMarker{
    color:red;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form input.text-input,
textarea.text-input
{
	width:96% !important; height:27px;
	padding:6px 2%;
    margin-bottom:10px;
	float:left;
	color:#666;
	border:none;
	background-color:#f6f6f6;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#contact_form textarea
{
    height: 100px;
    padding:15px 2%;
}

#contact_form .frameworkFormRequiredField
{
    clear: both;
    display: block;
    margin-left: 0px;
    padding-top: 8px;
    width: 100%;
}

#contact_form .req
{
	padding-left:1px;
    display:none;
}

#contact_form label.error
{
	margin: 7px 0px -24px 0px;
	float:right;
	color:Red;
	font-size: 15px;
}

#contact_form input[type="submit"],
#contact_form input.submit_button
{
	width:100%;
	padding:9px 0px;
	margin-top:18px;
	color:#FFF;
	font-size:16px;
	border:none;
    background-color:#70aeea;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#contact_form #denoteSpan{display:none;}

#contact_form #message {text-align: center;}
#contact_form h2 {width: 100%; margin:32px 0px 25px 0px; font-size:40px;}
#contact_form #checkmark{margin-top: 30px;}

/** END Contact Form **/

/* Register Form */

/*#register_body
{
    width:100%;
	margin: 0px;
    background-image:none;
}

#register_form{}

#register_body #register_form #success_div
{
	margin: 200px 20px;
	color: #999;
	font-size: 18px;
	line-height: 28px;
}

#register_body #register_form #success_div img
{
	display: none;
}

#register_body #register_form img{margin-bottom: 20px;}

#register_form fieldset{border:none;}

#register_form .denotes_span{color: #70AEEA; display: none !important;}

#register_form #steps legend
{
	border-bottom: 2px solid #70AEEA;
    color: #999;
    font-size: 25px;
    margin-bottom: 16px;
    margin-top: 9px;
    padding-bottom: 8px;
    width: 98%;
    text-align: left;
}

.denotes_span{}

#register_form #steps p{margin: 2px 0px; float:left;clear:both;}

#register_form #steps p label
{
	width:150px;
	float:left;
	text-align:right;
	margin-right:15px;
	line-height:20px;
	color:#999;
}
	
#register_form #steps p span
{
    color: #999 !important;
    font-weight: bold;
    float: right;
    margin-bottom: 3px;
    width: 280px;
}

#register_form #steps p #firstname_error, #register_form #steps p #email_error
{
	float: right;
    margin-left: 12px;
    margin-right: 0;
    text-align: left;
    width: 78px;
    color: #70AEEA;
}

#register_form #steps input:not([type=radio]), #register_form #steps textarea, #register_form #steps select
{
    color: #333;
    border: none;
    border-radius: 3px;
    padding: 5px;
    width: 259px;
    border: 1px solid #E5E5E5;
}

#register_form #steps #bedrooms{margin-bottom: 4px; height: 27px;}
#register_form #steps #minprice{height: 27px; width: 260px !important; margin-bottom: 4px !important;}
#register_form #steps #maxprice{height: 27px; width: 260px !important; margin: 5px 0px 4px 165px !important;}
#register_form #country{margin-right: 97px;}
#register_form #steps #region{height: 30px; margin: 0px 0px 10px 66px !important;}
#register_form #steps #pool, #register_form #steps #seaview{margin-bottom: 4px!important; height: 27px;}
#register_form #steps #bedrooms{margin-bottom: 4px; height: 27px;}
#register_form #steps #bedrooms{margin-bottom: 4px; height: 27px;}

#register_form #steps #typeChecks{margin: 12px 0px; text-align: left;}

#register_form #steps select#town{margin-right: 107px !important; margin-top: 5px;}

#register_form #steps input[type=submit]
{
    margin-left: 173px;
    padding: 5px;
    width: 261px;
    color: #FFF;
	font-size: 16px;
    border: solid 1px #CCC;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
    background-color: #70AEEA;
}*/

#register_body{background-image:none; text-align:left;}

#register_form fieldset{border:none !important;}

#register_form #steps legend
{
	border-bottom:2px solid #EFEFEF;
    font-size:21px;
    color:#636363;
    margin-top:9px;
    padding-bottom:6px;
    margin-bottom:9px;
    width:100%;
}

#register_form #steps p
{
    width:100%;
    margin: 2px 0px;
    float:left;
    clear:both;
}

#register_form input:not([type=radio])
{
	width:100%; height:27px;
	padding:3px 2%;
	float:left;
	color:#666;
	border:none;
	background-color:#f6f6f6;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#register_form label{width:100% !important; margin-bottom:8px; display:block;}

#register_form select
{
    width:100% !important; height:34px;
    padding:6px;
    margin:0px 0px 10px 0px !important;
    border:none;
    color:#666;
    background-color:#f6f6f6;
}

    #register_form select option{padding:3px 6px;}

#register_form #typeChecks{width:100% !important;}
    #register_form #typeChecks span{width:47%; margin:0px 12px 5px 0px; line-height:28px; float:left;}
        #register_form #typeChecks span input{margin-right:6px;}

#country, #region, #town
{
    width:100%; height:34px;
    padding:6px;
    margin:0px 0px 20px 0px !important;
    border:none;
    color:#666;
    background-color:#f6f6f6;
}

#town{height:100px;}


#register_form #steps p #firstname_error, #register_form #steps p #email_error
{
	margin:4px 0px -24px 0px;
	float:right;
	color:Red;
	font-size:13px;
	text-align:right;
}

#register_form #steps input[type=submit]
{
	width:100%; height:40px;
	padding:9px 0px;
	margin-top:18px;
	color:#FFF;
	font-size:16px;
	border:none;
    background-color:#70aeea;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#register_form #success_div
{
    font-size: 18px;
    line-height: 26px;
    margin-top: 69px;
    text-align: center;
}

    #register_form #success_div img{margin-bottom:35px;}

#register_form .denotes_span{display:none;}

#register_form #ctrlspan {margin-left:0px !important;}

/* END Register Form */

/* Call Me Back */

#call_me_back_form
{
    background-image:none;
}

/*#call_me_back_form .field
{
	padding: 7px 0px;
}*/

#call_me_back label
{
	margin-bottom: 6px;
	float: left;
    font-size: 14px;
}

#call_me_back h2
{
	display: none;	
}

#call_me_back label.error
{
	color: #70AEEA;
	width:88px;
	margin: 7px 0px 0px 0px;
	float:right;
	font-size: 90%;
}

#call_me_back span.req{float:left;margin-left:5px !important;}

#call_me_back input:not([type=radio]),
#call_me_back textarea, #call_me_back select {
    width: 96%;
    height: 27px;
    padding: 6px 2%;
    margin-bottom: 10px;
    color: #666;
    border: none;
    background-color: #f6f6f6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#call_me_back input[type=submit] {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    margin-top: 18px;
    color: #FFF;
    font-size: 16px;
    border: none;
    background-color: #70aeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* END Call Me Back */

.header_mob{
    display:none;
}

.social_media_home {
    margin-top: 75px;
    float: right;
}

    .social_media_home img {
        width:50px;
    }

.googlePlusHome {
    margin-left: 345px;
}

.contactDetails{
    width:252px;
    margin:auto;
    float:left;
    line-height:20px;
}

.officePhoto {
    float:right;
}