p{ color:#666; }

.divisao{
	display:block;
	width:100%;
	clear:both;
	border-bottom:solid 1px #EEE;
	margin-bottom:20px;
	height:10px;
	}

.cor_1{ color:#0099FF; } /* escura */
.cor_2{ color:#00CCCC; } /* quente */
.cor_3{ color:#CCCCFF; } /* clara  */
.cor_4{ color:#FFFFFF; }

.borda_cor_1{ border-color:#000000; } /* escura */
.borda_cor_2{ border-color:#F6F6F0; } /* quente */
.borda_cor_3{ border-color:#FF6600; } /* clara  */

.bg_cor_1{ background-color:#000000; } /* escura */
.bg_cor_2{ background-color:#F6F6F0; } /* quente */
.bg_cor_3{ background-color:#FF6600; } /* clara  */

.verde{		background-color:#66CC00;	}
.azul{		background-color:#0099FF;	}
.rosa{		background-color:#FF0066;	}
.branco{	background-color:#FFFFFF;	}

.div_h_20,
.div_h_40{
	display:block;
	height:20px;
	background-image:url(../imagens/divisao_h.png);
	background-position:left center;
	background-repeat:repeat-x;
	}
.div_h_40{
	height:40px;
	}
	
.div_v_20,
.div_v_40{
	display:block;
	width:20px;
	min-height:100%;
	background-image:url(../imagens/divisao_v.png);
	background-position:top center;
	background-repeat:repeat-y;
	overflow:inherit;
	margin:0px;
	padding:0px;
	}
.div_v_40{
	width:40px;
	}

.w_30{ width:30px; }
.w_40{ width:40px; }
.w_50{ width:50px; }
.w_60{ width:60px; }
.w_70{ width:70px; }
.w_80{ width:80px; }
.w_90{ width:90px; }
.w_100{ width:100px; }
.w_120{ width:120px; }
.w_140{ width:140px; }
.w_160{ width:160px; }
.w_180{ width:180px; }
.w_200{ width:200px; }
.w_220{ width:220px; }
.w_240{ width:240px; }
.w_250{ width:250px; }
.w_270{ width:270px; }
.w_280{ width:280px; }
.w_300{ width:300px; }
.w_350{ width:350px; }
.w_400{ width:400px; }
.w_450{ width:450px; }
.w_490{ width:490px; }
.w_500{ width:500px; }
.w_530{ width:530px; }
.w_630{ width:630px; }
.w_660{ width:660px; }
.w_670{ width:670px; }
.w_710{ width:710px; }
.w_800{ width:800px; }
.w_840{ width:840px; }

/* TABELAS */

.tabela{
	width:100%;
	border:solid 2px #000000;
	}
.tabela > tbody > tr > th{
	background-color:#333;
	border-bottom:solid 1px #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:left;
	color:#FFFFFF;
	}
.tabela > thead > tr > th{
	background-color:#333;
	border-bottom:solid 1px #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:left;
	color:#FFFFFF;
	}
.tabela > tbody > tr > td{
	background-color:#F6F6F6;
	}
.tabela > tbody > tr > td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	border-bottom:solid 1px #EEE;
	}
.tabela > tbody > tr > td > input[type=text]{
	width:95%;
	}
.tabela > tbody > tr:nth-child(odd) > td{
	background-color:#F3F3F3;
	}
.tabela > tbody > tr:nth-child(even) > td{
	background-color:#F9F9F9;
	}
.tabela > tfoot > tr > td{
	background-color:#FFF;
	border-top:solid 2px #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 5px 10px 5px;
	text-align:left;
	}


.registro{
	display:table;
	width:100%;
	border:solid 1px #EEE;
	margin:0px;
	padding:0px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
.registro > li{
	list-style:none;
	padding:5px 20px 5px 20px;
	margin:0px;
	min-height:22px;
	border-top:solid 1px #F6F6F6;
	clear:both;
	}
.registro > li:first-child{
	border:none;
	}
.registro > li > label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:120px;
	color:#F60;
	display:block;
	float:left;
	text-decoration:none;
	}
.registro > li > span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	display:block;
	text-decoration:none;
	margin-left:130px;
	}

/* TITULOS */
.titulo1,
.titulo2,
.titulo3,
.titulo4,
.titulo5,
.titulo6{ font-family:'Roboto','Arial', sans-serif; font-weight:500; text-decoration:none; color:#354674; margin:0px; padding:0px; line-height:100%; }
.titulo1{ font-size:42px; letter-spacing:-2px; margin-bottom:20px; }
.titulo2{ font-size:32px; letter-spacing:-1px; margin-bottom:15px; }
.titulo3{ font-size:26px; margin-bottom:10px; }
.titulo4{ font-size:22px; margin-bottom:5px; }
.titulo5{ font-size:18px; margin-bottom:5px; }
.titulo6{ font-size:16px; margin-bottom:5px; }

.link_titulo{ color:#AF1010; text-decoration:none; }
.link_titulo:hover{ color:#CF3030; text-decoration:underline; }

.bold{
	font-weight:bold;
	}

.bloco{
	display:block;
	}

/* TEXTOS */
.texto,
.texto_padrao,
.texto_claro{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:180%; margin:0px; }
.texto_claro{
	color:#EEEEEE;
	}
.texto_padrao_paragrafo,
.texto_paragrafo{ font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:180%; text-indent:20px; margin-bottom:20px; text-align:justify; word-spacing:-1px; }
.texto_mini{ font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:120%; }

.titulo_pagina{
	font-family:'Arial', sans-serif; 
	font-size:40px; 
	font-weight:100; 
	letter-spacing:-1px; 
	line-height:110%; 
	margin:0px 0px 10px 0px; 
	color:#2D5EA8;
	padding:5px;
	}

.credito_foto{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-transform:uppercase; text-align:right; margin-bottom:2px; }
.legenda{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; margin-bottom:30px; color:#F60;}
.subtitulo{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; margin:0px 0px 10px 0px; }
.chapeu{ font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; margin:0px; }
.rotulo{ font-family:'Arial', sans-serif; font-size:18px; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; line-height:100%; margin-bottom:5px;}
.titulo_pop{ font-famuly: 'Arial', sans-serif; font-size:24px; font-weight:bold; letter-spacing:-1px; line-height:120%; margin:0px 0px 15px 0px; }

.esq{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.dir{
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}

.foto{ display:block; }
.foto > a > img,
.foto > img{ 
	max-width:100%;
	max-height:100%;
	}

.sombra_1{ -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.10); box-shadow: 0px 0px 3px rgba(0,0,0,0.10); }
.sombra_2{ -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.20); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20); box-shadow: 0px 0px 5px rgba(0,0,0,0.20); }
.sombra_3{ -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.30); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.30); box-shadow: 0px 0px 10px rgba(0,0,0,0.30); }
.sombra_4{ -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.40); -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.40); box-shadow: 0px 0px 15px rgba(0,0,0,0.40); }
.sombra_5{ -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.10); box-shadow: 1px 1px 3px rgba(0,0,0,0.10); }
.sombra_6{ -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.30); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.30); box-shadow: 1px 1px 3px rgba(0,0,0,0.30); }
.sombra_7{ -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.60); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.60); box-shadow: 1px 1px 3px rgba(0,0,0,0.60); }
.sombra_8{ -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.80); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.80); box-shadow: 1px 1px 3px rgba(0,0,0,0.80); }
.sombra_9{ -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.10); -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.10); box-shadow: 2px 2px 8px rgba(0,0,0,0.10); }
.sombra_10{ -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.30); -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.30); box-shadow: 2px 2px 8px rgba(0,0,0,0.30); }
.sombra_11{ -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.60); -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.60); box-shadow: 2px 2px 8px rgba(0,0,0,0.60); }
.sombra_12{ -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.80); -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.80); box-shadow: 2px 2px 8px rgba(0,0,0,0.80); }

.arredondado_3{ -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.arredondado_5{ -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.arredondado_10{ -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.arredondado_15{ -moz-border-radius: 15px; -webkit-border-radius: 15px; }
.arredondado_20{ -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.degrade_1{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); 
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	}

.degrade_2{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#330000'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#330000)); 
	background: -moz-linear-gradient(top, #990000, #330000);
	}
	
.degrade_3{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000)); 
	background: -moz-linear-gradient(top, #444444, #000000);
	}

.borda_1{
	border-style: solid;
	border-width: 1px;
	}
	
.borda_2{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	}
.borda_3{
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	}
.borda_bottom{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
.borda_bottom_pontilhada{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
.borda_bottom_traco{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
.borda_erro{
	border:solid 2px #CC0000;
	}

.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6{ 
	display:table;
	width:100%;
	}
.grid_2 > li,
.grid_3 > li,
.grid_4 > li,
.grid_5 > li,
.grid_6 > li{ 
	display:block;
	float:left;
	}
.grid_2 > li{ width:50%; }
.grid_3 > li{ width:33%; }
.grid_4 > li{ width:25%; }
.grid_5 > li{ width:20%; }
.grid_6 > li{ width:16%; }

.textos_lista_vertical{ display:table; width:100%; margin:0px; padding:0px; }
.textos_lista_vertical > li{ margin:0px; padding:20px 0px 20px 0px;	display:block; list-style:none; border-bottom:solid 1px #eee; }

.link{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0099CC; text-decoration:none;}
.link:hover{ color:#006699; text-decoration:underline; }

.link_claro{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#EEEEEE; text-decoration:none;}
.link_claro:hover{ color:#FFFFFF; text-decoration:underline; }

/* padding */
.pad_5{ padding:5px; }
.pad_10{ padding:10px; }
.pad_15{ padding:15px; }
.pad_20{ padding:20px; }
.pad_30{ padding:30px; }
.pad_40{ padding:40px; }
.pad_50{ padding:50px; }
.pad_60{ padding:60px; }

.pad_esq_5{ padding-left:5px; }
.pad_esq_10{ padding-left:10px; }
.pad_esq_15{ padding-left:15px; }
.pad_esq_20{ padding-left:20px; }
.pad_esq_30{ padding-left:30px; }
.pad_esq_40{ padding-left:40px; }
.pad_esq_50{ padding-left:50px; }
.pad_esq_60{ padding-left:60px; }

/* MENU VERTICAL */
.menu_vertical{ width:100%; display:block; margin:0px 0px 10px 0px; }
.menu_vertical > li{ display:block; position:relative; }
.menu_vertical > li > a{ font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; display:block; padding:10px 15px 10px 15px; text-decoration:none; border-top:solid 1px #444; border-bottom:solid 1px #222; background-color:#333; color:#DDD; }
.menu_vertical > li > a:hover{ background-color:#666666; color:#FFFFFF; }
.menu_vertical > li:last-child > a{ border-bottom:none; }
.menu_vertical > li > a.atual{ color:#FFFFFF; background-color:#09F; border-top:solid 1px #06F; border-bottom:solid 1px #039; }

.menu_vertical > li:hover > .sub_menu_vertical{
	display:block;
	}
.sub_menu_vertical{
	width:220px;
	display:none;
	position:absolute;
	left:100%;
	top:0px;
	border-left:solid 1px #777;
	background-color:#666666;
	padding:0px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px; 
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	}
.sub_menu_vertical > li{
	position:relative;
	display:block;
	border-bottom:solid 1px #777777;
	}
.sub_menu_vertical > li:last-child{
	border:none;
	}
.sub_menu_vertical > li > a{
	display:block;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#EEEEEE;
	}
.sub_menu_vertical > li:first-child > a{
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	}
.sub_menu_vertical > li:last-child > a{
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	}
.sub_menu_vertical > li > a:hover{
	background-color:#333333;
	color:#FFFFFF;
	}

.sub_menu_vertical > li:hover > .sub_menu_vertical_2{
	display:block;
	}
.sub_menu_vertical_2{
	width:220px;
	display:none;
	position:absolute;
	left:100%;
	top:0px;
	border-left:solid 1px #777;
	background-color:#666666;
	padding:0px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px; 
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.20); 
	}
.sub_menu_vertical_2 > li{
	position:relative;
	display:block;
	border-bottom:solid 1px #777777;
	}
.sub_menu_vertical_2 > li:last-child{
	border:none;
	}
.sub_menu_vertical_2 > li > a{
	display:block;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#EEEEEE;
	}
.sub_menu_vertical_2 > li:first-child > a{
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	}
.sub_menu_vertical_2 > li:last-child > a{
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	}
.sub_menu_vertical_2 > li > a:hover{
	background-color:#333333;
	color:#FFFFFF;
	}

/* MENU HORIZONTAL */
.menu_horizontal{ width:100%; display:table; margin:0px 0px 10px 0px; }
.menu_horizontal > li{ display:block; float:left; }
.menu_horizontal > li > a{ display:block; padding:10px 10px 10px 10px; }

/* TEXTOS INFORMATIVOS HORIZONTAL */
.info_h{ display:table; width:100%; border:solid 1px #E6E6E6; padding:0px; margin:0px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#EEEEEE');  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#EEEEEE));  background: -moz-linear-gradient(top, #FCFCFC, #EEEEEE);  -moz-border-radius: 5px;  -webkit-border-radius: 5px; margin-bottom:10px; }
.info_h > li{ display:block; float:left; padding:5px 10px 5px 10px; text-align:left; border-left:solid 1px #eee; border-right:solid 1px #F9F9F9; }
.info_h > li:first-child{ border-left:none; }
.info_h > li:last-child{ border-right:none; }
.info_h > li > label{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#999; }
.info_h > li > span{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; }
.info_h > li > a.btn{ margin-top:4px; }

/* LINKS HORIZONTAIS */
.links_horizontais{ display:table; margin:0px; padding:0px; }
.links_horizontais > li{ display:block; float:left; margin:0px; padding:0px 15px 0px 8px; list-style:none; background-image:url(../imagens/dot_2_preto.jpg); background-repeat:no-repeat; background-position:left center; }
	
/* LISTA */
.lista{display:table;width:100%;border:solid 1px #EEE;margin:0;padding:0;-moz-border-radius:10px;-webkit-border-radius:10px;}
.lista>li{display:block;list-style:none;padding:5px;margin:0;border-top:solid 1px #EEE;}
.lista>li:first-child{border:none;}
.lista>li:nth-child(even){background-color:#F9F9F9;}
.lista>li:hover{background-color:#F3F3F3;}
.lista>li:first-child:hover{-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;}
.lista>li:last-child:hover{-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;}

/* LISTA FOTOS*/
.lista_fotos{display:table;width:100%;border:solid 1px #EEE;margin:0;padding:0px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.lista_fotos>li{display:block;list-style:none; float:left; padding:0px; margin:5px; width:40px; height:40px;}
.lista_fotos>li>a{display:table; margin:0px 5px 5px 0px; width:100%; height:100%; overflow:hidden; text-align:center; border:solid 1px #eee; background-color:#f6f6f6; }
.lista_fotos>li>a>img{ height:100%;}
.lista_fotos>li>a:hover{border:solid 1px #000;}

/* LISTA-ITENS (aplicados em células) FOTO/TEXTO/BOTŐES */
.lista-foto,
.lista-foto > a > img,
.lista-foto > img{	width:220px; }
.lista-foto{ vertical-align:top;}
.lista-texto{vertical-align:middle;padding:10px;}
.lista-botoes{ width:150px;text-align:right;height:100%;vertical-align:middle;}

.btn,
.btn_gd{
	background-color:#FFF;
	display:inline-block;
	font-family: 'Arial', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin:10px 0x 10px 0;
	padding:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	line-height:100%;
	text-decoration:none;
	cursor:pointer;
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.20); 
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.20); 
	box-shadow: 1px 1px 7px rgba(0,0,0,0.20);
	}
.btn:hover,
.btn_gd:hover{
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.40); 
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.40); 
	box-shadow: 1px 1px 7px rgba(0,0,0,0.40);
	}

.btn_gd{font-size:18px; letter-spacing:-1px; font-weight:normal; margin:10px 0 10px 0;padding:10px 15px 10px 15px;-moz-border-radius:5px;-webkit-border-radius:5px;line-height:100%;text-decoration:none;cursor:pointer;}

.btn > .btn_icon_esq,
.btn > .btn_icon_dir{
	width:16px;
	height:16px;
	}

.btn_icon_esq > span > img,
.btn_icon_esq > img{
	float:left;
	margin-right:7px;
	}
.btn_icon_dir > span > img,
.btn_icon_dir > img{
	float:right;
	margin-left:7px;
	}
.btn_icon_gd > span{
	display:block;
	padding-bottom:5px;
	text-align:center;
	}
.btn_icon_gd > span > img{
	width:32px;
	height:32px;
	}

.paginacao{ display:table; width:100%; margin-bottom:5px; background-color:#EEE; }
.paginacao > a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; display:block; float:left; padding:5px; text-decoration:none; margin-right:2px; color:#666; }
.paginacao > a.atual{ background-color:#000000; color:#FFFFFF; }
.paginacao > a:hover{ background-color:#F60; color:#FFFFFF; }
 
.msg_erro{
	display:table;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}

.form > span{display:table;  margin-bottom:8px; margin-right:10px;}
.form > span > label{display:block;color:#FFF;font-weight:300;font-family:'Roboto', Arial,Helvetica,sans-serif;font-size:14px;margin-bottom:1px;}
.form > span > input[type=text],
.form > span > input[type=password],
.form > span > textarea{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	padding:5px; 
	background-color:#F6F6F6;
	border:solid 1px #DDD;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	width:96%;
	}
.form > span > select{font-size:13px;line-height:13px;height:26px;}
.form > span > textarea{ height:60px; padding:10px;}
.form > span > input[type=text]:focus,
.form > span > input[type=password]:focus,
.form > span > textarea:focus{
	border-color:#F60;
	background-color:#FFF;
	}


.form_pq > span{ display:table; float:left; margin-bottom:15px;}
.form_pq > span > label{display:block;color:#369;font-weight:normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;margin-bottom:1px;}
.form_pq > span > input[type=text],
.form_pq > span > input[type=password],
.form_pq > span > textarea{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	padding:5px; 
	background-color:#F6F6F6;
	border:solid 1px #DDD;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	}
.form_pq > span > select{font-size:13px;line-height:13px;height:26px;}
.form_pq > span > textarea{ height:80px; padding:10px;}
.form_pq > span > input[type=text]:focus,
.form_pq > span > input[type=password]:focus,
.form_pq > span > textarea:focus{
	border-color:#F60;
	background-color:#FFF;
	}