﻿#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body
{
    padding: 10px;
    background: #000;
    width: 600px;
    color: #FFFFFF;
}

#facebox .loading {
  text-align: left;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.appdivkp
{
    font-family:Arial;
    font-size:x-small;
    
}

#facebox.labelSRCH{
    
	text-align: right;
	width: 100%;
	padding-right: 5px;
	margin-left:0px;
}

.lblBCR
{
    font-family:Arial;
}

.menu 
{ 
    padding:4px;
	text-decoration: none;
	color:#FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
					
}
.menu:hover
{
	text-decoration: none;
	color:green;
}

#facebox h1
{
    color: #FFCC66;
    font-size: 1.5em;
    margin-bottom: 5px;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #FFCC66;
    text-align: left;
}

#facebox h2
{
    color: #FFCC66;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#facebox h3
{
    color: #FFF;
    font-size: 1em;
    margin-bottom: 5px;
}
 
 .label-w
{
    float: left;
    width: 10em;
    clear: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

p
{
    margin: 4px;
}

#facebox button
{
    float: left;
    margin-top: 5px;
    margin-left: 8.5em;
}

.xsmall
{
    font-family:Arial;
    font-size:x-small;
    
}

/*********************/
/* FORMS */
/*********************/

#form
{
    padding: 15px;
    font-family: Verdana;
    font-size: 1em;
    color: #FFFFFF;
    margin: 0;
    background-color: #000000;
}

#form .label
{
    float: left;
    width: 10em;
    clear: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

#form .button
{
   
    margin-left: 10.75em;
    background-color: #FFCC66
}

#form .hr
{
    margin: 5px;
    width: 95%;
    border-style: dashed;
    color: #4E2B70;
}

#form h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: #FFCC66;
    text-align: left;
    width: 95%;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #FFCC66;
    margin-top: 0px;
    margin-bottom: 10px;
}

#form h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #FFCC66;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
}

#form h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFFFF;
}

#form .p
{
    margin-bottom: 2px;
}