/* *** *** *** *** *** GENERAL *** *** *** *** *** *** *** *** */
body {
	margin : 0px;
	padding : 0px;	
	background : #fff;
	font : 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #333;
	text-align : center;
}

div.main_body {
	margin : 0px;
	padding : 20px 20px 5px 20px;
	background : #fff;
	font : 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #333333;
	width : 900px;
	margin : 0px auto;	
}

table, tr, td {
	text-align : left;
	padding : 0px;
	margin : 0px;
}
td.center {
	text-align : center;
}
td.center img{
	display : inline;
	vertical-align : bottom;
}
td.left {
	text-align : left;
}
td.left img{
	display : inline;
	vertical-align : bottom;
	padding-bottom:5px;
}
td.right {
	text-align : right;
}
td.right img{
	display : inline;
	vertical-align : bottom;
}




a.menu_left
{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}



a.menu_left:hover
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


a.product_text
{
	color : #929EA4;
	font-weight:bold;
}





a {
	color : #333333;
}


a:hover {
	color : #F99D1C;
}



/*
a.index {
	color : #333333;
}
*/

/*
a.index:hover {
	color : #F99D1C;
}
*/





/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/* ** ** ** ** ** ** ** ** ** ** ** ** ** IMAGES ** ** ** ** ** ** ** ** ** ** ** ** ** */

img {
	border : none;
	display : block;
}

img.img_left {
	border : none;
	margin : 2px 0px 5px 10px;
	float : right;
}

img.img_right {
	border : none;
	margin : 2px 10px 5px 0px;
	float : left;
}
img.prodImg 
{
	padding:3px 5px 3px 5px;
	float:left;
	
}
img.prodImgR {
	/*margin: 0px 0px 6px 15px;*/
	/*border: 1px solid #ABBDC5;*/
}

img.partnerImg {
	margin: 0px 0px 0px 0px;
	border: 1px solid #F99D1C;
}


a img.prodImgR {
	margin: 0px 0px 15px 15px;
	border: 1px solid #ABBDC5;
}
a:hover img.prodImgR {
	margin: 0px 0px 15px 15px;
	border: 1px solid #F99D1C;
}


/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/* ** ** ** ** ** ** ** ** ** ** ** ** ** IMAGES ** ** ** ** ** ** ** ** ** ** ** ** ** */




.textarea_url {
	width : 450px;	
	border:	#8AA0A9 1px solid;
}

h1 {
	margin : 0px 0px 5px 0px;
	/* padding : 0px; */
	padding:0px 0px 0px 0px;
	font : bold 19px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #929EA4;
	text-transform : uppercase;
}


h1.sub {
	margin : 0px 0px 0px 0px;
	/* padding : 0px; */
	padding:5px 0px 5px 0px;
	font : bold 19px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #929EA4;
	text-transform : uppercase;
}


h2 {
	margin : 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #F99D1C;
	text-transform : uppercase;
}



h2 a{
	text-decoration : none;
	color : #5C6B73;
}

h3 {
	margin : 0px 0px 5px 0px;
	/* padding : 0px; */
	font : bold 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
	/* color : #929EA4; */
	color:#70737C;
	text-transform:uppercase;
	
}
h3 a{
	/* margin : 0px 0px 5px 0px; */
	padding:0px 0px 0px 5px;
	font : bold 13px Verdana, Geneva, Helvetica, Arial, sans-serif;
	/* color : #929EA4; */
	color:#4B697B;
	text-transform:uppercase;
	text-decoration:none;
}


td {
	font : 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #333333;
}

ul {
	margin : 5px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

li {
	margin : 0px;
	padding : 0px 0px 5px 10px;	
	background : url(images/bullet.gif) no-repeat 2px 6px;
	list-style : none;
}
li ul {
	margin : 5px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

li ul li {
	margin : 0px;
	padding : 0px 0px 5px 10px;	
	background : url(images/dash.gif) no-repeat 2px 6px;
	list-style : none;
}


ol li{
	list-style:decimal; background:none;
	padding : 5px 0px 0px 0px;
}

.orange {
	color: #F99D1C;
}
.ot {
	color: #F99D1C;
	font-weight: bold;
}









/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/* ** ** ** ** ** ** ** ** ** ** ** ** ** MENU ** ** ** ** ** ** ** ** ** ** ** ** ** ***/





.menu_bg a, .menu_bg a:hover {
	font-size : 7pt;
	color : #FFFFFF;
	text-decoration : none;
	text-transform : uppercase;
}



.menu_bg_logout {
	background : #ABBDC5;
}


/* LOGIN */
.menu_bg_logout a, .menu_bg_logout a:hover, .login_menu_left {
	color : #ffffff;
	text-decoration : none;
	/*text-transform : uppercase;*/
	font-size:10px;
}


.menu_login_heading
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	letter-spacing:1px;
}

.menu {
	padding : 0px 15px 0px 10px;
	text-align : center;
}



.menu_block {
	padding : 0px;
	width : 16px;
}



.menu_start {
	padding : 0px 15px 0px 21px;
	text-align : center;
}




.menu_sel {
	padding : 0px 15px 0px 10px;
	text-align : center;
	background : #F99D1C;
}



.menu_sel_start {
	padding : 0px 15px 0px 10px;
	text-align : center;
	background : #F99D1C;
}



.menu_sel_left_start {
	padding : 0px;
	width : 11px;
	background : #F99D1C;
	background-image : url(images/menu_sel_left_start.gif);
}



.menu_sel_left {
	padding : 0px;
	width : 16px;
	background : #F99D1C;
	background-image : url(images/menu_sel_left.gif);
}



.menu_sel_right {
	padding : 0px;
	width : 16px;
	background : #F99D1C;
	background-image : url(images/menu_sel_right.gif);
}


.menu_lang {
	padding : 0px 6px 0px 15px;
	text-align : right;
}

.menu_text_top 
{
	padding:0px 0px 2px 2px;
	/*text-align : left;*/
	vertical-align:bottom;
	display:inline;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	height:20px;
}

.menu_text_spacer1
{
	display:inline;
	text-align:left;
	/*padding-top:1px;
	padding-bottom:1px;*/
}



.menu_lang img {
	border : none;
	margin : 2px 0px 2px 0px;
	display : block;
	float : right;
	padding-bottom:1px;
	padding-top:1px;
}

.menu_logout {
	padding : 0px 15px 0px 15px;
	text-align : right;
}


.submenu{
	padding : 0px 20px 3px 13px;
	font-weight : bold;
	color : #F99D1C;
	background-image : url(images/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}


.submenu a, .submenu a:hover {
	font-size : 11px;
	font-weight : bold;
	color : #F99D1C;
	text-decoration : none;
}



.submenu_sel{
	padding : 0px 20px 3px 13px;
	font-weight : bold;
	color : #F99D1C;
	background-image : url(images/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}



.submenu_sel a, .submenu_sel a:hover {
	font-size : 11px;
	font-weight : bold;
	color : #F99D1C;
	text-decoration : underline;
}


.submenu_status {
	font-size : 11px;
	color : #7D929C;
}



.submenu2_left_div {
	width : 140px;
	height : 385px;
}



.submenu2 {
	padding : 0px 6px 3px 13px;
	font-weight : bold;
	color : #F99D1C;
	background-image : url(images/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}





.submenu2 a, .submenu a:hover {
	font-size : 11px;
	font-weight : bold;
	color : #F99D1C;
	text-decoration : none;
}



.submenu2_sel{
	padding : 0px 6px 3px 13px;
	font-weight : bold;
	color : #F99D1C;
	background-image : url(images/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}



.submenu2_sel a, .submenu2_sel a:hover {
	font-size : 11px;
	font-weight : bold;
	color : #F99D1C;
	text-decoration : underline;
}



input.login_left_menu
{
	height:13px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	color: #000000;
}


.leftMenuImage
{
	padding:2px 0px 7px 0px;
	
}









/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* ** ** ** ** ** ** ** ** ** ** ** ** ** LEFT MENU ** ** ** ** ** ** ** ** ** ** ** ** ** ***/


/* Selected menu item left: orange*/

/*
.m_sel
{
	width:142px;
	background-color:#FFFFFF;
}
*/

/* Sub menu item: selected */
/*
.sm_sel
{
	background-color:#FFFFFF;
	width:142px;
	height:15px;
}
*/

/* Sub menu item: not selected*/
/*
.sm
{
	background-color:#FFFFFF;
	width:142px;
	height:13px;
	text-decoration:underline;
}
*/

/*
.m
{
	width:142px;
}
*/


/* Sub menu item: spacing*/
/*
.msm
{
	width:142px;
	background-color:#FFFFFF;
	height:40px;
	
}
*/
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* ** ** ** ** ** ** ** ** ** ** ** ** ** LEFT MENU ** ** ** ** ** ** ** ** ** ** ** ** ** ***/










/* *** *** *** *** *** *** *** *** *** *** *** FRONT PAGE *** *** *** *** *** *** *** *** *** *** *** *** ** */
.frontpage_large_image_cell
{
	/*background-image:url("images/bildeserie1/image_frontpage14.gif"); */
	background-image:url("images/bildeserie1/front003.jpg");
	/*background-position: 0px 20px; */
	background-position:bottom; 
	background-repeat:no-repeat; 
	width:745px; 
	/*height:320px; */
	height:300px;
	vertical-align:top; 
	padding:0px;
}


.frontpage_news_link{
	color:#FFFFFF; 
	font-size:14px; 
	/*font-family:Arial Baltic; */
	font-family:Arial;
	font-weight:bold; 
	text-transform:uppercase;
}

.frontpage_news_link:hover {
	color:#000000; 
	font-size:14px; 
	/*font-family:Arial Baltic; */
	font-family:Arial;
	font-weight:bold; 
	text-decoration:none;
}

.frontpage_news_latest_news_heading
{
	color:#FFFFFF; 
	font-size:12px; 
	/*font-family:Arial Baltic; */
	font-family:Arial;
	font-weight:bold;
}


.frontpage_news
{
	width:371px;
	overflow:hidden;
	padding : 4px 5px 0px 15px;
	text-align:left;
	background:#F99D1C;
	/*background-color:#000000;*/
}

.frontpage_news_no_news
{
	width:745px;
	height:20px;
	background:#F99D1C;
}


.frontpage_products_table
{
	padding-top:20px;
	/*width:374px;*/
	width:420px;
}


.frontpage_body_text_table
{
	padding:22px 0px 0px 15px;
	vertical-align:top;
	overflow:hidden;
	width:322px;
}

.frontpage_large_text
{
	font-family:Interstate; 
	font-size:19px; 
	color:#FFFFFF; 
	font-weight:bold; 
	letter-spacing:1px; 
	text-transform:uppercase; 
	width:491px;
}

.frontpage_xtractor_image
{
	padding:0px 0px 10px 0px;
}


.frontpage_image_left1
{
	padding-left:15px; 
	padding-right:0px; 
	padding-top:10px; 
	width:112px;
}

.frontpage_image_left2
{
	padding-left:0px; 
	padding-right:15px; 
	padding-top:10px; 
	width:112px;
}

.frontpage_image_right
{
	padding-left:10px; 
	padding-right:10px; 
	padding-top:0px; 
	width:491px;
}

.frontpage_heading1
{
	font-size:18px; 
	color:#929EA4; 
	padding:0px 0px 0px 0px;
}

.frontpage_heading2
{
	font-size:16px; 
	color:#F99D1C;
}

.frontpage_new_cell td
{
	width:742px;
}

.frontpage_news_content_text
{
	font : 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color:#89908E;
	word-spacing:2px;
	line-height:16px;
}

.frontpage_news_content_text a
{
	font : 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #929EA4;
	word-spacing:2px;
	text-decoration:underline;
	font-weight:bold;
}


.frontpage_seperator1
{
	width:3px;
	height:45px;
}


/* *** *** *** *** *** *** *** *** *** *** *** FRONT PAGE *** *** *** *** *** *** *** *** *** *** *** *** ** */









/* *** *** *** *** PAGE ELEMENTS *** *** *** *** */
.bar_vertical {
	/* background : #7D929C;
	width : 2px; */
}
.bar_horizontal {
	background : #7D929C;
	height : 1px;
}
.main_image_cell {
	/*width : 250px;*/
}

.main_image_cell img {
	border: 1px solid #ABBDC5;
}


.main_image_cell_prod {
	text-align:center; 
	padding:1px;
	width:115px;
	overflow:hidden;
	padding:3px 3px 3px 3px;
	
	/* width : 180px; */
}


.product_cell {
	padding-bottom: 10px; 
	border:2px solid #ABBDC5; 
	vertical-align:top; 
	padding:2px; 
	width:110px;
}


.product_cell_main
{
	
}


.product_cell h1 {
	padding-bottom: 0px;
	margin-bottom: 6px;
}
.product_cell h1 a {
	text-decoration: none;
	color : #5C6B73;
}
.product_cell h1 a:hover {
	text-decoration: underline;
	color : #F99D1C;
}

.content {
	width: 100%;
	padding:2px 0px 10px 2px;
}

.content2 {
	width: 100%;
	padding:10px 0px 10px 0px;
}


/*
.main_leftmenu_cell {
	width:110px;
}
*/

.main_button_cell {
	width : 112px;
}

.width_1 {
	width : 1px;
}

.width_6 {
	width : 6px;
}

.width_14 {
	width : 14px;
}

.width_1_height_3
{
	width:1px; height:3px;
}

.banners {
	margin-top: 10px;
}


/* *** *** *** *** *** TEXT *** *** *** *** *** *** */
.capitalize {
	text-transform : capitalize;
}

.nobr {
	white-space : nowrap;
}

.frontPageHeading{
	margin : 0px 0px 15px 0px;
	padding : 0px;
	font : bold 13px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #5C6B73;
	text-transform : uppercase;
}

.frontPageHeading_orange{
	margin : 0px 0px 15px 0px;
	padding : 0px;
	font : bold 13px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color : #F99D1C;
	text-transform : uppercase;
	padding-bottom:3px;
}



/* *** *** *** *** *** *** NEWS *** *** *** *** *** *** *** ****/
.articleDate {
	font : 9px Verdana, Geneva, Helvetica, Arial, sans-serif;
	/* color : #7D929C; */
	color:#FFFFFF;
}


.readMore {
	padding : 0px 0px 0px 6px;
	font-weight : bold;
	background-image : url(images/arrow_small.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
}
.readMore a {
	color : #F99D1C;
	text-decoration : none;
}
.readMore a:hover {
	color : #F99D1C;
	text-decoration : underline;
}


.quotes_start
{ display:inline; padding-right:3px; padding-top:5px; padding-left:5px;
}

.quotes_end
{ display:inline; padding-left:3px; padding-right:1px;
}

.published_by
{
	font-style: italic;
}






/* ** ** ** ** ** ** ** ** PRODUCTS ** ** ** ** ** ** ** ** **  */

/*
.frontpage_product_row
{
	padding:3px 3px 15px 3px;
	border:2px solid #BFCAD0;
	text-align:left;
}
*/

.frontpage_products_horizontal
{
	vertical-align:top;
	/*width:135px;*/
	width:138px;
	overflow:hidden;
	padding:0px 2px 0px 3px;
	border:2px solid #CCCCCC;
}

.frontpage_product_spacing_row
{
	height:10px;
}

.product_text 
{
	font : 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	/* color : #929EA4;  89908E */
	color:#7c8666;
	word-spacing:2px;
	line-height:16px;
	text-align:left;
}


.product_headline a
{
	letter-spacing:1px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

/* ** ** ** ** ** ** ** ** PRODUCTS ** ** ** ** ** ** ** ** **  */






/* ** ** ** ** ** SUBPAGES ** ** ** ** ** ** ** ** ** ** ** **  */
.subpages_image_right
{
	/*padding:10px 0px 3px 3px;	*/
	padding:0px 0px 0px 0px;
}




.subpages_text
{
	padding:5px 0px 0px 7px;
}




/* *** *** *** *** *** *** FOOTER *** *** *** *** *** *** *** */
.foot_bar {
	background : #ABBDC5;
	background-image : url(images/foot_bar_bg.gif);
	background-repeat : no-repeat;
	background-position : right;
	color : #FFFFFF;
}

.foot_bar_status{
	padding : 0px 0px 0px 15px;
	color : #FFFFFF;
}

.foot_bar_status a{
	color : #FFFFFF;
}



/* *** *** *** *** *** *** HEADER *** *** *** *** *** *** *** */
.menu_bg {
	background : #ABBDC5;
	background-image : url(images/menu_bg.gif);
	background-repeat : no-repeat;
}




.faq_question
{
	font-weight:bold;
	cursor:default;
	color:#000000;
	text-decoration:underline;
}

.faq_question:hover
{
	font-weight:bold;
	cursor:default;
	color:#000000;
}

.div_svar
{
	padding-top:6px;
}

.partners_line
{
	color:#ABBDC5;	
}

.testimonials_img
{
	padding:0px 2px 0px 15px;
	vertical-align:middle;
}

.se_newsletter_25
{
	height:25px;	
}





.newscontentleft {
	width: 70%;
	padding: 10px 15px 10px 0px;
}

.newscontentright {
	width: 30%;
	padding: 10px 0px 10px 0px;
}

.newscontentleft h3 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color : #929EA4;
	text-transform: uppercase;
	margin: 5px 0px 2px 0px;
}

div#newslist {
	padding: 0;
	margin: 0;
}

div#newslist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#newslist ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
}

div#newslist ul li a {
	list-style: none;
    display: block;
    margin: 0;
	padding : 5px;
    width: 100%;
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #F99D1C;
    text-decoration: underline;
    background-image: url(images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 21px;
	border-left: 1px solid #929EA4;
}

div#newslist ul li a:hover {
	background-color: #f2f2f2;
	border-left: 1px solid #F99D1C;
}

div#newslist ul li a .newslist_date {
  	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 9px;
	color: #929EA4;
	font-weight: normal;
    text-decoration: none;
}

div#metodnav_content h1 {
	padding: 10px 0px 5px 0px;
	margin: 0;
}

div#metodnav_content p {
	padding: 0px 0px 10px 0px;
	margin: 0;
}

div#metodnav {
	padding: 2px 0px 10px 0px;
	margin: 0px 0px 0px 50px;
	width: 560px;
	height: 70px;
	background-image : url(images/sokoptimering-metod-bak.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

div#metodnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#metodnav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

div#metodnav ul li a {
	list-style: none;
    display: block;
    float: left;
    margin: 0;
    margin-right: 20px;
	padding: 0;
    width: 50px;
    height: 70px;
    background-image : url(images/sokoptimering-metod-off.gif);
	background-repeat : no-repeat;
	background-position: top left;
}


div#metodnav ul li a:hover {
	list-style: none;
    display: block;
    margin: 0;
    margin-right: 20px;
	padding: 0;
    width: 50px;
    height: 70px;
    background-image : url(images/sokoptimering-metod-on.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

div#metodnav ul li a#metodactive {
	list-style: none;
    display: block;
    float: left;
    margin: 0;
    margin-right: 20px;
	padding: 0;
    width: 50px;
    height: 70px;
    background-image : url(images/sokoptimering-metod-on.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

div#metodnav div#metodtexttop {
	float: left;
    margin: 0;
	padding: 0;
    width: 540px;
    height: 25px;
    background-image : url(images/sokoptimering-text-top.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

div#metodnav div#metodtexttext {
	float: left;
    margin: 0;
	padding: 0px 15px 0px 15px;
    width: 510px;
    background-color: #adbec6;
    text-align: right;
    color: #333333;
}

div#metodnav div#metodtextdown {
	float: left;
    margin: 0;
	padding: 0;
    width: 540px;
    height: 25px;
    background-image : url(images/sokoptimering-text-down.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

div#metodnav div#metodtexttext h3 {
  	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 12px;
	color: #000000;
	font-weight: bold;
    border-bottom: 1px solid #F99D1C;
    width: 510px;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    text-align: left;
}
	
div#metodnav div#metodtexttext p {
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

div#metodnav div#metodtexttext a {
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    color: #F99D1C;
}

div#partner_content {
	margin: 0;
	padding:2px 0px 10px 2px;
}

div#partner_content h3 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color : #F99D1C;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

div#partner_content p {
    padding: 0px 0px 10px 0px;
	margin: 0;
}

div#partner_content img {
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: 0px;
}


div#loginHead
{
    color:#f92b2b; 
    font-weight:bold; 
    font-size:12px; 
    padding-left:8px; 
    padding-bottom:3px;
}


div#loginLogo
{

}

 
div#loginSub
{
    font-weight:bold; 
    font-size:12px; 
    padding-right:15px;
}

div#loginSub a
{
    text-decoration:none;
}
