/*
    MARGIN: top right bottom left;
    PADDING: top right bottom left;
*/
.highlight
{
    background-color:yellow;
}

.dashborder
{
    BORDER: black 1px dashed;
    PADDING: 10px;
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: #DDE3E9;
    TEXT-ALIGN: center;
}

.dropcap {
    float: left;
    font: normal 40pt/0.8em Georgia, Helvetica, Verdana, Arial, sans-serif;
    color: #668099;
    margin-right: 8px;
    padding:3px;
    border:6px double gray;
    BACKGROUND-COLOR: #AFBDCA;
}

.quotebox
{
    clear: both;
    width:50%;
    BORDER: black 1px dashed;
    padding-top:15px;
    background-color:  #DDE3E9;
    margin: 0px auto 15px auto;
}
blockquote.withquote 
{
    background:url(quote.gif) no-repeat;
    background-position:top left;
    text-align: justify;
    padding-left: 20px;
} 

div.withunquote 
{
    background: url(unquote.gif) no-repeat;
    background-position:bottom right;
    font-style:italic; 
    padding-right: 5px;
}
.tenborder
{
    padding:15px;
}

.inline
{
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid black;
    padding: 10px;
}
.errormsg
{
    border:solid 1px #993333; 
    background :#F594A7;
    color:#000;
    font-weight:bold;
    padding:4px;
    text-align:center;
    width:260px;
}
.okmsg
{
    border:solid 1px #649664;
    background:#BFD4BF;
    color:#456845;
    font-weight:bold;
    padding:4px;
    text-align:center;
    width:260px;
    margin: 5px;
}

/* form.css */



form div fieldset {
  clear: none;
  border-top: solid 1px #666666;
  padding: 0  10px 0 10px;
  font-size: 115%;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}


TH
{
	background-color: #AFBDCA;
	border: solid 1px #666666;
	color:#000;
}
LI
{
	padding:0;
	margin:0;
}
