 body {
    font-family: "verdana";
    font-size: 14px;
    
}

.subtitle{
font-size: 10px;
}

#form1 label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #EA5200;
}

#form1 label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}

.formcolumn {
    float: left;
    width: 49%;
}
.result1 {
    float: left;
    width: 400px;  
    text-align: left;
    
}


  
 .fieldset1 { border:1px solid red }

#formcolumn2{
    width: 100%;
    
}

.result2 {
    float: left;
    width: 700px;  
    text-align: center;
    
}

#form1 .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#form1 .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}



#allbody{
    min-width:1250px;
    margin-left: 0 ;

    
}

#table2 
{
        text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
        width: 350px;
	text-align: left;

	border: 1px solid #000000;
}




#newspaper-a
{
        text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #9A0000;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #9A0000;
	border-bottom: 1px dashed #9A0000;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}



#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/table-images/gradhover.png') repeat-x;
	color: #9A0000;
}