.debug
{
	border: solid 1px red;

}

.debug_blue
{
	border: solid 1px blue;
}

.resp-message
{
	margin: 8px 8px 0px 8px;
	color: black;
	border: solid 1px #dd3c10;
	background-color: #ffebe8;
	font: normal normal bold 1em Arial;	
	text-align:center;
	height: 26px;
	line-height:24px;
	
}

.gcontent
        {
        	margin:auto;
        	width: 600px;        	
        	
        	min-width: 600px;
        	min-height: 50px;
        	
        	text-align: left;
        	margin-top:20px;
        }
        
 .grid_rightalign
 {
 	text-align:right;
 }
 
 .align_bottom1
 {
 	margin-top:4px;
 	
 }
 
 .lf_blue
 {
 	color: #00567c;
 }
 
 .page_title
 {
 	font: normal normal bold 1.4em arial;
 }
 
 .caption_bold
 {
 	font: normal normal bold 1em arial;
 }
 
 .page_subtitle
 {
 	color: #959595;
 	font: normal normal bold 13px arial;
 }
 
 div.hder
 {
 	padding: 0px 18px 0px 12px;
 	line-height: 34px;
 }
 
        
 div.container_hd
 {
 	background: white url(../images/top.gif) no-repeat 0 0;
 	height: 20px;
 	min-height: 20px;
 }
 
 div.container_signup
 {
 	height: 180px;
 	min-height: 180px;
 	margin: 8px 0px 8px 0px;
 	
 }
 
 div.logo
 {	
 	height: 26px;
 	min-height:26px; 	
 	background: white url(../../myfeeds/images/v3images/skins/general/lflogo.gif) no-repeat 0 0;
 }
 
 
  div.container_bd
 {
 	background: white url(../images/bd_repeater.gif) repeat-y 0 0;
 	padding: 10px 36px 10px 36px;
 	
 }
 
 div.container_ft
 {
 	background: white url(../images/bottom.gif) no-repeat 0 0;
 	height: 20px;
 	min-height: 20px;
 	
 }
 
 hr.thin_gray
 {
 	height:0.01em;	
 	border:none;
 	border-top: solid 1px #c2c2c2;
 	padding:0px;
 	margin:3px 0px 3px 0px;
 }
 
 dl {
  font:normal 12px/15px Arial;
  width: 324px;
  background-color: #f7f7f7;
  padding-left: 10px;
  height: 160px;
  padding-top: 20px;
  
}


dt {
  clear: both;
  float:left;
  width: 110px;
  padding: 4px 0 2px 0;
  text-align: right;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  position:relative;
}

input.inputtext
{
	width: 180px;
}

input.inputsubmit
{
	padding-top: 6px;
	padding-right: 14px;
}

.hint {
  display:none;
  position: absolute;
  right: -200px;
  width: 160px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(../images/pointer.gif) -100px -100px no-repeat;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

a.title_lnk
{
	color:Black;
	text-decoration:none;
}

a.title_lnk:hover,
a.bluelnk:hover
{
	text-decoration:underline;
}

table.inner_table_full
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	background-image: url(../../myfeeds/images/v3images/skins/itempanel/cbk_footinfo.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #f2f2f2;
		
}


td
{
	border:0px;
}

td.corpinfo
{
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	height:25px;
	padding-top:14px;
}


a.bluelnk
{
	color: #00567c;
	text-decoration:none;
}


