﻿/* -----------------------------------*/
/* ------->>> MODAL POPUP  <<<--------*/
/* -----------------------------------*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popUpParent
{ 
	width: 1047px;
	text-align:left;
	border: 1px #000 solid;
	background-color:white;
}
.dripSignUpPanel{
	background-color:white;
	width:1047px;

}
.registerLoginPanel{
	background-color:white;
	width:1047px;

}
div.popUpHeaderCancel
{  
	float:right;
	padding-right:25px;
	margin-right: -20px; 
	background-image:none;     
}
div.popUpHeader
{
	height:62px;
  	background-image: url('/Style%20Library/Polaris/ORV/2011/modalPopUp/header.jpg');
  	background-repeat: no-repeat;
  	MARGIN-LEFT: 0px;	
  	MARGIN-RIGHT: 0px;
}

.popUpContentWrapper{
	background-color:white;
	width: 1047px;
	BACKGROUND-IMAGE: none;
	MARGIN-LEFT:0px;
	}
.popUpContentRight{
	float:right;
	width:416px;
	
}
.popUpContentRight img {
	margin-top:30px;
}
.popUpContentLeft{
	float:left;
	width:631px;
	padding-top:1px;
}
.dripTable{
	width:550px;
	height: 320px;
	margin-left:50px;
	vertical-align:bottom;
}
.formWrapper
{
	
}
.formWrapper P {
	font-size:12px;
	line-height:16px;
}

.cancelButton{
	margin-top:10px;
}
.btnDripSignUpCancelBottom{
	float:right;
	margin:15px 17px 15px 0px;
}
div.validationSummary
{
	margin: 10px 15px 0px 15px;
	
}
div.leftUserSignOn a:link {
	text-decoration:underline;
}
div.btnSignOn{
	float:left;	
	margin-top: 55px;
}
.btnUserSignOnResgister{
	margin-top:5px;
}
.borderUpperLeft{
	width:9px;
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_upper_left.gif');
	background-repeat:no-repeat;
}
.borderUpperRight{
	width:9px;
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_upper_right.gif');
	background-repeat:no-repeat;

}
.borderHorizontal{
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_horizontal.gif');
	background-repeat: repeat-x;	
}
.borderHorizontalBottom{
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_bottom_horizontal.gif');
	background-repeat: repeat-x;	
}
.borderVerticle{
	width:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_verticle.gif');
	background-repeat:repeat-y;
}
.borderVerticleRight{
	width:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_right_verticle.gif');
	background-repeat:repeat-y;
}

.borderLowerLeft{
	width:9px;
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_lower_left.gif');
	background-repeat:no-repeat;

}
.borderLowerRight{
	width:9px;
	height:9px;
	background-image:url('/Style%20Library/Polaris/ORV/2010/modalPopUp/border_lower_right.gif');
	background-repeat:no-repeat;
}
.dripSignUpBtnDiv{
	float: right; width: 100px; vertical-align:bottom; margin-right: -35px;
}

/*Used in UserSignOn*/
div.leftUserSignOn
{
	width: 350px; 
	height: 330px;
	font-size:12px; 
}
/*Used in UserSignOn*/
div.rightUserSignOn
{
	width: 550px; 
	height: 330px; 
	font-size:12px;
}



.loginTable{
	float:left;
	margin: 30px 0px 30px 30px;
}
.registerTable{
	float:right;
	margin-right:30px;
	margin: 30px 30px 30px 0px;
}

