/*
===========================================================================
File Name		:	css/temp_common.css MARK REMAKE
---------------------------------------------------------------------------
Version No.		:	1.00
Description		:	Common CSS Elements
URL				:	www.altomed.com
Testing Status	:	Ongoing
Copyright		:	� Copyright 2007 Redman Design Ltd.
----------------------------------------------------------------------------
Version		Date		Author		Description
1.00		23/03/07	J Ashberry	Common CSS Elements Created
============================================================================
*/

/* Start Formatting */
.main_panel img {
	border: none;	
}
	
*{

	margin: 0px;
	padding: 0px;
}

a img{

	border: none;

}

hr{

	margin: 8px 0px;

}

p{
	font-size:small;
	margin-bottom: 10px;
	
	
}

.clear{
	clear:both;
}

.body_common {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/common/bg_menu.png) repeat-x white;
}


#wrapper{
	/*
	margin-bottom: -40px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	*/

}

div#container {
	margin: 0px auto;
	width: 960px;
}

div#header {
	width: 960px;
	position:relative;
	margin: 0;
	padding: 0;

}

img#logo{
	margin:15px 0 5px 0;
	display:inline;
}

#quickcontact{
	position:absolute;
	top:25px;
	right:0;
	text-align:right;
	color:#006bae;
	font-size:14px;
}

#quickcontact a{
	color:#006bae;
	text-decoration:none;
}

#quickcontact a:hover{
	text-decoration:underline;
}

div#nav_container {
	*margin-top: -5px;
	width: 960px;
	float:left;
}


div#content {
	margin-top:20px;
	width: auto;
	height: auto;
	float:left;
}

div#main_content_container {
	width: 630px;
	float: left;
}


.main_panel_top {
	width:630px;
	height:38px !important;
	position:relative;
	background:url(../images/common/bg-mainpannel-top.jpg) no-repeat;
}

.main_panel {
	padding: 0;
	margin: 0;
	width: 630px;
	background:url(../images/common/bg-mainpannel-mid.jpg) repeat-y;
	float:left;
}

.main_panel_bottom {
	width: 630px;
	height: 12px;
	background:url(../images/common/bg-mainpannel-bottom.jpg) no-repeat white;
	float:left;
}

#rss{
	position:absolute;
	top:7px;
	right:10px;
}

div#sub_content_container {
	margin-right: 10px;
	width: 310px;
	height: auto;
	background: transparent;
	clear: left;
	float: left;
}

div.sub_panel_top {
	width: 310px;
	height: 38px;
	background:url(../images/common/bg-subcontainer-top.jpg) no-repeat;
}

.sub_panel {
	padding: 0;
	width: 310px;
	background:url(../images/common/bg-subcontainer-mid.jpg) repeat-y;
	margin-bottom:10px;	
}

.sub_text {
	padding: 11px 10px 0px;
	margin: 0;
	width: 290px;
	height: auto;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.3em;
}
.sub_text a:link, .sub_text a:active, .sub_text a:visited {
	color: #333333;
	text-decoration: underline;
}
.sub_text a:hover  {
	text-decoration: none;
	color: #333333;
}

div.sub_panel_bottom {
	width: 310px;
	height: 11px;
	background:url(../images/common/bg-subcontainer-bottom.jpg) no-repeat white;
	display:block;
}


.title {
	padding: 0;
	margin: 0;
	width: 458px;
	height: 33px;
	background-image: url(../images/common/title.gif);
	background-repeat: no-repeat;
}

.sub_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/common/sub_title.gif);
	background-repeat: no-repeat;
}

.sub_content {
	padding: 10px 0px 0px 12px;
	margin: 0;
	width: auto;
	height: auto;
	background: transparent;
}

/* MARK NAV */

ul#navmenu{
	height:35px;
	display:inline;
	list-style:none;
}

ul#navmenu li{
	width:120px;
	height:35px;
	display:inline;
	list-style:none;
	float:left;
	background:url('../images/common/nav/bg_navmenu.png') no-repeat bottom;
	text-align:center;

}

ul#navmenu li:hover{
	background:url('../images/common/nav/bg_navmenu.png') no-repeat top;

}

ul#navmenu li.current{
	background:url('../images/common/nav/bg_navmenu.png') no-repeat top;	
}

ul#navmenu li a{
	width:120px;
	padding:10px 0 0;
	font-size:12px;
	/*letter-spacing:-0.025em;*/
	color:white;
	float:left;
	text-decoration:none;
}
	

/* Sub Nav */
ul.sub_nav {
	list-style: none;
	width: 960px;
	margin:3px 0;
	font-size: 0.7em;
	color: #5D5D5D;
	float:left;
}
ul.sub_nav a:link, ul.sub_nav a:active, ul.sub_nav a:visited {
	text-decoration: none;
	color: #5D5D5D;
}
ul.sub_nav a:hover {
	text-decoration: underline;
	color: #5D5D5D;
}
ul.sub_nav li {
	display: inline;
}
/* End Sub Nav */
/* END NAVIGATION */


#footer {
	width: 960px;
	height: 40px;
	/*float:left;*/
	margin:20px auto 0;
	background: url(../images/common/bg-footer-full.png) repeat-x;	
}


#footer p{
	padding-top:10px;
	font-size: 0.7em;
	color: white;
	text-align: center;
}

#footer p a{
	color:white;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.clearfooter {
height: 40px;
clear: both;
}


/* HOMEPAGE */
div#hp_content {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}
div#feature_container {
	width: 960px;
	float:left;
}

div#feature {
	padding: 0;
	margin: 10px 10px 0 0;
	width: 560px;
	height: 200px;
	float: left;
	background:url(../images/homepage/bg-feature.png) no-repeat;
	display:inline;
}

img#feature_frame {
	padding:25px 2px 0;
	
}

div#video{
	width:240px;
	height:200px;
	position:relative;
	margin-top: 10px;
	float:left;
	background:url(../images/homepage/bg-video.png) no-repeat;
	display:inline;
}

p#video_title{
	position:absolute;
	color:white;
	top:17px;
	left:25px;
	font-size:13px;
	font-weight:bold;
}

#video_holder{
	width:190px;
	height:139px;
	position:absolute;
	top:38px;
	left:25px;
}



div#al {
	width: 150px;
	height: 210px;
	float: left;
	display:inline;
}

div#hp_products_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/homepage/title_products.gif);
	background-repeat: no-repeat;
}
div#hp_logistics_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/homepage/title_logistics.gif);
	background-repeat: no-repeat;
}
div#hp_blog_title {
	padding: 0;
	margin: 0;
	width: 458px;
	height: 33px;
	background-image: url(../images/homepage/title_blog.gif);
	background-repeat: no-repeat;
}
/* Products Button */
div#products_button_container {
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	width: 202px;
	height: 28px;
	background: transparent;
}
div.products_button {
	padding: 0;
	margin: 0;
	width: 202px;
	height: 28px;
	background: url( '../images/homepage/products_button.jpg' ) 0 -28px no-repeat;
}
div.products_button a {
	margin: 0;
	padding: 0;
	display: block;
	width: 202px;
	height: 28px;
	/*
	overflow:hidden;
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	*/
	background: url( '../images/homepage/products_button.jpg' ) top left no-repeat;
}
div.products_button span {
	display: block;
	margin: 0;
	padding: 0;
}
div.products_button a:hover {
	background-image: none;
}
div.products_button a:active {
	color: black;
}
.blog {
	padding: 10px 10px 15px;
	width: 610px;
	height: auto;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.6em;
}

.blog img {
	position:relative;
	float: right;
	border: none;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}

.blog a:link, .blog a:active, .blog a:visited {
	color: #333333;
	text-decoration: underline;
}
.blog a:hover {
	color: #333333;
	text-decoration: none;
}
.sub_search {
	padding: 4px 12px 0px 12px;
	margin: 0;
	width: 240px;
}
.hp_search_text {
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 240px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.3em;
}
.hp_search_text a:link, .hp_search_text a:active, .hp_search_text a:visited {
	color: #333333;
	text-decoration: underline;
}
.hp_search_text a:hover  {
	text-decoration: none;
	color: #333333;
}
.hp_search {
	padding: 0;
	margin: 0px 8px 0px 0px;
	width: 196px;
	height: 21px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.3em;
	clear: left;
	float: left;
}
.hp_go {
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
}


div.distribution{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	width: 265px;

}

p.dist_title{

	border-bottom: 1px solid #CCC;
	padding: 0px 0px 2px 0px;
	margin-bottom: 3px;

}

/* END HOMEPAGE */









/* CONTENT */
h2 {
	padding: 8px 0px 0px 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
h3 {
	padding: 8px 0px 10px 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
.date {
	padding: 0px 0px 5px 0px;
	margin: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif; 
	color: #3399CC;
	line-height: 1.5em;
}
.text_container {
	padding: 10px 10px 15px;
	width: 610px;
	height: auto;
	float:left;
}

.text_with_image_container_left {
	padding: 11px 0px 0px 14px;
	margin: 0;
	width: 390px;
	height: auto;
	background: transparent;
	float: left;
	clear: left;
}
.text_with_image_container_right {
	padding: 11px 0px 0px 9px;
	margin: 0;
	width: 200px;
	height: auto;
	background: transparent;
	float: left;
}
.text_with_image_container_full_width {
	padding: 11px 35px 0px 14px;
	margin: 0;
	width: 409px;
	height: auto;
	background: transparent;
	clear: both;
}
.text {
	padding: 0;
	margin: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.6em;
}
.text a:link, .text a:active, .text a:visited {
	color: #333333;
	text-decoration: underline;
}
.text a:hover {
	color: #333333;
	text-decoration: none;
}

.text_ul {
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.6em;
}
.text_ul a:link, .text_ul a:active, .text_ul a:visited {
	color: #333333;
	text-decoration: underline;
}
.text_ul a:hover {
	color: #333333;
	text-decoration: none;
}
.posted {
	padding: 5px 0;
	margin: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif; 
	color: #787878;
	line-height: 1.5em;
}
.posted a:link, .posted a:active, .posted a:visited {
	color: #006699;
	text-decoration: none;
}
.posted a:hover {
	color: #006699;
	text-decoration: underline;
}

#accordion{
	width:630px;
	border:solid 2px #92C1D5;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#accordion li{
	list-style:none;
}

#accordion strong{
	margin-left:20px;
}

#accordion p, #accordion li ol li,#accordion li ul li{
	margin:5px 5px 10px 10px;
	font-size:11px;
}

#accordion li ol li{
	list-style:decimal-leading-zero inside;
}

#accordion li ul li{
	list-style:circle inside;
}

#accordion li ol li a, #accordion li ul li a{
	text-decoration:none;
	color:black;
}

#accordion li ol li a:hover, #accordion li ul li a:hover{
	text-decoration:underline;
	color:black;
}


.accordion-head{
	height:40px;
	width:100%;
	background: url(../images/common/bg-footer.png) repeat-x;
}

.accordion-head a{
	margin:10px 0 0 15px;
	font-size:0.8em;
	float:left;
	color:white;
	text-decoration:none;	
}


/* END CONTENT */



/* OPTYSE */
.body_optyse {
	padding: 0;
	margin: 0;
	background-image: url(../images/optyse/bg_optyse.jpg);
	background-repeat: repeat-x;
	background-color: #B3D349;
}
.optyse_title {
	padding: 0;
	margin: 0;
	width: 458px;
	height: 33px;
	background-image: url(../images/optyse/title.gif);
	background-repeat: no-repeat;
}
.optyse_sub_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/optyse/sub_title.gif);
	background-repeat: no-repeat;
}

/* MICROWASH */
.body_mwash {
	padding: 0;
	margin: 0;
	background-image: url(../images/microwash/bg_microwash.jpg);
	background-repeat: repeat-x;
	background-color: #98D8C4;
}
.mwash_title {
	padding: 0;
	margin: 0;
	width: 458px;
	height: 33px;
	background-image: url(../images/microwash/title.gif);
	background-repeat: no-repeat;
}
.mwash_sub_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/microwash/sub_title.gif);
	background-repeat: no-repeat;
}

/* LOGISTICS PAGE */
.body_logistics {
	padding: 0;
	margin: 0;
	background-image: url(../images/logistics/bg_logistics.jpg);
	background-repeat: repeat-x;
	background-color: #CE67AC;
}
.logistics_title {
	padding: 0;
	margin: 0;
	width: 458px;
	height: 33px;
	background-image: url(../images/logistics/title.gif);
	background-repeat: no-repeat;
}
.logistics_sub_title {
	padding: 0;
	margin: 0;
	width: 282px;
	height: 33px;
	background-image: url(../images/logistics/sub_title.gif);
	background-repeat: no-repeat;
}
#logistics_footer {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 20px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: right;
	clear: both;
}
#logistics_footer a:link, #logistics_footer a:active, #logistics_footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#logistics_footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



/* PRODUCTS AREA */

#product-holder{
	width:960px;
	margin:20px 0;
	float:left;
}

#product-holder ul{
	list-style:none;
}

#product-holder ul li{
	width:150px;
	margin:5px;
	display:inline;
	float:left;
}

.alert_box_container {
	width: 960px;
	float:left;
	background-color: #f0f8fb;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.alert_box_container p {
	padding:15px 0 5px;
	font-size: 0.7em;
	color: #006baf;
	font-weight: bold;
	text-align:center;
}

.smalltext{

	font-size: 9px;
	
}




/* Results Page */
.products_results_row {
	padding: 11px 0px 0px 0px;
	margin: 0;
	width: 457px;
	height: auto;
	background: transparent;
}
.products_results_image {
	padding: 0px 11px 11px 10px;
	margin: 0;
	width: 139px;
	background: transparent;
	clear: left;
	float: left;
}
.products_results_sep {
	padding: 0;
	margin: 0;
	width: 457px;
	height: 1px;
	background: transparent;
	clear: both;
}
.products_results_text {
	padding: 0;
	margin: 0;
	width: 297px;
	height: auto;
	background: transparent;
	float: left;
	font-family: Arial, Helvetica, sans-serif; color: #333333;
	font-size: 0.7em;
}
.products_results_button {
	padding: 0;
	margin: 11px 0px 11px 0px;
	width: 79px;
	height: 18px;
	background: transparent;
}
.products_results_page_numbers {
	padding: 0px 60px 0px 60px;
	margin: 0;
	width: 740px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: transparent;
	text-align: right;
}
.products_results_page_numbers a:link, .products_results_page_numbers a:active, .products_results_page_numbers a:visited {
	text-decoration: underline;
	color: #333333;
}
.products_results_page_numbers a:hover {
	text-decoration: none;
	color: #333333;
}
.products_more_info_image {
	padding: 0px 11px 11px 10px;
	margin: 0;
	width: 300px;
	height: 186px;
	background: transparent;
}
.products_more_info_text {
	padding: 0px 11px 11px 10px;
	margin: 0;
	width: 300px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.6em;
}




/* End Results Page */


/* END PRODUCTS AREA */

/* LINKS */
.links_ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.links_li {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}
.links_li a:link, .links_li a:active, .links_li a:visited {
	color: #333333;
	text-decoration: underline;
}
.links_li a:hover {
	color: #333333;
	text-decoration: none;
}

/* STAFF */

.stafftext {
	float:left;
	font-size: 0.7em;
	line-height: 1.5em;
}

.staffbox img{
	width:130px;
	height:134px;
	float:left;
	margin-right:10px;
}

.staff_list li{
	margin:0 0 10px 15px;
	list-style:none;
	font-size:small;
}

.staff_list li a{
	padding-bottom:10px;
	color:#333333;
	text-decoration:none;
}

.staffbox{
	width:130px;
	height:210px;
	margin:0 9px 10px;
	float:left;
	border:solid 2px white;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

* html div.staffbox{
	margin:0 0 10px;
	display:inline;
}

div.staffbox p.stafftext{
	margin:5px 0 0 5px;
}

.staffselected{
	background-color:#E3EEF2;
	border:solid 2px #0068AA;
	opacity:1;
	filter:alpha(opacity=100);

}


/* BLOG */
.blog_sub_text {
	padding: 11px 12px 0px 12px;
	margin: 0;
	width: 240px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.3em;
}
.blog_sub_text a:link, .blog_sub_text a:active, .blog_sub_text a:visited {
	padding: 0px 0px 0px 5px;
	color: #006699;
	text-decoration: none;
}
.blog_sub_text a:hover  {
	text-decoration: underline;
	color: #006699;
}

.blog hr{
	width:80%;
	margin:0 auto 20px;
	border:solid 1px #84BECC;
	clear:both;
}

/* SITEMAP */
.sitemap_left_ul {
	padding: 0;
	margin: 0;
	width: 209px;
	height: auto;
	list-style: none;
	float: left;
}
.sitemap_right_ul {
	padding: 0;
	margin: 0;
	width: 200px;
	height: auto;
	list-style: none;
	float: left;
}
.links_li {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}
.links_li a:link, .links_li a:active, .links_li a:visited {
	color: #333333;
	text-decoration: underline;
}
.links_li a:hover {
	color: #333333;
	text-decoration: none;
}


/* Exhibitions Page */
.ex_uk_text {
	padding: 2px 0px 0px 26px;
	margin: 0px 0px 8px 0px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	width: 610px;
	height: 28px;
	background-image: url(../images/exhibitions/ex_uk_bg.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.ex_uk_text a:link, .ex_uk_text a:active, .ex_uk_text a:visited {
	color: #333333;
	text-decoration: underline;
}
.ex_uk_text a:hover {
	color: #333333;
	text-decoration: none;
}
.ex_int_text {
	padding: 2px 0px 0px 26px;
	margin: 0px 0px 8px 0px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	width: 610px;
	height: 28px;
	background-image: url(../images/exhibitions/ex_int_bg.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.ex_int_text a:link, .ex_int_text a:active, .ex_int_text a:visited {
	color: #333333;
	text-decoration: underline;
}
.ex_int_text a:hover {
	color: #333333;
	text-decoration: none;
}
.ex_text {
	padding: 2px 0px 0px 26px;
	margin: 0px 0px 8px 0px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	width: 383px;
	height: 28px;
	line-height: 1.4em;
}
.ex_text a:link, .ex_text a:active, .ex_text a:visited {
	color: #333333;
	text-decoration: underline;
}
.ex_text a:hover {
	color: #333333;
	text-decoration: none;
}


/*map*/

#map{
	width:306px;
	height:200px;
	margin-bottom:10px;
	border:solid 2px #92C1D5;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}


/*form*/


label{
	width:130px;
	margin:0 20px 10px 0;
	float:left;
	font-size:small;
	text-align:right;
}

input, select{
	width:400px;
	float:left;
	
}

fieldset{
	margin:10px 0;
	padding-bottom:10px;
	border:solid 2px #92C1D5;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;

}

legend{
	margin:0 0 10px 20px;
	font-size:medium;
}

textarea{
	border:none;
}

.btn{
	width:50px;
	padding:2px 0;
	background-color:#92C1D5;
	border:solid 2px #92C1D5;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;	
	color:white;
	float:right;
}


/* Feedback Request */
#alto_feedback_form {
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 400px;
	height: auto;
	border: 0;
	background: transparent;
}
#alto_fieldset {
	padding: 0;
	margin: 0;
	width: 400px;
	height: auto;
	background: transparent;
	border: 0;
}
.alto_fieldset_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 400px;
	height: 18px;
	background: transparent;
}
.alto_label {
	padding: 0;
	margin: 0;
	width: 190px;
	height: 18px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	clear: left;
	float: left;
}
.alto_field {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 18px;
	float: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: #FFFFFF;
}
.alto_dropdown {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 18px;
	float: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: #FFFFFF;
}
.alto_fieldset_large_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 400px;
	height: 100px;
	background: transparent;
}
.alto_large_label {
	padding: 0;
	margin: 0;
	width: 190px;
	height: 100px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	clear: left;
	float: left;
}
.alto_large_field {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 100px;
	float: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background: #FFFFFF;
}
div#alto_button_div {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 400px;
	height: 20px;
	background: transparent;
}
.alto_submit_button {
	padding: 0;
	margin: 0px 0px 0px 265px;
	width: 60px;
	height: 20px;
	clear: left;
	float: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #333333;
}
.alto_clear_button {
	padding: 0;
	margin: 0px 0px 0px 5px;
	width: 60px;
	height: 20px;
	float: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background: #333333;
}




#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }