﻿/* MODAL POPUP */
div.popup_content {
 /* background-color:#C0B898; -cacky
  background-color  :#D99694; -pink
  background: #9698F6 url('/Content/images/popupbg.png') 0 0 repeat;   - blue with background
  color: #141414;*/
  background-color: #BFBFBF;
  border: 10px solid #000;
  color: #646464;
  position: fixed;
  width: 540px;
  z-index: 101;
  left: 50%;
  top: 120px;
  padding: 10px;
  margin-left:-300px;
  filter:alpha(opacity=100); /* IE's opacity*/
  opacity: 1;
  display: none;
}


div.popup_form 
{
	padding:5px;
}

a { text-decoration: none; font-weight: bold; color:#808040}
a:active { text-decoration: none; font-weight: bold; color:#808040}
a:visited { text-decoration: none; font-weight: bold; color:#808040}
a:hover { text-decoration: none; font-weight: bold; color:#8B0016}

fieldset
{
	padding: 20px;
}

div.popup_background {
  background-color: #101010;
  left: 0px;
  filter:alpha(opacity=50); /* IE's opacity*/
  opacity: 0.5;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  display: none;
}

.PopupLabel
{
position:Relative;
line-height:30px;
font-size:1em;
font-weight:bold;
color: #3D3527; 
}

.PopupField
{
position:Absolute;
left:11em;
line-height:30px;
color: #3D3527; 
}

