.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.border1 {

    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #0000CC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.upper-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FF6600;
	text-decoration: none;
}
.contact-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.inpass {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #0000cc;
	text-decoration: none;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.text14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.text13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#CC6600;
	text-decoration: none;
}
.complan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF2222;
	text-decoration: none;
}
.terms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	/*color: 0066CC;*/
	text-decoration: none;
}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: CC6634;
	border-right-color: CC6634;
	border-bottom-color: CC6634;
	border-left-color: CC6634;
}
.user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #83572C;
	text-decoration: none;
}

.bold-whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.protect {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.style4 {
	font-size: 50px;
	color: #FFFFFF;
}

.style3 {
	font-size: 22px;
	color: #FFFFFF;
}

#success 
{
	border:1px solid green;
	background: #66CC66 none repeat scroll 0%;
	font:Arial, Helvetica, sans-serif 12px bold;	
	color:black;
}


#error 
{
	background: #FFC4C4 none repeat scroll 0%;
	font: Arial, Helvetica, sans-serif 12px bold;
	border:1px solid red;
	color:black;
}

#error, #success 
{
	clear:both;
	cursor:pointer;
	margin:10px 0pt;
	padding:5px 10px;
	text-align:center;
	font:Arial, Helvetica, sans-serif 12px bold;
}

.table_head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#CC6600;
}

table.information p, table.information ol li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

table.information
{
	padding: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}

table.information H3
{
	font-weight:bold;
	font-size:16px;
	text-shadow:#999999;
	
}

table.information H2
{
	font-weight:bold;
	font-size:20px;
	text-shadow:#999999;
	padding: 10px;
	
}


.panel-container {
background-color:transparent;
overflow:visible;
position:absolute;
visibility:hidden;
width:auto;
z-index:6;
}
.panel-container.matte {
background-color:#FFFFFF;
padding:3px;
}
.panel-container.matte .underlay {
display:none;
}
.panel-container.shadow {
background-color:transparent;
padding:0px;
}
.panel-container.shadow .underlay {
background-color:#CCCCCC;
height:100%;
left:4px;
opacity:0.7;
position:absolute;
top:4px;
visibility:inherit;
width:100%;
z-index:0;
}
.panel {
background-color:#FFFFFF;
border:1px solid #000000;
font-family:Arial;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
left:0px;
line-height:normal;
overflow:hidden;
position:relative;
top:0px;
visibility:hidden;
z-index:1;
}


.panel .hd, .panel .header {
color:#FF6600;
font-size:20px;
font-weight:bold;
}
.panel .hd {
background-color:#FFFFFF;
background-image:url(/images/40px-gradient.png);
background-repeat:repeat-x;
height:27px;
margin-bottom:5px;
overflow:hidden;
padding:8px 5px 5px 20px;
}
.panel .lockicon {
background:transparent url(/images/secure-server-lock-icon.gif) no-repeat scroll 0%;
height:21px;
width:14px;
}
.panel .bd {
overflow:hidden;
padding-left:20px;
padding-right:20px;
}
.panel .bd p {
margin:0px;
}
.panel .close {
background-repeat:no-repeat;
cursor:pointer;
height:16px;
margin:0px;
padding:0px;
position:absolute;
right:4px;
top:5px;
visibility:inherit;
width:16px;
z-index:6;
}
.panel .close.nonsecure {
background-image:url(/images/close-x.gif);
}
.panel .close.secure {
background-image:url(/images/close-x.gif);
}
.panel .ft {
overflow:hidden;
padding:4px 4px 4px 20px;
text-align:left;
}
