/*  <strong>iam</strong>  stylsheet version 1.0 */

/* Colour Palette */
/*

	Greys : Dark to light

#333
#666
#999
#ccc
#f0f0f0 : background grey

	indigos : Dark to light
	
#471072 : Main indigo
#bea9d5
#e1d7eb


#9cc448 : Green
#00798b : Blue
#f15d27 : Orange
#d30073 : Pink
#81499c : Purple
#c7252c : Red

Required colours

left and right hand border colours for latest news per section

Required images 

bullet_long_[colour].gif for all colours
latest_news_footer_[section].gif
bullet_circle_[colour].gif for all colours
button_print_[section].gif
latest_news_header_[section].gif
arrow_right_[colour].gif

*/

.hidden{
	position : absolute;
	top : 0px;
	left : -1000px;
}

*{
	margin : 0;
	padding : 0;
	border: 0px none #666666;
}

body{
	text-align : left;	/* Subtle drop shadow top */
	font-size : 76%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: sub;
	color: #666666;
}

h1{
	font-size : 1.3em;
}

h2{
	font-size : 1.2em;
}

h3{
	font-size : 1.1em;
}

a:link{color : #666; text-decoration : none;}
a:visited{color : #666; text-decoration : none;}
a:hover{color : #666; text-decoration : underline;}
a:active{color : #f00; text-decoration : underline;}

/* Page layout */

div#wrapper{ /* The whole page */
	width : 768px;
	background : #fff url(../images/bg.gif)	top right repeat-y; /* drop shadow (8px w x 1px h) */
	margin : 6px 0 0 0; /* allowance for drop shadow top */
	padding : 3px 0 0 0;
	height : 1100px;
}


div#sidepanel{
	width : 213px;
	height : 1100px;
	float : left;
	background : #fff url(../images/sidepanel_bg.gif) top left no-repeat;
	margin-left : 7px;
}

div.pagecontent{ /* The whole of the r/h pane */
	width : 518px;
	float : left;
	margin : 0 0 0 7px;

}

div#main_content{ 
	float : left;
	width : 320px;
}

div#ad_panel{
	width : 171px;
	float : right;
}

div#footer{
	clear : both;
}

/* page content */

div.pagecontent h3, div.pagecontent h2, div.pagecontent h1, div.pagecontent p{
	margin : 8px;
}

div.pagecontent p{
	font-size : 0.9em;
	color: #999;
	padding-bottom: 3px;
}
.pagecontent p a:link{
	text-decoration:underline;
	}
.pagecontent p a:hover{
	color: #d30073;
	text-decoration:underline;
	}

div.pagecontent h1{
	color : #9cc448;
}

div#page_products h1{
	color : #F90;
}

div#main_content{
	margin : 20px 5px 0 4px;
}

*html div#main_content{
	margin : 20px 0px 0 4px;
}

p.intro_text{
	color : #000;
	font-weight : bold;
}

div#main_content h3, div#main_content h2, div#main_content h1, div#main_content p{
	margin : 0 0 4px 0px;
	color: #333333;
}

hr{
	border-top : 5px solid #ccc;
	margin : 10px 0 5px 0;
}

div#main_content ul, div#main_content ol{
	margin : 5px 0 5px 25px;
}

/* read more links */

div#main_content div.read_more_link{
	width : 320px;
	height : 22px;
	margin : 0 0 5px 0;
}

div#main_content div.read_more_link p{
	margin : 0px 18px 0px 0px;
	padding : 3px 0 0 0;
	text-align : right;
	font-size: 10px;
}


body#page_products div#main_content div.read_more_link{
background : url(../images/read_more_products.gif) top left no-repeat;
}
body#page_qualifications div#main_content div.read_more_link{
background : url(../images/read_more_qualifications.gif) top left no-repeat;
}
body#page_members div#main_content div.read_more_link{
background : url(../images/read_more_members.gif) top left no-repeat;
}
body#page_about div#main_content div.read_more_link{
background : url(../images/read_more_about.gif) top left no-repeat;
}
body#page_downloads div#main_content div.read_more_link{
background : url(../images/read_more_downloads.gif) top left no-repeat;
}
body#page_news div#main_content div.read_more_link{
background : url(../images/read_more_news.gif) top left no-repeat;
}

/* Page stylings */

body#page_products div#main_content h1, body#page_products div#main_content h2, body#page_products div#main_content h3{
	color : #c7252c;
}
body#page_products div#main_content li{
	list-style-image : url(../images/bullet_circle_red.gif);
}
body#page_qualifications div#main_content h1, body#page_qualifications div#main_content h2, body#page_qualifications div#main_content h3, body#page_qualifications div#main_content h4{
	color : #d30073;
}
body#page_qualifications div#main_content li{
	list-style-image : url(../images/bullet_circle_pink.gif);
}
body#page_about div#main_content h1, body#page_about div#main_content h2, body#page_about div#main_content h3{
	color : #00798b;
}
body#page_about div#main_content li{
	list-style-image : url(../images/bullet_circle_blue.gif);
}

body#page_members div#main_content h1, body#page_members div#main_content h2, body#page_members div#main_content h3{
	color : #9cc448;
}
body#page_members div#main_content li{
	list-style-image : url(../images/bullet_circle_green.gif);
}

body#page_news div#main_content h1, body#page_news div#main_content h2, body#page_news div#main_content h3{
	color : #f15d27;
}
body#page_news div#main_content li{
	list-style-image : url(../images/bullet_circle_orange.gif);
}
body#page_downloads div#main_content h1, body#page_downloads div#main_content h2, body#page_downloads div#main_content h3{
	color : #81499c;
}
body#page_downloads div#main_content li{
	list-style-image : url(../images/bullet_circle_purple.gif);
}

/* print and email buttons 

the colour of the print button is set by the id of the body tag
image replacement http://www.kryogenix.org/code/browser/lir/  

*/

div#print_bar{
	border-top : 5px solid #ccc;
	margin : 10px 0 20px 0
}

div#print_bar a{
	color : #adadad;
}


div#print_bar div{
	float : left;
	margin : 5px 0 30px 0;
}

div#print_bar span#button_print{
	float : left;
	margin-right : 3px;
}

div#print_bar p.top_link{
	float : right;
	padding-top : 5px;
}

div#print_bar span#button_print a{ 
    padding: 21px 0 0 0;
    width : 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    display : block; /* important : allows ir on hyperlinks */
    height: 0px !important;
    height /**/: 21px;
}

div#print_bar span#button_email a{ 
    padding: 21px 0 0 0;
    width : 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    display : block; /* important : allows ir on hyperlinks */
    height: 0px !important;
    height /**/: 21px;
}

body#page_products div#print_bar span#button_print a{
	background-image: url(../images/button_print_products.gif);
}

body#page_about div#print_bar span#button_print a{
	background-image: url(../images/button_print_about.gif);
}

body#page_registration div#print_bar span#button_print a{
	background-image: url(../images/button_print_registration.gif);
}

body#page_qualifications div#print_bar span#button_print a{
	background-image: url(../images/button_print_qualifications.gif);
}

body#page_downloads div#print_bar span#button_print a{
	background-image: url(../images/button_print_downloads.gif);
}

body#page_careers div#print_bar span#button_print a{
	background-image: url(../images/button_print_careers.gif);
}

body#page_news div#print_bar span#button_print a{
	background-image: url(../images/button_print_news.gif);
}
body#page_members div#print_bar span#button_print a{
	background-image: url(../images/button_print_members.gif);
}
/* Sidepanel */

div#sidepanel img{
	margin : 8px;
}

/* nav */


div#sidepanel ul{
	list-style-type : none;
	margin : 0 0 0 10px;
	padding : 0 0 0 0;
	font-size : 0.8em;
}

div#sidepanel ul#main_nav li{
	margin : 0px 15px 0px 30px;
	padding : 5px 0;
	font-size : 1.1em;
	border-bottom : 1px solid #ccc;
	background : url(../images/arrow_right.gif) center right no-repeat;
}

div#sidepanel ul#main_nav li a{
	display : block;
}

div#sidepanel ul#main_nav li#current{ /* top level */ 
	font-weight : bold;
	color : #000;
	background : url(../images/arrow_right_bold.gif) center right no-repeat;
}

div#sidepanel ul#main_nav li#nav_on{ /* when there are sub elements */
	font-weight : bold;
	color : #000;
	list-style-image : none;
	padding : 4px 0 0 16px;
	margin : 0 0 0 13px;
}

*html div#sidepanel ul#main_nav li#nav_on{ /* when there are sub elements */
	padding : 4px 0 0 16px;
	margin : 0 0 0 14px;
}

/* sub nav */


div#sidepanel ul#main_nav li ul{
	margin : 0 0 0 0px;
	padding : 0 0 0 14px;
}

*html div#sidepanel ul#main_nav li ul{
	padding : 0 0 0 12px;
}

div#sidepanel ul#main_nav li ul li{
	background : transparent;
	border : 0;
	margin : 0 0 0 0;
	padding : 2px 0;
}

div#sidepanel ul#main_nav li ul li a:hover{
	background : transparent;
}

div#sidepanel ul#main_nav li ul li a:active{
	background : transparent;
}

/*div#sidepanel ul#main_nav li ul li a:visited{
	background : transparent;
}
*/
/*
div#sidepanel ul#main_nav li ul li a:link{
	background : transparent;
}
*/
div#sidepanel ul#main_nav li#nav_on ul li#current{ /* the sub nav element that's selected */
	list-style-image : url(../images/arrow_right_bold.gif);
	background : none;
}

div#sidepanel ul li ul li#current a{ 
	font-weight : bold;
	color : #000;
}

/* section specific nav styles */


div#sidepanel ul#main_nav li.about{
	list-style-image : url(../images/bullet_blue.gif)
}
div#sidepanel ul#main_nav li.about ul li{
	list-style-image : url(../images/arrow_right_blue.gif);
}
body#page_about div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_blue_long.gif) center left no-repeat;
}

div#sidepanel ul#main_nav li.members{
	list-style-image : url(../images/bullet_green.gif)
}
div#sidepanel ul#main_nav li.members ul li{
	list-style-image : url(../images/arrow_right_green.gif);
}
body#page_members div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_green_long.gif) center left no-repeat;
}

div#sidepanel ul#main_nav li.qualifications{
	list-style-image : url(../images/bullet_pink.gif)
}
div#sidepanel ul#main_nav li.qualifications ul li{
	list-style-image : url(../images/arrow_right_pink.gif);
}
body#page_qualifications div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_pink_long.gif) center left no-repeat;
}

div#sidepanel ul#main_nav li.products{
	list-style-image : url(../images/bullet_red.gif)
}
div#sidepanel ul#main_nav li.products ul li{
	list-style-image : url(../images/arrow_right_orange.gif);
}
body#page_products div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_red_long.gif) center left no-repeat;
}

div#sidepanel ul#main_nav li.downloads{
	list-style-image : url(../images/bullet_purple.gif)
}
div#sidepanel ul#main_nav li.downloads ul li{
	list-style-image : url(../images/arrow_right_purple.gif);
}
body#page_downloads div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_purple_long.gif) center left no-repeat;
}

div#sidepanel ul#main_nav li.news{
	list-style-image : url(../images/bullet_orange.gif)
}
div#sidepanel ul#main_nav li.news ul li{
	list-style-image : url(../images/arrow_right_orange.gif);
}
body#page_news div#wrapper div#sidepanel ul#main_nav li#nav_on{
	background : url(../images/bullet_orange_long.gif) center left no-repeat;
}


/* the other navigation */

div#sidepanel ul#sub_nav{
	margin : 13px 0 0 39px;
}

/* header section */
div#header_section_about{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header_section_quals{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_quals.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header_section_member{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_member.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header_section_publications{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_publications.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header_section_download{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_download.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header_section_news{
	height : 108px;
	margin : 0 0 0 5px;
	background-image: url(../images/section_stripes_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Latest news */

div#latest_news{
	width : 339px;
	float : left;
	border-left : 2px solid #e1d7eb;
	border-right : 1px solid #bea9d5;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 336px;
}

html>body{
	width : 336px;
}

div#latest_news p{
	font-size : .8em;
	margin : 0 0 8px 0;
	padding : 0 0 0 0;
}

div#latest_news p.news_item_date{
	margin : 0 0 1px 0;
	padding : 0 0 0 0;
}

div#latest_news h3{
	font-size : .9em;
	font-wieght : bold;
	color : #000;
	margin : 0 0 1px 0;
	padding : 0 0 0 0;
}

div#latest_news_header{
	width : 339px;
	height : 28px;
	float : left;
	background : url(../images/latest_news_header.gif) top center no-repeat;
}

div#latest_news_header h2{
	font-size : 1em;
	color : #fff;
}

div#latest_news_footer{
	width : 339px;
}

div#latest_news div.news_item{
	background : url(../images/arrow_right.gif) top right no-repeat;
	border-bottom : 1px solid #e5e5e5;
	margin : 8px 8px 0 8px;
}

/* latest news small */

div#latest_news_small_header{
	width : 170px;
	float : left;
	margin : 15px 0 -1px 18px;
	padding : 0;
}

div#latest_news_small{
	width : 170px;
	float : left;
	margin : 0 0 0px 18px;
	padding : 0;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 167px;
}

html>body{
	width : 167px;
}

div#latest_news_small p{
	font-size : .8em;
	margin : 0 0 8px 0;
	padding : 0 0 0 0;
}

div#latest_news_small p.news_item_date{
	margin : 0 0 1px 0;
	padding : 0 0 0 0;
}

div#latest_news_small h3{
	font-size : .9em;
	font-wieght : bold;
	color : #000;
	margin : 0 0 1px 0;
	padding : 0 0 0 0;
}

div#latest_news_small_header h2{
	font-size : 0.9em;
	color : #fff;
}

div#latest_news_footer_small{
	width : 170px;
	float : left;
	margin : 0 0 4px 18px
}

div#latest_news_small div.news_item{
	background : url(../images/arrow_right.gif) top right no-repeat;
	border-bottom : 1px solid #e5e5e5;
	margin : 8px 8px 0 8px;
}

/* section specific news styles */

div#latest_news_small_header{
	background : url(../images/latest_news_header_small.gif) top center no-repeat;
}
div#latest_news_small{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1d7eb;
	border-left-color: #e1d7eb;
}

/*body#page_about div#latest_news_small_header{
	background : url(../images/latest_news_header_about.gif) top center no-repeat;
}
body#page_about div#latest_news_small{
	border-left : 2px solid #e8f3f3;
	border-right : 1px solid #d1e7e7;
}

body#page_registration div#latest_news_small_header{
	background : url(../images/latest_news_header_registration.gif) top center no-repeat;
}
body#page_registration div#latest_news_small{
	border-left : 2px solid #e1d7eb;
	border-right : 1px solid #bea9d5;
}

body#page_qualifications div#latest_news_small_header{
	background : url(../images/latest_news_header_qualifications.gif) top center no-repeat;
}
body#page_qualifications div#latest_news_small{
	border-left : 2px solid #FFD2D2;
	border-right : 1px solid #ffa5a5;
}

body#page_research div#latest_news_small_header{
	background : url(../images/latest_news_header_research.gif) top center no-repeat;
}
body#page_research div#latest_news_small{
	border-left : 2px solid #ffd8ff;
	border-right : 1px solid #ffe0ff;
}

body#page_careers div#latest_news_small_header{
	background : url(../images/latest_news_header_careers.gif) top center no-repeat;
}
body#page_careers div#latest_news_small{
	border-left : 2px solid #e1d7eb;
	border-right : 1px solid #bea9d5;
}

body#page_information div#latest_news_small_header{
	background : url(../images/latest_news_header_information.gif) top center no-repeat;
}
body#page_information div#latest_news_small{
	border-left : 2px solid #e1d7eb;
	border-right : 1px solid #bea9d5;
}*/

/* Downloads */

div#main_content div#downloads{
	width : 321px;
	border-left : 1px solid #e7d8ed;
	border-right : 1px solid #e7d8ed;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 317px;
}

html>body{
	width : 317px;
}

div#main_content div#downloads_footer{
	width : 318px;
}

div#main_content div#downloads_footer_quals{
	width : 318px;
}

div#main_content div#downloads_header{
	width : 318px;
	height : 28px;
	background : url(../images/downloads_header.gif) top center no-repeat;
	margin : 0 0 0 1px;
}

div#main_content div#downloads_quals_header{
	width : 318px;
	height : 28px;
	background : url(../images/downloads_header_quals.gif) top center no-repeat;
	margin : 0 0 0 1px;
}

div#main_content div#downloads p{
	font-size : .8em;
	margin : 0 0 8px 0;
	padding : 0 0 0 0;
}

div#main_content div#downloads h3{
	font-size : .9em;
	font-wieght : bold;
	color : #000;
	margin : 0 0 1px 0;
	padding : 5px 0 0 0;
}

div#main_content div#downloads_header h2{
	font-size : 1em;
	margin : 0px 0 1px 10px;
	padding : 6px 0 0 0;
	color : #fff;
}

div#main_content div#downloads_quals_header h2{
	font-size : 1em;
	margin : 0px 0 1px 10px;
	padding : 6px 0 0 0;
	color : #fff;
}

div#main_content div#downloads div.download_item{
	margin : 0px 8px 0 8px;
}

/* Download panel */

div#main_content div.download_link{
	width : 297px;
	height : 23px;
	margin : 0 0 0px 0px;
}

div#main_content div#downloads div.download_link p{
	margin : 0px 22px 0px 0px;
	padding : 4px 0 0 0;
	text-align : right;
}

div#main_content div#downloads div.download_link_quals p{
	margin : 0px 22px 0px 0px;
	padding : 4px 0 0 0;
	text-align : right;
}

div#main_content div.download_link{
background : url(../images/download_more.gif) top left no-repeat;
}

div#main_content div.download_link_quals{
	width : 297px;
	height : 23px;
	margin : 0 0 0px 0px;
}

div#main_content div.download_link_quals{
background : url(../images/download_more_qual.gif) top left no-repeat;
}

span.file_details{
	font-weight : normal;
	color : #999;
}

div#latest_news div.news_item{
	margin : 8px 8px 0 8px;
}


/* ad panel */

div#ad_panel div.ad_box{
	height: 91px;
	color : #fff;
	padding : 0px;
	margin : 0px 0 0px 0px;
	padding : 0px 0 0 0px;
}

div#ad_panel a:link{color : #ffffff;}
div#ad_panel a:visited{color : #ffffff;}
div#ad_panel a:hover{color : #ffffff;}

div#ad_panel h2{
	margin: 0px 0 0 0px;
	padding : 13px 0 0 11px;
}

div#ad_panel p{
	width : 50%;
	font-size : .8em;
	margin : 0px 0 0 0px;
	padding : 3px 0 0 13px;
}

div#ad_panel div.read_more_link{
	width : 172px;
	height : 22px;
	background : url(../images/ad_panel_bottom.jpg) top left no-repeat;
	margin : 0 0 5px 0;
}

div#ad_panel div.read_more_link p{
	margin : 0px 0 0px 95px;
	padding : 2px 0 0 0;
}

*html div#ad_panel div.read_more_link p{
	text-align : right;
	margin : 0px 0 0px 60px;
	padding : 2px 0 0 0;
}

div#ad_panel div.read_more_link a:link{	color : #666;}
div#ad_panel div.read_more_link a:visited{	color : #666;}
div#ad_panel div.read_more_link a:hover{	color : #666;}

div#ad_panel div#ad_panelone{
	background : url(../images/panel_1.jpg) top center no-repeat;
}

div#ad_panel div#ad_paneltwo{
	background : url(../images/panel_2.jpg) top center no-repeat;
}

div#ad_panel div#ad_panelthree{
	background : url(../images/panel_3.jpg) top center no-repeat;
}

/*  Footer */

div#footer p{
	color : #999;
	font-size : 92%;
}

div#footer p span.logo_text{
	color : #333;
	font-weight : bold;
}

div#footer a:link{	color : #999;}
div#footer a:visited{	color : #999;}
div#footer a:hover{	color : #999;}

/***************************************************
				Contact form
***************************************************/
form.contact {
	margin: 10px 0px 15px 0px;
	width: 310px;
	/*border: 1px dotted #e8e8e8;*/
}

form.contact label {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 100%;
	/*border: 1px dotted #e8e8e8;*/
}

form.contact input, select {
	position: relative;
	width: 180px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #3c2e25;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 100%;
	/*border: 1px dotted #e8e8e8;*/
}
form.contact textarea {
	position: relative;
	width: 180px;
	/*height: 20px;*/
	margin: 0px 0px 10px 0px;
	border: 1px solid #3c2e25;
	background-color: #e5e5e5; 
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 96%;
	/*border: 1px dotted #e8e8e8;*/
}
form.contact .submit {
	width: 79px;
	height: 20px;
	border: 0px;
	background-color: #ffffff; 
}
.section_title_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	text-indent: 8px;
	vertical-align: baseline;
	font-weight: normal;
	letter-spacing: -6px;
	text-align: left;
	padding-top: 45px;
}
.section_title_header_two_lines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #FFFFFF;
	text-indent: 8px;
	vertical-align: baseline;
	font-weight: normal;
	letter-spacing: -6px;
	text-align: right;
	padding-right:90px;
}
homepage_welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9cc448;
	letter-spacing: -10em;
}
.form_bground {
	background-color: #EEEEEE;
}
.form_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	border: 1px solid #dddddd;
	height: 20px;
	vertical-align: middle;
	text-indent: 5px;
	font-weight: bold;
}
.image_float_right {
	float: right;
	padding: 10px;
}
.enquiry_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00798A;
	height: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.enquiry_drop_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	border: 1px solid #dddddd;
}
.enquiry_text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	border: 1px solid #dddddd;
}
.lang_table {
	margin-left: 31px;
}
