body
{
 margin: 0;
 padding: 0;
 color: #444444;
 font-family: arial;
 font-weight: normal;
 font-size: 14px;
}

a
{
 color: #CC0099;
 font-family: arial;
 font-weight: normal;
 font-size: 14px;
 text-decoration: none;
}

a:hover
{
 text-decoration: underline;
}

#popup_content
{
 margin: 0px 20px 30px 20px;
 text-align: left;
}

#title
{
 width: 100%;
 height: 49px;
 display: table;
 background: transparent url(../images/title_middle.png) repeat-x top left;
}

#title_left
{
 position: relative;
 display: block;
 float: left;
 width: 89px;
 height: 49px;
 background: transparent url(../images/title_left.png) no-repeat top left;
}

#title_middle
{
 position: relative;
 display: block;
 float: left;
 width: auto;
 height: 49px;
 background: transparent;
 padding: 20px 10px;
 color: #000000;
 font-family: arial;
 font-weight: bold;
 font-size: 16px;
}

#title_right
{
 position: relative;
 display: block;
 float: right;
 width: 19px;
 height: 49px;
 background: transparent url(../images/title_right.png) no-repeat top left;
}
