/* RESET */
@import "reset.css";

/* COMMON */
body {
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, serif;
	font-size: 62.5%;
	line-height: 1.8em;
	background: url(../images/bg_body.jpg) repeat-x #ffffff;
}

html body div.clear,
html body label.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hide {
	display: none !important;
}

.right { float: right !important; }
.left { float: left !important; }

/*Varjostukset otsikoihin ja naviin*/
.color1, color2, color3, #main h1, #main h2, #main h3, #main h4 #nav li a {
	text-decoration: none;
}


#nav li.act a {
	text-shadow: none;
}

#nav li.act a:hover {
	color: #ffffff !important;
}


h1 {
	font-size: 24px;
}

#slogan {
	height: 60px;
	text-align: center;
	font-size: 400%;
	font-weight: 300;
	padding: 22px 0 0 0 !important;
	letter-spacing: -2px;
	white-space: nowrap;
}

.nosto-otsikot {
	float: left;
	margin-top: -6px;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}

.punainen, .sininen {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	line-height: 22px;
	display: block;
	clear: left;
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
}

.punainen {
	background-color: #e83802;
	font-size: 15px;
	text-shadow: 0 1px 0 #a52600;
	padding: 4px 6px 4px 6px;
}

.sininen {
	background-color: #2f72bb;
	font-size: 13px;
	text-shadow: 0 1px 0 #0c4481;
	padding: 4px 6px 4px 6px;
}


/* //Hannun tekemiä juttuja*/






.color1, .color1 a {
	color: #000000 !important;
}

.color2 {
	color: #cf3100 !important;
}

.color3 {
	color: #0062ad !important;
}

.icon {
	padding-left: 20px !important;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.a_icon {
	display: block;
	text-indent: -2000em !important;
	text-align: left;
	width: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon_pdf { background-image: url(../images/icon_pdf.png); }
.icon_test { background-image: url(../images/icon_test.png); }
.icon_map { background-image: url(../images/icon_map.gif); }

a {
	color: #0062ad;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: 90%;
}

.column_2 {
	float: left;
	width: 48%;
	margin-right: 3%;
}

.column_last {
	float: right;
	margin-right: 0;
}


.image_right {
	float: right;
	display: block;
	margin: 0 0 5px 15px;
	position: relative;
	left: -10px;
}

.padding {
	clear: both;
	height: 20px;
}

.no_margin {
	margin: 0 !important;
}

#container {
	text-align: left;
}

#top_nav {
	float: right;
	position: relative;
	position: absolute;
	left: 50%;
	top: 18px;
	width: 350px;
	margin-left: 132px;
}

#top_nav li {
	float: right;
	padding: 0 4px;
}

#top_nav li a {
	float: left;
	display: inline-block !important;
	color: #cccccc;
	padding: 0 8px;
	background: #494949;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#top_nav li a:hover {
	background: #5a5a5a;
}

#nav {
	height: 27px;
	float: right;
	position: relative;
	top: 10px;
	left: 0;
}

#nav li {
	display: block;
	float: left;
	height: 27px;
	margin-left: 1px;
	background: url(../images/nav_left.jpg) no-repeat 0 0;
}

#nav li a, #nav li .drop_nav {
	display: block;
	float: left;
	line-height: 27px;
	background: url(../images/nav_right.jpg) no-repeat 100% 0;
	color: #000000;
	text-decoration: none;
	position: relative;
	z-index: -2000em;
}

#nav li a small {
	font-size: 80%;
}

#nav li.act {
	background: url(../images/nav_act_left.jpg) no-repeat 0 0;
}

#nav li.act a {
	background: url(../images/nav_act_right.jpg) no-repeat 100% 0;
	color: #ffffff;
	padding-top:0px;
}

#nav li a span {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 13px;
}

#nav li a:hover {
	color: #6e5f00;
}

#nav2 {
	clear: left;
	width: 960px;
	position: absolute;
	z-index: 100;
	top: 27px;
	left: 100%;
	margin-left: -960px;
	height: 44px;
	border-bottom: 1px solid #000000;
}

#nav2 ul {
	padding-top: 8px;
	float: right;
}

#nav2 li {
	height: 36px;
	background: transparent !important;
	margin: 0;
}

#nav2 li a {
	height: 36px;
	line-height: 36px;
	background: url(../images/nav2_separator.png) no-repeat 0 50% transparent !important;
	text-decoration: none;
	font-size: 110%;
	color: #000000 !important;
	padding: 0 9px 0 10px;
}

#nav2 li a:hover {
	background-color: #d3b600 !important;
}

#nav2 li.act a, #nav2 li.act a:hover {
	color: #fae351 !important;
	background-color: #6d5e00 !important;
}

#content {
	background: #ebcb00;
	padding-top: 50px;
	padding-bottom: 15px;
}

#main {
	width: 960px;
	margin: 0 auto 0 auto;
	font-size: 1.15em;
}

#column_left {
	float: left;
	width: 310px;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 200%;
	font-weight: normal;
	line-height: 1.1;
	font-family: Arial, Tahoma, sans-serif;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 150%;
	color: #0062ad;
	font-weight: normal;
	font-family: Arial, Tahoma, sans-serif;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;	
}

p {
	margin: 0 0 20px 0;
}

p, li {
	font-size: 105%;
}

#main ul {
	display: block;
	margin: 0 0 20px 0;
}

#main ul li {
	list-style-type: none;
	display: block;
}

#main ul.ul_margin li {
	margin-bottom: 10px;	
}

#main ul.ul_arrow li {
	background: url(../images/li_arrow.gif) no-repeat 0 0.55em;
	padding-left: 10px;	
}

#main ol.empty li, #main ul.empty li {
	margin: 0 !important;
	background: transparent !important;
}

#main ul li img {
	display: inline;
	position: relative;
	left: 0;
	top: 2px;	
}

.fiilis {
	float: right;
	margin: 0 0 15px 15px;
}

#footer {
	padding-top: 40px;
	position: relative;
	top: -20px;
}

#logo_footer {
	background: url(../images/logo_aa.png) no-repeat;
	width: 112px;
	height: 36px;
	float: left;
	text-indent: -2000em;
	margin-right: 15px;
}

#footer .toimipisteet {
	float: right;
	width: 635px;
	text-align: right;
}

#footer .toimipisteet h3 {
	font-size: 115%;
}

.h2_nosto_txt {
	text-indent: -2000em;
	width: 325px;
	margin-bottom: 15px;
	float: left;
}

#colum_big {
	float: right;
	width: 635px;
}

.nostot {
	clear: both;
}

.nostot .nosto {
	float: left;
}

.nostot_perus .nosto {
	width: 310px;
	margin-right: 15px;
	owerflow: hidden;
}

.nostot_perus h3 {
	margin-bottom: 10px !important;
}

.nostot_perus p {
	margin-bottom: 12px !important;
}

.nostot .nosto_last {
	margin-right: 0 !important;
}

.nostot_footer {
	width: 960px;
	margin: 0 auto 0 auto;
}

.nostot_footer .nosto {
	width: 310px;
	margin-right: 15px;
}

.nostot_footer .nosto_wide {

}

.nostot_footer h3 {
	color: #000000;
	margin-bottom: 5px;
	font-size: 135%;	
}

.nostot_footer ul {
	display: block;
	float: left;
}

.nostot_footer li {
	list-style-type: none;
	display: block;
	font-size: 1.1em;
	color: #555555;
	line-height: 140%;
}

.h2_viiva {
	background: url(../images/line.gif) repeat-x 0 50%;
	font-size: 110% !important;
	margin: 5px 0 15px 0 !important;
	clear: left;
}

.h2_viiva span {
	background: #ebcb00;
	padding: 0 5px 0 5px;
	position: relative;
	left: 20px;
}

.hr { /* vaakaviiva */
	clear: both;
	height: 10px;
	border-bottom: 1px solid #555555;
	margin-bottom: 20px;
	clear: both;
}

.hr hr {
	display: none;
}

.h2_nosto_txt_henkilokunta {
	background: url(../images/nosto_txt_henkilokunta.png) no-repeat;
	height: 200px;
}

.h2_nosto_txt_yhteys {
	background: url(../images/nosto_txt_yhteys.png) no-repeat;
	height: 63px;
}

#asiakkaiden_suusta {
	background: url(../images/txt-asiakkaidemme-kertomaa.png) no-repeat 50% 10px;
	width: 597px;
	padding: 50px 5px 10px 10px;
}

#asiakkaiden_suusta .content {
	overflow: scroll;
	overflow-x: hidden;
	height: 310px;	
}

#asiakkaiden_suusta .content p {
	font-size: 115%;
	margin-bottom: 10px;	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-2px;
	top:-2px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.a_asiakkaiden_suusta {
	display: block;
	background: url(../images/a_asiakkaiden_suusta.png) no-repeat;
	width: 314px;
	height: 44px;
	text-indent: -2000em;
	clear: left;
}

.scroll-box {
	overflow: auto;
	width: 98%;
	padding-right: 2%;
	max-height: 325px;
	height: auto !important;
	height: 325px;
}


#column_left .scroll-box {
	max-height: 450px;
	height: auto !important;
	height: 450px;
}


/***** LOMAKKEET ******/

.form {
	margin-bottom: 20px;
}

.form_left {
	float: left;
}

.form_narrow {
	width: 50%;
}

.form select, .form input.input_txt, .form textarea {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
	font-size: 110%;
	font-family: "Lucida sans unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
}

.form .input_txt, .form textarea {
	width: 90%;
}

.form select {
	width: 93%;
}

.form .form_item_wide .input_txt, .form .form_item_wide textarea, .form .form_item_wide select {
	width: 95%;
}

.form_item_wide select {
	width: 96% !important;
}

.form_item_wide select optgroup {
	font-style: normal;
	font-weight: bold;
}

.form_item_wide select optgroup option {
	background-color: #ffffff;
}

.form textarea {
	line-height: 125%;
}

.form .form_item {
	width: 49%;
	margin-bottom: 10px;
}

.form .form_item_wide {
	width: 98%;
}

.form .form_item_float {
	float: left;
}

.form .form_item_clear {
	clear: both;
}

.form .form_item_top {
	padding-top: 25px !important;
}

.form .form_item label {
	float: left;
	width: 100%;
	line-height: 11px;
	display: block;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #000000;
	font-size: 110%;
}

.form .form_item label small {
	color: #444444;
}

.form .form_item .input_txt, .form .form_item select {
	clear: left;
	display: block;
}

.form .form_item_button {
	padding-top: 10px;
}

.form_item_button input {
	text-align: left;
	overflow: visible;
	width: auto;
	cursor: pointer;
	cursor: hand;
	background: url(../images/b_bg.jpg) repeat-x #0078B5;
	border: none;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 1px 10px;
	color: #ffffff;
	font-size: 120%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.form_item_date .date_item {
	float: left;
	width: 31%;
	margin-bottom: 10px;
}

.form_item_checkbox {
	clear: left;
}

.form_item_checkbox label {
	width: 49% !important;
	float: left;
}

.form_item_checkbox input {
	display: inline;
	width: auto;
	border: none;
}

.checkbox_item {
	float: right;
	clear: right;
	width: 49%;
	white-space: nowrap;
}

.form_item_nopadding {
	padding-top: 0 !important;
}

.form_item .error {
	border: 1px solid #ff0000;
}


.form_item .tarkennus {
	clear: left;
	padding-top: 2px;
}

.form_item .tarkennus input {
	float: left;
}

.form_item .tarkennus label {
	font-size: 100% !important;
	line-height: inherit !important;
	margin: 2px 0 0 0 !important;
	color: #000000;
}

.form_item .start {
	float: left;
	width: 50%;
	clear: left;
}

.form_item .aikarajaus select {
	width: 20% !important;
	margin-right: 5px;
	float: left;
	clear: none;
}

.form_item .aikarajaus {
	background: url(../images/line.gif) no-repeat 48% 14px;
	clear: both;
	width: 100% !important;
}

.form_item .aikarajaus select.klo {
	width: 26% !important;
}

.form_item .end {
	float: left;
	width: 49%;
}

.label_group {
	float: left;
	font-weight: bold;
}

.radio_group {
	clear: left;
	border-bottom: 1px solid #555555;
	padding-top: 5px;
	margin: 0 0 25px 0;
}

.radio_group input {
	float: left;
	display: block;
	width: auto;
	margin-right: 5px;
	border: none;
	
}

.radio_group label {
	line-height: 20px !important;
	display: block !important;
	float: none !important;
	white-space: nowrap;
	padding: 8px 10px;
	margin: 0 !important;
	border-top: 1px solid #555555;
	cursor: pointer;
	cursor: hand;
}

.radio_group label:hover {
	background-color: #efdf73;
}

.ul_block li {
	display: block;
	margin-bottom: 5px;
	background: url(../images/ul_block_top.png) no-repeat !important;
	padding: 0 !important;
}

.ul_block_2 li {
	float: left;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 8px;
}

.ul_block_2 li.last {
	margin-right: 0;
}

.ul_block li a {
	display: block;
	line-height: 130%;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background: #F3DF85;
	color: #000000;
	font-size: 110%;
}

#column_left .accordion {
	width: 300px;
}

.accordion h3 {
	margin-bottom: 4px !important;
	position: relative;
	z-index: 10;
}

.accordion h3 a {
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
	display: block;
	padding: 4px 6px;
	font-weight: normal;
	font-size: 90%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.accordion h3 a:hover {
	background-color: #666666;
}

.accordion ul {
	background: #ffffff;
	display: block;
	padding-top: 15px;
	position: relative;
	top: -14px;
	margin-bottom: -5px !important;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.accordion li {
	diplay: block;
	padding-bottom: 5px;
}

.accordion li a {
	text-decoration: none;
	color: #000000;
	margin: 0 5px 0 5px;
	padding: 5px;
	font-family: Arial, sans-serif;
	display: block;
	background: #fafafa;
	line-height: 1.4;
	font-size: 95%;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordion li a:hover {
	background: #efefef;
}

.accordion li .price {
	float: right;
	font-size: 95%;
	width: 70px;
	white-space: nowrap;
}

.accordion li .content {
	float: left;
	width: 206px;	
}

.accordion .price .price_top {
	float: right;	
}

.accordion .price .alv {
	float: right;
	clear: right;
	color: #777777;
	font-size: 95%;
}

.accordion a .period {
	
}

.accordion a .sliding {
	margin: 0;
	color: #dd0000;
	font-size: 95%;
	line-height: 1.4;
}

.accordion li .link_txt {
	font-size: 85%;
	font-weight: bold;
	float: right;
	text-align: right;
	width: 70px;
	color: #0062ad;
	text-decoration: underline;
	display: inline-block;
	padding-top: 2px;
}

.column_info {
	float: left;
	width: 310px;
}

.table {
	width: 615px;
}

.table th {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.table thead th {
	text-align: center;
	vertical-align: bottom;
	padding-right: 0;
	height: 35px;
	line-height: 35px;
	background: url(../images/table_thead_th_bg.jpg) no-repeat 0 0;
	font-size: 120%;
}

.table tbody th {
	white-space: nowrap;
	font-size: 105%;
	padding-right: 10px;
}

.table td {
	height: 42px;
	background: url(../images/table_tbody_td_bg.jpg) no-repeat 100% 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 105%;
	width: 124px;
	font-weight: bold;
}

.table td.style1 {
	color: #cd3000;
}

.table td.style2 {
	color: #134984;
}

.table td.x span {
	display: block;
	height: 35px;
	background: url(../images/icon_x.png) no-repeat 50% 50%;
	text-indent: -2000em;
}

.table td.fade {
	color: #756500;
	font-weight: normal;
}

.table .empty {
	background: transparent !important;
}

.table tfoot {
	font-weight: bold;
}

a.a_ilmoittaudu {
	background: url(../images/a_ilmoittaudu.png) no-repeat;
	width: 310px;
	height: 80px;
	display: block;
	margin-bottom: 6px;
	text-indent: -2000em;
	position: relative;
	left: -3px;
	clear: left;
}

a.a_ilmoittaudu:hover {
	background: url(../images/a_ilmoittaudu_hover.png) no-repeat;
}

a.b-alkavat {
	background: url(../images/b-alkavat-ilmoittaudu.png) no-repeat 50% 0;
	width: 310px;
	height: 80px;
	display: block;
	margin-bottom: 6px;
	text-indent: -2000em;
	position: relative;
	left: -3px;
	clear: left;
}

a.b-alkavat:hover {
	background-position: 50% 100%;
}

span.nro {
	display: inline-block;
	background: #E83802;
	padding: 1px 7px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, sans-serif;
}

/********** ILMOITTAUMINEN START ***********/

.lomake {
	border: 10px solid #f7eb9d;
	background: #efd94b;
	padding: 15px 20px 5px 20px;
	margin-bottom: 25px;
}

#ilmo_info {
	width: 280px;
	padding-top: 15px;
	border-top: 1px solid #000000;
	clear: left; 
	position: relative;
	top: 10px;
}

#ilmo_info h3 {
	margin-bottom: 10px !important;
}

#ilmo_info .image_right {
	left: 0 !important;
}

.h2_nosto_txt_ilmo {
	height: 134px;
	background: url(../images/nosto_txt_ilmo.png) no-repeat;
}

.box {
	padding: 15px 20px 5px 20px;
	background: #2f72bb;
	margin-bottom: 20px;
	color: #ffffff;
}

.box a {
	color: #ffffff !important;
}

.box p {
	margin: 0 0 10px 0 !important;
}

.box_error {
	background: #e83802 !important;
}

/* BOXIT */

.block {
	font-size: 100%;
	margin-bottom: 5px;
}

.block_wide {
	background: url(../images/block_wide_top.png) no-repeat 50% 0;
}

.block_wide .block_bg {
	background: url(../images/block_wide_bottom.png) no-repeat 50% 100%;
	padding: 15px 18px 1px;
}

.block h3 {
	color: #000000 !important;
	font-weight: bold !important;
	margin-bottom: 2px !important;
}

.block p {
	line-height: 135%;
	margin-bottom: 10px !important;
}

div.kaara {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
}

div.kaara_last {
	margin-right: 0;
	float: right;
}

.kaara img {
	border: 5px solid #f6f4e4;
}

h4.kaaranimi {
	color: #000000;
}

.hkuntarunko {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	height: 132px;
}

.hkuntarunko_last {
	margin: 0;	
}
	
.hkuntarunko h4 {
	margin-bottom: 8px !important;
	color: #000000 !important;
}
	
.hkuntarunko img {
	width: 100px;
	border: 5px solid #f6f4e4;
	float: left;
	margin-right: 10px;
}

.toimipiste {
	float: left;
	width: 45%;
	padding-right: 4%;
}

#kartat .kartta {
	width: 45%;
	padding-right: 4%;
	float: left;
	margin-bottom: 15px;
}

#kartat .kartta img {
	border: 5px solid #ffffff;
}

.palaute {
	width: 260px;
	float: left;
}

.palaute label {
	display: block;
	font-size: 100%;
	padding-top: 3px;	
}

.palaute .inputti {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
	font-size: 95%;
	width: 95%;
}

.palaute .selekti {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
	font-size: 95%;
	width: 98%;
}

.palaute .txtkentta {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
	font-size: 95%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, serif;
	width: 95%;
	height: 125px;
}

#maksuaikaa {
	display: block;
	width: 181px;
	height: 51px;
	padding: 15px 0 0 118px;
	background: url(../images/maksuaikaa.png) no-repeat;
	font-size: 125%;
	text-decoration: none;
	color: #000000;
	line-height: 1.6;
	margin: 15px 0 20px 0;
}

#maksuaikaa span {
	display: block;
	font-size: 80%;
	text-decoration: underline;
	color: #0062AD;
}

#maksuaikaa:hover span {
	text-decoration: none;
}

#tab-nav {
	display: block;
	border-bottom: 1px solid #000000;
	height: 40px;
	padding-left: 15px;
}

#tab-nav li {
	display: block;
	float: left;
	margin-right: 2px;
}

#tab-nav li a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	color: #443d12;
	background: #F4DB4A;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	font-family: Arial, sans-serif;
	padding: 0 10px;
	border: 1px solid #443d12;
	font-size: 150%;
}

#tab-nav li a:hover {
	background: #f4e489;
}

#tab-nav a.act {
	color: #000000;
	background: #ffffff !important; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBCB00') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EBCB00)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #EBCB00) !important; /* for firefox 3.6+ */ 
	border-bottom: none;
	height: 40px;
	border-color: #000000;
	font-weight: bold;
}

/* FACEBOX */

#facebox {
	font-size: 110%;
}

.window {
	width: 500px;
	padding: 20px 25px;
}

/* PREVIEW */

#preview {
	position: absolute;
	border: 1px solid #ffffff;
	background: #ffffff;
	padding: 7px;
	display: none;
	color: #ffffff;
	margin-left: -175px;
	margin-top: 25px;
}





