/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff;
}
a
{
    color:#00f;
}
a img
{
    border: none;
}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.4;
    display: none;
    z-index: 1;
    width: 100%;
    height: 1270px;
}
/* POPUP WINDOW */
#popupWindow
{
    /*position: fixed;*/
	
	top:100px;
	left:400px;
/*	margin-left:400px;
	margin-top:400px;*/
	width: 383px;
    height: 210px;
    padding: 0px;
    z-index: 2;
    display: none;
    /*background-color: #bbd5fd;*/
	background-image:url(images/bg-line.jpg);
	background-repeat:repeat-x;
	/*border: 1px solid #fff;*/
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	position:absolute;
	
}
#popupWindowlogin
{
    /*position: fixed;*/
	
	top:100px;
	left:400px;
/*	margin-left:400px;
	margin-top:400px;*/
	width: 383px;
    height: 200px;
    padding: 0px;
    z-index: 2;
    display: none;
    /*background-color: #bbd5fd;*/
	background-image:url(images/bg-line.jpg);
	background-repeat:repeat-x;
	/*border: 1px solid #fff;*/
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	position:absolute;
	
}
#topLeft
{
    width:357px;
    float:left;
}
#topRight
{
    width:23px;
    float:left;
}
#popupBody
{
    width:380px;
    margin: 30px 0 0 0;
}