h1.popup{

}

h2.popup{
margin:0px;
}

label.popup{
font-weight: bold;
}

img.popup-thumbnail{

}

span.popup-subtext{

}

p.popup-teaser{
margin: 0px;
}

textarea.popup
{
width: 300px;
}

input.submit,input.button{

}

input.popup
{
width: 300px;
}




table.popup td{
font-size: 90%;
}

div.popup-dialog-bg{
background-color:#525252;
opacity: 0.65;
filter:alpha(opacity=65);
position:fixed;
top:0px;
left:0px;
z-index:1;
width:100%;
height:100%;
}

div.popup-dialog{
position:absolute;
z-index:2;
width:100%;
left:0px;
top:0px;
padding:70px 0px 20px 0px;
}

table.popup-dialog{ 
/*width:400px;*/
}

a.popup-dialog-closebutton{
float: right;
font-weight: bold;
color: white;
text-decoration:none;

}

td.popup-dialog { 
background-color:#500002;
}

td.popup-dialog-shadow { 
background-color:#382e2e;
opacity: 0.65;
filter:alpha(opacity=65);
}

td.popup-dialog-content { 
color:white;
padding: 3px 10px 10px 5px;
vertical-align:top;
text-align:left;
}

td.popup-dialog-content a{ 
color: #fff;
}

td.popup-dialog-edge { 
width:3px;
font-size:1px;
margin: 0;
padding:3px; /*for the browser width adjustment of the shadow*/
}

tr.popup-dialog-top, tr.popup-dialog-bottom{
height: 3px;
font-size:1px;
}

/**Rounded corner**/

td.popup-dialog-topleft
{
	background: transparent url('img/popup-top.png') no-repeat left bottom;
	height: 8px;
}

td.popup-dialog-topright
{
	background: transparent url('img/popup-top.png') no-repeat right bottom;
	height: 8px;
}

td.popup-dialog-botleft
{
	background: transparent url('img/popup-bottom.png') no-repeat left top;
	height: 8px;
}

td.popup-dialog-botright
{
	background: #3c3232 url('img/popup-bottom.png') no-repeat right top;
	height: 8px;
}


tr.popup-dialog-bot
{

font-size: 1px;
}

td.popup-dialog-shadow-botleft
{
	background: transparent url('img/popup-bot-shw.png') no-repeat left bottom;
	height: 3px;
}

td.popup-dialog-shadow-botright
{
	background: transparent url('img/popup-bot-shw.png') no-repeat right bottom;
	height: 3px;
}

td.popup-dialog-shadow-topright
{
	background: transparent url('img/popup-top-shw.png') no-repeat right top;
}

