/*POPUP*/
.popup
{
	bottom:160px;
	//bottom:180px;
	/*	115 for secondary */
	left:51%;
	position:absolute;
	width:292px;
	z-index:200;
	font-weight:normal;
	margin-bottom:0;
	padding:0;
	cursor: default;
}
.popup p
{
	margin: 0;
}
.popuptop
{
  height: 13px;
  font-size: 1px;
  background: url('../images/popup-top.png') 0 0 no-repeat;
  -background:none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/popup-top.png', sizingMethod='scale');
}
.popupbottom
{
  height: 17px;
  background: url('../images/popup-bottom.png') 0 0 no-repeat;
  -background:none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/popup-bottom.png', sizingMethod='scale');
}
.popupcont
{
  font-family: 'Arial','Tahoma','Verdana';
  font-size: 14px;
  color: #6d6e70;
  padding: 0 15px 0 10px;
  background: url('../images/popup-bg.png') 0 0 no-repeat;
  text-align:left;
  position: relative;
  z-index: 1;
  //position: relative;
  -position:static;
  -height:10px;
  -background:none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/popup-bg.png', sizingMethod='scale');
}
.popupcont div
{
  position: relative;
}
.popupclose
{
  float:right;
  margin: 0 0 0 10px;
  position: relative;
  height: 14px;
}
.popupclose p
{
  width: 14px;
  height: 14px;
}
.popuptext
{
  text-align:left;
  font-size:14px;
  margin: 0;
  //position:relative
}
.popuptext a
{
  color: #0074BE;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.popuptext a:hover
{
  text-decoration: underline;
  color: #8DC540;
}
.popuptext p
{
  font-size: 14px;
}
.popuptitle
{
  width: 70px;
  float:left;
  text-align:right;
  font-family: 'Arial','Tahoma','Verdana';
  font-size: 12px;
  line-height: 21px;
  padding: 5px 0 0;
  font-weight: bold;
}

.popupcaptcha
{
  float:left;
  width:250px;
  /*width: 300px;
  height: 57px;*/
  /*float:left;*/
  /*text-align:right;*/
  font-size: 12px;
  line-height: 21px;
  padding: 5px 0 0;
}
#recaptcha_widget
{
  width: 250px;
}
#recaptcha_image{width:250px;}
#recaptcha_image img {width:250px;}

.popupinp
{
	/*float:left;
	line-height: 21px;
	padding: 5px 5px 0;*/
	background:transparent url(../images/popup-inp.gif) no-repeat scroll 0 0;
	float:left;
	height:21px;
	line-height:21px;
	padding:3px 1px 0;
	width:183px;
	margin:5px 3px 0;
}

.popupinp input {
  border:medium none;
  color:#6D6E70;
  font-size:12px;
  position:relative;
  width:170px;
  margin:0 3px;
  padding:0;
  background: #fff;
  //height: 15px;
}
.popuplast
{
  float:left;
  text-align:right;
  font-family: 'Arial','Tahoma','Verdana';
  font-size: 12px;
  padding: 10px 0 0;
}
.popuplastinp
{
  float:right;
  line-height: 25px;
  padding: 5px 0 0;
}
.popuplastinp input
{
  width: 66px;
  height: 23px;
  background: url('../images/popup-submit.gif') 0 0 no-repeat;
  border: none;
  margin: 0 20px 0 0;
  cursor:pointer;
}
.popupbg
{
	bottom: 275px;
	height: 350px;
	margin: -350px 0 0;
	width: 275px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

#pop_error
{
  float:none;
  padding: 0 0 0 1px;
  text-align:left;
}
#pop_close
{
  cursor:pointer;
}
/*POPUP*/
