.userPanel
{
	position: absolute; right: 5px;
	top: 5px;
}


form
{
	margin: 0px; padding: 0px;
}

.WebPageImgTitle
{
	margin-top: 10px; margin-bottom: 10px;
}

.WebPageBoxTitle
{
	font-size: 100%; padding-bottom: 5px;
	margin-bottom: 10px; 
}

#cipLoginPanel
{
	display: block;
}

.cipLoginContainer
{
	overflow: hidden; margin: 0px; padding: 0px;
}

.cipLoginContainer1
{
	margin: 0px; padding: 0px;
}

.cipLoginContainer2
{
	overflow: hidden; margin: 0px; padding: 0px 20px 0px 20px;
}

a:link.cipLink		{ color: #000000; text-decoration: underline; }
a:visited.cipLink	{ color: #000000; text-decoration: underline; }
a:hover.cipLink		{ color: #000000; text-decoration: none; }


a:link.cipEdit		{ color: #000000; }
a:visited.cipEdit	{ color: #000000; }
a:hover.cipEdit		{ color: #000000; }

.cipLoginTitle
{
	color: #000000; font-weight: bold;
	width: 380px; padding: 0px 0px 10px 0px;
}

.cipLoginPanel
{
	margin-bottom: 5px;
	width: 370px;
}

.cipLoginFormRow
{
	height: 35px; color: #000000; width: 371px;
}

.forgotPassword
{
	height: 65px; color: #000000; width: 371px;
}

.cipFormLabel
{
	width: 95px; float: left; padding-top: 7px; margin-bottom: 5px;
}

.cipFormInputHolder
{
	float:left;
}

.cipFormInput
{
	border: solid 1px #000000; width: 241px;
}

.cip-informationpanel-container
{
    background-color: #FAF2CF;
    border: solid 1px #EBD581;
    padding: 10px;
    margin-bottom: 5px;
}

.cip-informationpanel-container span 
{
	font-weight: bold;
}

.cipUserPanel
{
	/*position: absolute; left: 0px;
	top: -55px; color: #FFFFFF;*/
}

.cipUserLoggedIn
{
	color: #FFFFFF;
}

.cipUserName
{
	margin-left: 15px; 	text-transform: capitalize;
	font-family: Arial, Verdana, Sans-Serif; font-size: 8pt;
	letter-spacing: normal; margin-bottom: 3px;
}

.cipNavBarItem
{
	font-size: 100%;
}

a:link.cipNavBarItem		{ color: #000000; }
a:visited.cipNavBarItem		{ color: #000000; }
a:hover.cipNavBarItem		{ color: #000000; }

a:link.registeredForCipLink			{ color: #000000; }
a:visited.registeredForCipLink		{ color: #000000; }
a:hover.registeredForCipLink		{ color: #000000; }

#forgottenPassword
{
	display: none;
}

.registeredForCip
{
	margin-left: 20px;
	color: #FFFFFF; margin-top: 10px;
}

.cipRegisterRow
{
	height: 45px;
}

.cipRegisterTextRow
{
	margin-top: 10px; margin-bottom: 10px;
}

.cipRegisterLeft
{
	float: left; width: 130px;
	margin-right: 50px;
}

.cipRegisterLeftEmail
{
	margin-left: 170px;
	float: left;
}


.cipMaxMin
{
	float: left; margin-right: 20px;
}

.cipRegisterRight
{
	float: right;
}

.cipRegisterHalfInput
{
	width: 147px;
}

.cipRegisterFullInput
{
	width: 318px;
}

.cipPound
{
	margin-left: 0px;
}

.cipSelect
{
	margin-top: 5px;
	background-color: #FFFFFF; color: #000000;
}

.cipCheckboxHolder
{
	width:125px; margin-right: 10px; float: left;  margin-top: 5px;
}

.cipCheckbox
{
	margin: 0px 0px 0px 5px; padding: 0px;
}

.cipCheckBoxRow
{
	height: 40px;
}

.cipTextArea
{
	border: solid 1px #000000; margin-top: 5px;
	width: 332px; height: 80px; margin-bottom: 10px;
}

.cipRegisterButtons
{

	
	margin: 50px 0px 10px 0px;
}

.cipPostAlertTitle
{
	background-color:#0f3126;
	padding-left:25px;
	padding-top:2px;
	height:18px;
	font-size:110%;
	font-weight:bold;
	color:#FFFFFF;
}

.cipPostAlertBox {
	background-color:#ebebeb;
	padding:10px 25px 10px 25px;
	font-size:110%;
	color:#000000;
	height:1%;
}

.cipPropertySearchRegisterTitle 
{
	color:#FF0000;text-align:center; font-size:150%;font-weight:bold;
}

/*  CIP PANEL */

.cipPanel
{
	z-index: 100000;
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	background-image: none;
	overflow-y: auto;
	overflow-x: hidden;
	/*margin-left:10px;
	margin-right:10px;*/
}

#cipPanel h1
{
	font-size: 120%; font-weight: bold;
	color: #000000;
}

#cipPanel h2
{
	font-size: 110%; font-weight: bold;
	color: #000000; margin-bottom: 5px;
}

.cipDescription
{
	color: #000000; padding-top: 10px; margin-bottom: 10px;
	margin-top: -20px;
}

.cipFormRow
{
	color: #000000; font-weight: bold; height: 50px; width: 100%;
}

.cipFormRowSmall
{
	color: #000000; height: 25px; margin-top: 10px;
}

.cipFormCellLeft
{
	float: left; margin-right: 10px;
}

.cipFormCellRight
{
	float: left;
}

.cipFormDropDown
{
	color: #000000; font-size: 100%; width: 75px; border: solid 1px #000000; margin-top: 5px;
}

.cipFormName
{
	color: #000000; font-size: 100%; width: 125px; border: solid 1px #000000; margin-top: 5px;
}

.cipFormInput
{
	color: #000000; font-size: 100%; width: 210px; border: solid 1px #000000; margin-top: 5px;
}

.cipRequirements
{
	padding: 5px; background-color: #FFFFFF; color: #000000; border: dashed 1px #000000;
}

.cipRequirementsRow
{
	min-height: 29px; margin-top: 0px; padding-top: 0px;
}

.cipRequirement
{
	margin-right: 10px; float: left;
}

.cipButtonRow
{
	height: 23px; margin-top: 5px; margin-bottom: 10px;
}

.cipButtonLeft
{
	float: left;
}

.cipButtonRight
{
	float: right;
}

.cipPrivacy
{
	float: left; width: 450px; color: #000000;
}

.cipLogo
{
	float: right;
}

.SalesHomeDisplayOption
{
	padding: 5px 0px 10px 0px;
}

*html .emailAlert
{
	position: absolute;
	display:none;
	width: 225px; 
	height: 72px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/controls/cip/images/emailAlert.png');		
	padding: 13px 20px 20px 36px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;	
	z-index: 9999;
	top:-10px;
	left:100px;
}

html>body .emailAlert
{
	position: absolute;
	display:none;
	width: 225px; 
	height: 78px; 
	background-image:url('/controls/cip/images/emailAlert.png');	
	background-repeat: no-repeat; 
	padding: 13px 20px 20px 36px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	z-index: 9999;
	top:-10px;
	left:100px;
}

.WebPageContainer
{
	padding-top: 20px;
}

.cipFormRow
{
	width: 100%;
	height: 37px;
}

.cipFormLeft
{
	float: left; margin-top: 8px;
	width: 180px; font-weight: normal;
}

.cipFormRight
{
	float: left;  font-weight: normal;
}
