/* CSS Document */

/* reset all margins and padding to 0 */

* {
	margin: 0;
	padding: 0;
}

/* universal clear */

.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}

/* --------- */

body {
	background: #fff;
	text-align: center;
}


div#homewrapper, div#innerwrapper {
	width: 927px;
	margin: 0 auto;
}
/* ======= HEADER ELEMENTS ======= */

div#header {
	/*height: 125px;*/
	height: 79px;
	position: relative;
	background: url(_i/bg_header.gif) no-repeat top left;
	margin: 0;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
}
div#tagline {
	position: absolute;
	top: 35px;
	left: 240px;
}
div#tagline h1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 16px;
	line-height:20px;
	color: #e6fcfc;
	font-weight:bold;
}
div#utilitytop {
	position: absolute;
	top: 29px;
	left: 677px;
	width: 240px;
	text-align: left;
}
#utilitytop a:link, #utilitytop a:active, #utilitytop a:hover, #utilitytop a:visited  {
	color:#E7FDFD;
}
div#topnavigation {
	/*position: absolute;
	top: 79px;
	left: 0;*/
	background: url(_i/topnavbott.gif) no-repeat bottom center;
	padding-bottom: 7px;
	line-height: normal;
	margin-bottom: 0;
}
div#homewrapper div#topnavigation {
	margin-bottom: 10px;
}
.adminpagetitle {
	float: left;
	padding: 10px 0 0 20px;
}
.userlogin {
	float: right;
	padding: 10px 20px 0 0;
}
.SearchButton, a.NormalTextBox span.SearchButton, a.NormalTextBox:link span.SearchButton, a.NormalTextBox:visited span.SearchButton, a.NormalTextBox:active span.SearchButton{
	color: #e7fdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.NormalTextBox:hover span.SearchButton{
	color: #e7fdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

/* ============ CONTENT ELEMENTS =========== */


div#content {
	background: url(_i/sep.gif) no-repeat bottom center;
	padding-bottom: 45px;
}

div.pagetitleclass {
	margin: 0px 0 0 5px;
	padding: 0 0 15px 20px;
	background: url(_i/contentTop.gif) no-repeat center bottom;
	text-align: left;
	font-weight:bold;
}
div.pagetitleclass2 {
	margin: 0px 0 0 5px;
	padding: 0 0 15px 20px;
	background: url(_i/contentTop2.gif) no-repeat left bottom;
	text-align: left;
	font-weight:bold;
}
div.admintop {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(_i/contentTop.gif) no-repeat center bottom;
	text-align: left;
}
span.pagetitleclass {
	color: #12477c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* ========= HOME PAGE ========= */

div.flash {
	float: left;
	width: 588px;
	margin-right: 16px;
	margin-bottom: 10px;
}
div.buttonshome {
	float: left;
	width: 323px;
	margin-bottom: 10px;
}
div.content {
	float: left;
	width: 440px;
	margin-lefT:20px;
	margin-right:20px;
}
div.center {
	float: left;
	width: 181px;
	background:url(_i/newsbg.gif) top no-repeat;
	height:155px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	
}
div.right {
	float: right;
	width: 210px;
}
div.right_in {
	float: right;
	width: 210px;
	margin-top:40px;
}
div.right_inAdmin {
	float: left;
	width: 210px;
	margin-top:40px;
}

.content_in {
	background: url(_i/content-bg.gif) no-repeat top left;
	min-height: 348px;
	padding: 15px 25px 25px 25px;
	width: 640px;
}

.content_in .Normal {
	line-height:20px;
	}
.content_in .Normal img {
padding:25px;
border:1px solid #CCCCCC;
background:#f7f7f7;
margin-left:25px;
margin-top:7px;
}
#dnn_ctr419_ContentPane .Normal img {
padding:0px !important;
border:none !important;
background:none !important;
margin-left:0 !important;
margin-top:0 !important;
}

.content_out {
	background: url(_i/contentR.gif) no-repeat top right;
	float: left;
	margin-top:15px;
	width: 690px;
}
.content_out h2 {
margin-bottom:10px;
font-size:14px;
font-weight:bold;
}
.content_outwide {
	background: url(_i/contentR.gif) no-repeat top right;
	float: left;
	margin-top:15px;
	width: 932px;
}
.content_outwide h2 {
margin-bottom:10px;
font-size:14px;
font-weight:bold;
}
.content_outAdmin {
	background: url(_i/contentR.gif) no-repeat bottom right;
	float: right;
	width: 690px;
}

/* ============ FOOTER ELEMENTS =========== */

#footer {
	text-align: center;
	margin: 30px 0;
}
div.address {
	margin-left: 50px;
	float: left;
}
.address .Normal {
font-size:11px;
}
div.bottomright {
	float: right;
	margin-right: 50px;
}

/* =============== TOP MAIN NAVIATION ============= */

.topmainnav {
margin-bottom: 1em;
overflow: hidden;
/*width: 927px;*/
margin-bottom: 0;
margin-left:7px;
}

.topmainnav ul {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.topmainnav ul li {
display: inline;
border-left: 1px solid #ccc;
float: left;
line-height: 1.1em;
list-style-type: none;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
_width:100px;
}

.topmainnav a {
	padding: 14px 5px 0 6px;
	display: block;
	height: 26px !important;
	height: 40px;
}
.topmainnav a:link, .topmainnav a:visited, .topmainnav a:hover, .topmainnav a:active {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 12px;
	color: #245886;
}

/* ============== SUBNAV ON INNER PAGES ============ */

#subnav{background: url(_i/subnavbg.gif) center bottom no-repeat; position:relative;  z-index:1; color:#0c3755; padding: 5px 10px;_margin-top:-16px;_padding:5px;_height:20px;}
#subnav *{color:#0c3755;font-weight:bold;}
#subnav a{color:#0c3755; text-decoration:none;white-space:nowrap;font-family:Trebuchet MS,Geneva,sans-serif;font-size:11px;}
#subnav a:hover{color:#0c3755; text-decoration:underline;}
a.current{font-weight:normal; color:0c3755; text-decoration:underline;}


.dropnav {
	position:absolute;left:5px;top:13px;border:0; display:none; text-align: left; border-top: solid #bfbfbf 6px;
}

#subnav li{height:18px;}

#subnav .thirdNav{
width: 170px;
padding: 0;
margin: 0;
color: #333;
font-size:10px;
z-index:999;
background: #0c3755;
border:0;

}



#subnav .thirdNav ul{

list-style: none;
margin: 0;
padding: 0;
border: none;


}

#subnav .thirdNav div {
background: #0c3755;
border-bottom: 1px solid #8ca6b9;
margin: 0;
padding:6px 10px;
}

#subnav .thirdNav div a,#subnav .thirdNav div a:link,#subnav .thirdNav div a:active,#subnav .thirdNav div a:visited{
display: block;
color: #fff;
text-decoration: none;
float:none;
font-weight:normal;
width:100%;
}

#subnav .thirdNav div a.current,#subnav .thirdNav div a.current:link,#subnav .thirdNav div a.current:active,#subnav .thirdNav div a.current:visited{

color: #000;

}

html>body #subnav .thirdNav div a{ /*Non IE6 width*/
width: auto;
}

#subnav .thirdNav div a:hover,#subnav .thirdNav div:hover{
color: #000;
background: #7594aa;
}

#subnav .thirdNav div.thirdnavimg{margin:0;padding:0;border:0;background: none;}

/* =============  DNN STYLES  ================= */

.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    font-weight: normal;
	color: #2d2d2d;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*color: #333;*/
	text-align: left;
}

p {
	padding-bottom: 10px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.NormalRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    font-weight: normal;
	color: #FF0000;
  
}
.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;
	color: #333;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */

a:link {
	color: #1b6ba3;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #1b6ba3;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #0c334e;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #194d72;
	text-decoration: none;
	font-weight: normal;
}

H2, h2, h2 .Head {
	color: #12477c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
ul {
margin-bottom:15px;
margin-top:5px;
margin-left:25px;
}
UL LI {
    list-style-type:    square ;
	margin:0px 0px 10px 30px;
	padding:0;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
ol {
margin-left:35px;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
table {
border:0px !important;
}
.Normal td {
padding:8px;
vertical-align:top;

}

/*___________________________________________________________________________________________*/

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: underline;
}
a.breadcrumb:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumbC:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #194D72;
	text-decoration: none;
}
a.breadcrumbC:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #194D72;
	text-decoration: none;
}
a.breadcrumbC:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #194D72;
	text-decoration: underline;
}
a.breadcrumbC:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #194D72;
	text-decoration: none;
}



.Copyright, .Copyright a:link, .Copyright a:visited, .Copyright a:active, a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #666;
	text-decoration:none;
	font-weight: normal;
}

.Copyright a:hover, a.Copyright:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #666;
	text-decoration: underline;
	font-weight: normal;
}

.links_bottom, a.links_bottom:link, a.links_bottom:visited, a.links_bottom:active {
   font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
	font-weight: normal;
}
a.links_bottom:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.links_top, .links_top a:link, .links_top a:visited, .links_top a:active {
	color: #fff;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform:uppercase;
}
.links_top a:hover {
	text-decoration:underline;
}
a.links_top:link, a.links_top:visited, a.links_top:active {
	color: #002444;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
	
a.links_top:hover {
	text-decoration:underline;
}
/* (SOLPART) Admin Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 180px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	background: #194d72;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: 0;
	padding: 6px;
	text-align: left;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #7594aa;
	cursor: hand; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: 0;
	padding: 6px;
	text-decoration: none;
	text-align: left;
}
.rootmenuitem {
	background: #eeefef;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	cursor: hand; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
	
}
.rootmenuitemselected {
	background: #d3d4d4;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	cursor: hand; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
}
.rootmenuitembreadcrumb {
	background: #eeefef;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	cursor: hand; 
	color: #B71A21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 0px;
	font-weight: normal;
	display: table-cell;
}
.submenuitembreadcrumb {
	background-color: #7594aa;
	cursor: hand; 
	color: #333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: 0;
	padding: 6px;
	text-decoration: none;
	text-align: left;
}
.submenu {
	z-index: 1000;
	background-color: transparent;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 0;;
	margin-left:0px;
	margin-top:0px;
	width: 125px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}


/* ========== FORM STYLES ============ */

#Certified {
clear:both;
float:left;
/*width:550px;*/
}
#Certified input  {
display:block;
float:left;
margin-bottom:10px;
!width:200px;
width:260px;

}
#Certified select{
display:block;
float:left;
margin-bottom:10px;
!width:204px;
width:260px;
}
#Certified textarea{
display:block;
float:left;
margin-bottom:10px;
width:260px;
!width:201px;
!width:202px;
}
.myinputter {
width:104px !important;
height:37px !important;
margin-left:155px;
margin-top:-10px;
}
#Certified label {
clear:left;
color:#12477C;
display:block;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin:2px 0px 5px;
padding:0pt 10px 0pt 0pt;
text-align:left;
width:150px;
}
#Certified input[type="button"] {
clear:both;
margin-top:15px;
text-align:center;
width:100px;
}
#Certified input[type="checkbox"] {
	width: auto;
	margin-left: 210px;
	margin-right: 5px;
}
#Certified .mystar {
color:#FF0000;
font-size:12px;
font-weight:bold;
}
#Certified .mystarhidden {
color:#FF0000;
display:none;
float:left;
font-size:12px;
font-weight:bold;
}
#Certified p {
clear:both;
color:#6C6C6C;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
#Certified br {
clear:both;
}

#Certified fieldset {
	border: solid 1px #ccc;
	padding: 10px;
}


.unitectable  {
		border-collapse:collapse;
		background:#e5f0fd url(_i/teaser.gif) repeat-x;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
		margin-top:10px;
}
.unitectable  table{
}
.unitectable img {
background:none !important;
border:none !important;
margin-top:3px !important;
padding:0 !important;
}
.unitectable td{
		padding:10px 12px;
		vertical-align:middle;

}
.unitectable th {
		padding:10px 12px;
		vertical-align:middle;
		color:#e0ecf9;
		border-left:1px solid #fff !important;
		border-right:1px solid #fff !important;
		
}
.unitectable .tleft {
		border-left:1px solid #c8c8c8 !important;
		text-align:center;
}
.unitectable .tright {
		border-right:1px solid #c8c8c8 !important;
}
.unitectable .tright2 {
		border-right:1px solid #c8c8c8 !important;
		text-transform:none !important;
}

/* =links
----------------------------------------------- */

.unitectable a {
		text-decoration:none;
		font-weight:bold;
}

.unitectable a:link {

		font-weight:bold;}

.unitectable a:visited {
		font-weight:bold;
		color:#666;
		text-decoration: none;
}

.unitectable a:hover {
		border-bottom: 1px dashed #bbb;
		font-weight:bold;
}

/* =head =foot
----------------------------------------------- */

.unitectable  thead  {
		background:url(_i/table-top.png) repeat-x;
		color:#fff;
		border-left:none !important;
}
.unitectable th  {
		background:transparent url(_i/table-top.png) repeat-x;
		color:#eaf0fb;
		border-left:none !important;
}

.unitectable tfoot td {
		text-align:right;
		background:transparent url(_i/table-bottom.png) repeat-x;
		height:10px;
		padding:0 !important;
}

/* =body
----------------------------------------------- */

.unitectable tbody th, .unitectable tbody td {
		border-bottom: dotted 1px #333;
		text-transform:capitalize !important;

}

.unitectable tbody th {
		white-space: nowrap;
}

.unitectable tbody th a {
		color:#333;
}
.unitectable td {
		text-transform:capitalize !important;
}

.odd {}

.unitectable tbody tr:hover {
		background:#fafafa;
}







.content_wide {
	min-height: 348px;
	padding: 15px 0px 25px 0px;
	width: 927px;
}

.clearimage {
padding:0 !important;
margin:0 !important;
border:none !important;
}
.newsyear h2 {
padding-bottom:7px;
font-size:15px;
font-weight:bold;
margin-left:2px;
}
.newsitem {
border-bottom:1px solid #ccc;
padding-top:12px;
font-size:11px;
margin-left:2px;
}
.newsitem h2 {
margin-bottom:-5px;
color:#333333;
padding-bottom:7px;
font-size:13px;
font-weight:bold;
}
.newsitem  {

}
.newsdetail h2 {
font-size:14px;
}
.newsdetail  {
line-height:20px;
}
#dnn_ctr419_ContentPane img, #dnn_ctr419_DD img edi {
padding:0 !important;
border:none !important;
}
#lxT458{
background:none !important;
}

.newsitem2 {
font-size:11px;
margin-left:2px;
}
.newsitem2 ul {
margin:0;
margin-top:12px;
padding:0;
}
.newsitem2 ul li {
border-bottom:1px solid #ccc;
padding-bottom:10px;
margin-lefT:0;
padding-lefT:0;
list-style-type:none !important;
}
.newsitem2 ul li:last-child {
border-bottom:none !important;
padding-bottom:10px;
}
.newsitem h2 {
margin-bottom:-5px;
color:#333333;
padding-bottom:7px;
font-size:13px;
font-weight:bold;
}
.newsitem  {

}
a.boldlink:link, a.boldlink:active, a.boldlink:hover, a.boldlink:visited {
font-weight:bold;
}
.small-news {
padding-left:12px;
padding-top:6px;
padding-right:8px;

}
.small-news h3 {
font-size:11px;
}
.tabs ul {
list-style-type:none;
margin:0;
padding:0;
}
#products-triggers {
margin-left:25px;
width:242px;
background:#003399;
height:29px;
}
#products-triggers ul {
margin:0 !important;
padding:0 !important;
}
#products-triggers li{
list-style-type:none !important;
float:left;
background:#003399;
color:#fff;
width:79px;
height:25px;
margin:0;
padding-top:4px;
padding-left:1px;
text-align:center;
margin-bottom:20px;
}
#products-triggers a:link {
color:#fff;
font-size:10px;
}
.product-slide {
display:none;
}
.product-slide img {
border:1px solid #CCCCCC;
}
#products-tabs {
float:right;
width:242px;
margin-right:25px;

}
#products-content {
float:left;
width:360px;
}
#products {
width:640px;
}
.salesmanagertext {
padding:14px;
font-size:11px;
}
.salesmanagertext img {
margin-bottom:10px;
}
.unitec-bc {
margin-top:-10px;
margin-bottom:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
}
