@charset "utf-8";
* {
padding:0;
margin:0;
line-height:20px;
font-family:Tahoma, Verdana;
}
body {
background:url(images/bg.gif) repeat;
}

#all {
position:relative;
top:0;
margin:0 auto;
width:800px;
padding:50px;
}


#empty {
position:absolute;
background:url(images/empty.jpg) no-repeat center;
bottom:5px;
left:5px;
width:302px;
height:449px;
}

#header_txt {
position:absolute;
direction:rtl;
background:url(images/heart_gold.png) no-repeat top right;
top:5px;
right:5px;
height:20px;
width:250px;
font-size:11px;
font-family:Tahoma, Verdana;
padding:35px;
color:#f23f65;
font-weight:bold;
}
#header_txt h1 {
font-size:18px;
color:#FFF;
}

#main_content {
margin:0 auto;
margin-top:100px;
width:400px;
height:500px;

}

a {
color:#000;
font-weight:bold;
}

a:hover {
text-decoration:none;
border-bottom:1px dashed;
color:#FFFFFF;
}

input , textarea , button ,select{
padding:2px;
background:#000;
border:1px dashed #FFF;
color:#FFFFFF;
font-size:11px;
}
textarea {overflow:auto; }


input:focus , textarea:focus , button:focus ,select:focus , .focused {
background:#FFF;
border:1px dashed #000;
color:#000;
}

.boxContent {
margin-top:10px;
display:none;
background:url(images/bgcontent.jpg) repeat;
border:2px solid #000;
padding:5px;
color:#FFFFFF;
/*filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
color:#000000;*/
}

.loading {
background:url(images/loadingbox.gif) no-repeat center;
width:150px;
height:20px;
}

.RedText {
color:#FF0000;
background:#FFFFFF;
font-weight:bold;
}

#footer {
margin-top:30px;

padding:5px;
color:#FFF;
font-size:9px;
text-align:center;
width:100%;
}

h2 {font-size:16px; font-weight:bold; }
