﻿
div#CVVPopup 
{
	display:none;
	position:absolute;
	z-index:10000;
	top:0px;
	left:100px;
}

div#CVVPopup .top
{
	width:207px;	
}

div#CVVPopup .bottom
{
	width:207px;	
}

div#CVVPopup .content
{
	padding:10px;
	width:170px;	
}

div#CVVPopup .arrow
{
	background:none;
}

div#CVVPopup.popup .wrapper1 
{
	width:220px;	
}

div#CVVPopup.popup .wrapper2 
{
	width:220px;
}


/* popups */


div.popup 
{
	text-align:left;
	z-index:100;
}

div.popup .top
{
	background:url(../images/taf_top_bg.png) no-repeat;
	height:24px;
	width:386px;
	font-size:1px;
}

div.popup .wrapper1 
{
	background:url(../images/popup_right_bg.png) repeat-y top right;
	width:386px;
	float:left;
}

div.popup .wrapper2 
{
	background:url(../images/popup_left_bg.png) repeat-y top left;
	width:386px;
}

div.popup div.ieright 
{
	display:none;
}

* html div.popup .wrapper1 
{
	background:url(../images/popup_right_bg.gif) repeat-y top right;
	position:relative;
	width:15px;
}


div.popup .maincol {
	position:relative;
	margin:0;
	padding:7px;
}

div.popup .content 
{
	background:url(../images/popup_content_bg.gif) repeat-x #f3ede0;
	float:left;
	margin-left:6px;
	margin-top:-7px;
	width:346px;
	padding:5px;
	margin-bottom:-11px;
	border-left:solid 2px #656565;
	border-right:solid 2px #656565;
	border-top:solid 2px #656565;
	border-bottom:solid 2px #656565;
}

div.popup .content .main 
{
	padding:0 10px 10px 10px;
}

div.popup .top .arrow 
{
	background:url(/images/popup_arrow.png) no-repeat;
	width:26px;
	height:24px;
	position:relative;
	z-index:1000;
}

div.popup .content .hd 
{
	text-align:right;
}


div.popup .left
{ 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:35px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:13px; /* actual value */
	margin:0 0 -13px 0;
	padding-left:13px;
	z-index:100;
}

div.popup .right
{	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:35px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:13px; /* actual value */
	margin:0 0 -10px 0;
	z-index:99;
}

div.popup .bottom
{
	position:relative;
	clear:left;
	background:url(../images/taf_bottom_bg.png) no-repeat;
	height:11px;
	width:386px;
	top:11px;
}

div.popup img.closebutton 
{
	cursor:hand;
	cursor:pointer;
}

* html div.popup .bottom 
{
	height:15px;
}


div.container { display: none }

.container label.error {
	display: inline;
}

input.error 
{
	border:solid 1px #ff0000;
}