@charset "utf-8";
/* CSS Document */

div .vidpopup_login {
	width:410px;
	background-color:#fff;
	position:absolute;
	color: #464646;
	padding:6px 6px 16px 6px;
	font-family:arial;
 }
 
 .vidclose_login{
	height:16px;
	float:left;
	padding:0px 0px 0px 394px;
	
}
.vidclose_login a{
	float:right;
    cursor: pointer;
}

.messages_login{
	float:left;
	font-size:12px;
	padding:0px 0px 0px 92px;
}

.vidpopcont_login{
	padding:10px 25px 0px 15px;
	float:left;
	width:370px;
	height:172px;
}

.vidpopcont_login_banner{
	float:left;
	width:48px;
	height:172px;
	background-image:url(../images/login_green.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

.vidpopcont_login_form{
	width:274px;
	height:158px;
	padding:3px 21px 0px 27px;
	float:left;
	background-color:#cdef87;
}

.vidpopcont_login_form form input{
	width:267px;
	height:23px;
	margin-top:12px;
	border: solid 1px #bdc7a9;
	padding:4px 0px 0px 5px;
	float:left;
}
.vidpopcont_login_form form .submit{
	background-image:url(../images/submit_login.gif);
	background-repeat:no-repeat;
	height:14px; 
	border:none; width:63px; 
	margin:10px 0px 0px 0px;
	float:right;
	cursor:pointer;
}

.popup_link{
	cursor:pointer;
}
#popup_overlay {

  background: #000000;
  position:absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height:500px;

}


/******************************************/
