@charset "utf-8";
/*------------Reseteo--------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	outline: none;
}
.clear {
	clear:both;
	height:0;
}
.no_bold {
	font-weight:normal;
}
/*-------*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight:normal;
	font-size:12px;
	background:#b6bec9 url(../img/bg.png) repeat-x 0 0;
	text-align: center;
	color: #111;
}
#container {
	width:980px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000;
}
#contenido {
	width:980px;
	clear:both;
}
#header {
	height: 83px;
	background-color:#fff;
}
#col_izq {
	width: 160px;
	background-color:#fff;
	float:left;
	padding:10px;
}
#principal {
	/*margin:0 0 0 160px;*/
	float:left;
}
#central {
	width:600px;
	float:left;
	padding:10px;
}
#col_dcha {
	width:160px;
	float:right;
	padding:10px;
	background-color: #fff;
}
#central_noticias {
	width:760px;
	float:left;
	padding:10px;
	background-color: #fff;
}
#footer {
	clear:both;
	background:#fed40e url(../img/bg_footer.png) 0 0 no-repeat;
	color:#111;
	text-align:center;
	height:20px;
	padding-top:2px;
	padding-bottom:0;
	border-top:1px solid #000;
}
#footer a:link, #footer a:visited {
	color:#111;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#111;
	text-decoration:underline;
}
#idioma {
	position:absolute;
	left:0px;
	top:150px;
	height:10px;
	background:#00CC33;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.texto {
	font-size:14px;
	color:#333;
	padding:20px;
}
h1 {
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin:5px 0 16px 5px;
	color:#333;
	border-bottom:1px solid #333;
}
/*-------------------LOGIN - entrada privada ------------*/
#entrada_privada {
	width: 160px;
	padding-top:10px;
	font-weight:bold;
	display:none;
	
}
.entrada_privada{
	background:url(../img/bg_login_box.png) 0 0 repeat-x;
}
#entrada_privada h2 {
	font-weight:bold;
	font-size:15px;
	margin:9px auto 6px auto;
	border-bottom:2px solid #333;
	padding-bottom:3px;
}
#entrada_privada label {
	width:60px;
	float:left;
	text-align:right;
	padding:4px;
	margin-bottom:6px;
	font-size:14px;
}
#entrada_privada label#label_recordar {
	width:60px;
	float:none;
	text-align:right;
	padding:0;
	font-size:12px;
}
#entrada_privada input {
	font-weight:normal;
	width:110px;
	float:right;
	margin-right:10px;
	padding:3px;
	border:2px solid #444;
	margin-bottom:7px;
	background:#fff url(../img/bg_input.png) repeat-x 0 0;
}
#entrada_privada input#recordar {
	margin:0;
	margin-right:6px;
	float:none;
	background:none;
	border:0;
	vertical-align:middle;
	width:20px;
}
#login_avisos {
	color:#660033;
	clear:both;
	padding:0;
	margin:0;
}
#alta_profesionales_link {
	margin-top:10px;
	margin-bottom:15px;
	clear:both;
}
a#alta_profesionales_button {
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	text-decoration:none;
	width:140px;
}
#entrar{
	   margin:14px auto 5px auto;
	   font:bold 14px "Trebuchet MS", Arial, Helvetica;
	   width:140px;
}
/*-------Menu--------------*/
#MainMenu {
	height:36px;
	background: #fff url("../img/bg_menu_top.gif");
	margin:0;
	border:0;
	text-align:center;
	margin:0 auto;
}
#tab {
	margin:0;
	top:0;
	text-align:center;
	width:978px;
	margin-left:5px;
}
#tab ul {
	margin:0 auto;
	text-align:center;
	list-style:none;
}
#tab li {
	float:left;
	margin:0;
	padding:0;
}
#tab a {
	background: url("../img/bg_menu_top.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
}
#tab a span {
	display:block;
	background:url("../img/item_menu_top.gif") no-repeat left top;
	padding:0 30px;
	font-size:18px;
	color:#fff;
	line-height:36px;
}
#tab a:hover, #tab li.item_active a {
	background-position:right bottom;
}
#tab a:hover span, #tab li.item_active a span {
	background-position:left bottom;
	color:#000;
	text-decoration:none;
}
/*---------Modulos----------------*/
#col_izq div, #col_dcha div{
	margin:0 auto 10px auto;
}

#modulo_bannersfooter {
	margin-top:15px;
}
#banner_central_top h1{
	font-size:14px;
	font-weight:bold;
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}

/*----Módulo BUSCADOR----*/
div#buscador_box {
	width:600px;
	border:0;
	background:url(../img/bg_buscador_box_2.jpg) 0 0 repeat-x;
	margin-bottom:5px;
	text-align:center;
	padding:10px 0 20px 0;
}
#buscador_box h1, #menu_agremiado h1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:6px;
	color:#111;
	border-bottom:2px solid #000;
}
#tabla_buscador{
	width:568px;
	margin:0 auto;
	text-align:left;
}
#tabla_buscador td{
	padding-right:8px;
}
#tabla_buscador select{
	border:1px solid #999;
	padding:2px;
}
#tabla_buscador td p{
	font:normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#333;
	padding-top:4px;
}
#tabla_buscador td.campos_buscador{
	padding:10px 0 2px 0;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#333;
}
#buscador_box select{
	width:180px;
}
#buscador_box select.semiselect{
	width:80px;
}
option.destacados {
	font-weight:bold;
	color:#003399;
}

#tabla_buscador td p#adv_buscador {
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#990000;
	margin-bottom:-10px;
}
input#buscar {
background:url("../img/bg_bots_1.png") repeat-x scroll 0 -2px #000000;
border:1px solid #ccc;
color:#fff;
font:bold 18px "Trebuchet MS",Arial,Helvetica;
height:36px;
margin-top:30px;
padding:4px 30px 10px;
}
/*----Listado vehiculos-----y FICHA*/
div#lista_resultados {
	width:960px;
	padding:10px;
	margin:0 auto;/*background:url(../img/bg_tabla_intro_vehiculo.png) 0 0 repeat-x;*/
}
div#lista_resultados h3 {
	font:normal 20px "Trebuchet MS", Arial, Helvetica;
	margin:20px 0 0 0;
	color:#444;
}
div#lista_resultados h3.leyenda_resultados{
	background-color:#bbb;
	border:1px solid #333;
	margin:8px auto;
	padding:4px 0 4px 10px;
	text-align:left;
	width:940px;
	font-size:14px;
}
h3.leyenda_resultados span{
	font-weight:bold;
}
div#lista_resultados h4 {
	font:normal 18px "Trebuchet MS", Arial, Helvetica;
	margin:40px 0 40px 0;
	color:#666;
}
div#lista_resultados th {
	text-align:center;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	padding:5px;
	background-color:#666;
	border-right:1px solid #DFDFE0;
}
div#lista_resultados td {
	padding:5px;
	text-align:left;
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	text-align:center;
}
p#label_observaciones {
	width:490px;
	padding:5px;
	text-align:left;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	border-bottom:1px solid #333;
}
div#lista_resultados tr:hover {
	background-color:#ddd;
}
div#lista_resultados td.td_centrada {
	text-align:center;
}
div#lista_resultados td p {
	margin:5px 0 5px 0;
}
div#lista_resultados td.label {
	text-align:right;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#333;
	padding-right:8px;
}
div#lista_resultados td.titol_tabla {
	font:normal 18px "Trebuchet MS", Arial, Helvetica;
	text-align:center;
	background:#999 url(../img/bg_titol_tablas_fichas.png) repeat-x left -2px;
	color:#fff;
	padding:4px;
	height:26px;
	overflow:hidden;
}
span.precio {
	color:#990000;
	font-size:20px;
}
div#lista_resultados a:link, div#lista_resultados a:visited {
	color:#006600;
	text-decoration:none;
}
div#lista_resultados a:hover {
	color:#990000;
	text-decoration:underline;
}
table#busqueda_resultados th a:link, table#busqueda_resultados th a:visited {
	color:#fff;
	text-decoration:underline;
	padding:0;
}
table#busqueda_resultados th a:hover, table#busqueda_resultados th a:active {
	   color:#ddd;
	   padding:0;
}
table#busqueda_resultados th img {
	   margin-left:6px;
}
div#lista_resultados td img {
	   border:1px solid #111;
}
.foto_lista img{
	width:120px;
	height:90px;
	overflow:hidden;
}
div#img_big {
	   width:400px;
	   background:#fff url(../img/cargando_imagen.gif) no-repeat 50% 45%;
	   height:310px;
	   padding-left:13px;
}
#ficha_left {
	   margin:0;
	   padding:0;
	   width:430px;
	   float:left;
	   padding-left:10px;
}

#ficha_right{
	   width:490px;
	   float:right;
	   margin:0;
	   padding:0 10px;
}
#ficha_right ul{
	   float:left;
	   margin-left:5px;
	   text-align:left;
	   padding:0 15px 0 0;
	   width:225px;
}
#ficha_right li{
	   font-size:14px;
	   margin-bottom:6px;
}
#ficha_right h5{
	   font-size:16px;
	   color:#333;
	   border-bottom:1px solid #333;
	   margin-top:15px;
}
#txt_obs{
	   text-align:left;
	   margin:10px 5px;
	   font-size:14px;
	   line-height:22px;
	   color:#333;
	   width:460px;
}
#txt_obs ul{
	margin-left:30px;
	float:left;
	width:180px;
	padding:0;
}
#txt_obs li{
	list-style-image:url(../img/eq_ok.png);
}
#txt_obs div, #txt_obs p{
	clear:both;
}
#datos_vendedor{
	   width:920px;
	   margin:10px auto;
	   padding:10px;
	   background-color:#ddd;
}
#datos_vendedor ul{
	float:left;
	text-align:left;
	margin:0 0 10px 10px;
}
#datos_vendedor li{
	font-size:13px;
	padding-bottom:5px;
}
#map{
	border:1px solid #333;
	margin:6px 0 6px 10px;
}
div#lista_resultados img.iconos_datos {
	border:0;
	margin-right:5px;
}
img.iconos_datos {
	border:0;
	margin-right:5px;
}
/*-----fira--*/
div#encuentra_stand_fira {
	font:bold 26px "Trebuchet MS", Arial, Helvetica;
	color:#3cac48;
	text-align:center;
}
div#ficha_left_fira {
	margin:0;
	padding:0;
	height:408px;
}
div#ficha_left img, div#ficha_left_fira img {
	margin-bottom:10px;
}
div#ficha_left img.imagenVehiculo_big, div#ficha_left_fira img.imagenVehiculo_big {
	border-color:#fff;
}
div#ficha_left img.imagen_mini, div#ficha_left_fira img.imagen_mini {
	border:2px solid #999;
	margin:0 1px 29px 1px;
}
div#ficha_left img.imagen_mini:hover, div#ficha_left_fira img.imagen_mini:hover {
	border:2px solid #000;
}
/*div#datos_fira {
	width:416px;
	background:#fff url(/img/bg_fira_datos.png) 0 0 repeat-y;
}*/

/*--Fin FIRA--*/
table#tabla_ficha_busqueda td.ficha_left {
	text-align:left;
	padding-left:15px;
}
table#tabla_ficha_busqueda tr:hover {
	background-color:#fff;
}
h1#ficha {
	font-weight:normal;
	margin:15px 5px 20px 5px;
}
h1#ficha span{
	font-size:16px;
}
div#volver_busqueda_1, div#volver_busqueda_2 {
	text-align:left;
	width:940px;
	background-color:#eee;
	padding:4px;
	border:1px solid #ccc;
	margin:0 auto;
}
div#volver_busqueda_1 img, div#volver_busqueda_2 img {
	margin:4px;
	margin-right:10px;
	vertical-align:middle;
}
div#volver_busqueda_1 a, div#volver_busqueda_2 a {
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	vertical-align:middle;
}
div#volver_busqueda_1 a:link, div#volver_busqueda_1 a:visited, div#volver_busqueda_2 a:link, div#volver_busqueda_2 a:visited {
	color:#003366;
	text-decoration:none;
}
div#volver_busqueda_1 a:hover, div#volver_busqueda_2 a:hover {
	color:#006600;
	text-decoration:underline;
}
.barra_iconos_left {
	float:left;
}
.barra_iconos_right {
	float:right;
	margin-right:10px;
}
div.barra_iconos_clear {
	clear:both;
}
table#busqueda_resultados td {
	height:95px;
	padding:5px 0 0 0;
}
table#busqueda_resultados a:link, table#busqueda_resultados a:visited {
	color:#333;
	text-decoration:none;
	width:100%;
	padding:40px 0 40px 0;
}
table#busqueda_resultados a:hover {
	text-decoration:underline;
}
table#busqueda_resultados a.pvp:link, table#busqueda_resultados a.pvp:visited {
	color:#993300;
	font-weight:bold;
	white-space: nowrap;
}
td.celda_equipamiento {
	text-align:left !important;
	padding-left:40px;
}
td.celda_equipamiento ul {
	margin-top:10px;
	margin-left:30px;
}
td.celda_equipamiento ul li {
	list-style-image:url(../img/eq_ok.png);
	padding-left:10px;
	height:24px;
}
div#observaciones {
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	padding:10px;
	margin-top:10px;
	text-align:left;
}
textarea {
	width:470px;
	background-color:#fff;
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	border:1px solid #ddd;
	padding:10px;
	margin-top:10px;
}
div.paginacion {
	width:955px;
	font:normal 14px "Trebuchet MS", Arial, Helvetica;
	color:#444;
	text-align:center;
	margin:10px 0;
	padding-left:5px;
}
div.paginacion p {
	margin-bottom:12px;
}
div.paginacion a:link {
	color:#060;
	text-decoration:none;
}
div.paginacion a:visited {
	color:#aaa;
	text-decoration:none;
}
div.paginacion a:hover, div.paginacion a:active {
	color:#900;
	text-decoration:underline;
}
div.paginacion span {
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:0 6px 0 6px;
}
span.dato {
	font:bold 15px "Trebuchet MS", Arial, Helvetica;
	color:#444;
}
/*-------Form Contacto --*/
#formulario_contacto_vendedor {
	float:right;
	background-color:#bbb;
	border:1px solid #333;
	margin-right:10px;
}

#formulario_contacto_vendedor fieldset{
	width:380px;
	padding:10px 20px;
}
#contacto_main{
	width:380px;
	margin:20px auto;
	padding:20px;
}
#formulario_contacto_vendedor legend {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
}
#formulario_contacto_vendedor label, #contacto_main label{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	width:90px;
	text-align:right;
}
#formulario_contacto_vendedor #message_box{
	width:380px;
	height:470px;
	font-size:14px;	
}
#message_box h6{
	font-size:20px;
	padding-top:160px;
}
#formulario_contacto_vendedor input, #formulario_contacto_vendedor textarea, #contacto_main input, #contacto_main textarea{
	margin:0;
	float:right;
	width:250px;
	padding:3px;
	border:2px solid #999;
	margin-bottom:10px;
}
.aviso{
	clear:both;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#900;
	margin:5px 0 4px 120px;
}
#formulario_contacto_vendedor #enviar, #contacto_main #enviar{
	float:none;
	clear:both;
	padding:4px 30px 10px 30px;
	color:#fff;
	background:#000 url(../img/bg_bots_1.png) repeat-x 0 -2px;
	height:36px;
	border:0;
	font:bold 18px "Trebuchet MS", Arial, Helvetica;
	margin-top:30px;
	border:1px solid #c6cacd;
}
/*---form contacto--*/
div#formulario {
	width:600px;
	border:0;
	background:url(../img/bg_buscador_box.png) 0 0 repeat-x;
	margin-bottom:5px;
	text-align:center;
}
div#formulario h1 {
	font:bold 18px "Trebuchet MS", Arial, Helvetica;
	text-align:center;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:30px;
	color:#111;
	border-bottom:1px solid #000;
}
div#formulario label, div#formulario input {
	display: block;
	width: 150px;
	margin-bottom: 5px;
	padding:4px;
}
div#formulario label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#111;
}
div#formulario input.campo:focus {
	background-color:#eee;
	border:1px solid #111;
}
div#formulario .campo {
	border:1px solid #2d557d;
	margin-left:10px;
	width:220px;
}
div#formulario textarea.campo {
	padding:4px;
}
div#formulario .campo2 {
	border:1px solid #2d557d;
	margin-left:10px;
	width: 200px;
}
div#formulario #enviar_contacto {
	background:#000000 url(../img/bmid_113.gif) repeat-x scroll 0 0;
	margin-top:14px;
	font:bold 16px "Trebuchet MS", Arial, Helvetica;
	color:#fff;
	cursor:pointer;
	cursor:hand;
	border:0;
	padding:4px 30px 4px 30px;
	margin-bottom:20px;
	width:160px;
}
div#formulario #msgNombre, div#formulario #msgMail {
	margin-left:20px;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#990000;
}
/*Formulario Contacto*/
#contacto_box{
	border:1px solid #333;
	background:transparent url(../img/bg_buscador_box.png) 0 0 repeat-x;
	text-align:center;
	margin:5px 0 5px 5px;
}
#datos_contacto {
	margin:20px;
	font-size:14px;
	text-align:left;
	line-height:20px;
	padding:20px;
	border:1px solid #333;
	background-color:#ccc;
}
#datos_contacto h4{
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
p#txt_formu_contact{
	text-align:left;
	padding-left:20px;
}
#contacto_main{
	border:1px solid #333;
	background-color:#bbb;
}
#formu_contacto_gral {
	background-color:#fff;
	border:2px solid #333;
	padding:20px;
	width:500px;
	margin:10px auto 30px auto;
	text-align:center;
}
/*#formulario p {*/
/*	text-align:left;*/
/*	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*	margin-left:30px;*/
/*}*/

/*-----------EN CONSTRUCCION-------*/
div#en_construccion {
	width:600px;
	border:0;
	background:url(../img/bg_buscador_box.png) 0 0 repeat-x;
	margin-bottom:5px;
	text-align:center;
	padding:130px 0 130px 0;
}
div#en_construccion h2 {
	font:bold 18px "Trebuchet MS", Arial, Helvetica;
	color:#CC3300;
	margin:15px;
}
div#en_construccion p {
	font:normal 16px "Trebuchet MS", Arial, Helvetica;
	color:#111;
	margin:15px;
}
/*-----------REVISTA, ALTAS-------*/
#revista, #altas{
	margin:5px 0 5px 5px;
	border:0;
	background:transparent url(../img/bg_buscador_box.png) 0 0 repeat-x;
	text-align:center;
	padding:0 0 5px 0;
}
#revista h2, #altas h2 {
	font:bold 16px "Trebuchet MS", Arial, Helvetica;
	color:#c30;
	margin:12px;
}
#altas h1 {
	font:normal 24px "Trebuchet MS", Arial, Helvetica;
	text-align:left !important;
	margin:20px 0 16px 5px;
	color:#222;
	border-bottom:1px solid #222;
}
#radio_box p, #revista p, #altas p {
	font:normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#111;
	margin:12px;
}
/*-----------REVISTA-------*/
#revista {
	padding-top:15px;
	padding-left:10px;
}
#revista h2{
	font-size:15px;
}
#revista ul{
	list-style:disc;
}
#revista li{
	font-size:13px;
	margin-bottom:6px;
	margin-left:20px;
}
.item_revista {
	float:left;
	text-align:center;
	width:149px;
	margin:0 20px 0 15px;
}
#revista img{
	border:1px solid #333;
}
/*---Altas---*/
#top_altas {
	color:#fff;
	font:normal 16px "Trebuchet MS", Arial, Helvetica;
	text-align:center;
	margin-bottom:20px;
	background:url(../img/bg_top_altas.png) repeat-x 0 0;
}
#enlace_pdf_altas {
	width:550px;
	color:#fff;
	font:normal 18px "Trebuchet MS", Arial, Helvetica;
	text-align:center;
	margin:20px auto;
	background-color:#000;
	padding:10px 0;
}
#top_altas_sub {
	color:#222;
	font:normal 13px "Trebuchet MS", Arial, Helvetica !important;
	text-align:center;
	margin-bottom:20px;
	background:url(../img/bg_top_altas_sub.png) repeat-x 0 0;
}
#box_alta_prof h3 strong {
	font-size:18px !important;
}
#altas {
	padding-top:15px;
	color:#333;
	margin:0;
}
#altas h5 {
	font-size:14px;
	font-weight:bold;
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
#altas_1, #altas_2, #altas_3, #altas_4, #altas_5 {
	background:#fff url(../img/bg_box_mini_white.png) repeat-x 0 0;
	width:250px;
	text-align:left;
	padding:10px;
	margin:10px 0;
	border:2px solid #333;
}
#altas li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:15px;
}
#altas_1 {
	float:left;
	margin-left:20px;
	height:280px;
}
#altas_2 {
	float:right;
	margin-right:20px;
	height:280px;
}
#altas_3 {
	float:left;
	margin-left:20px;
}
#altas_4 {
	float:right;
	margin-right:20px;
}
#altas_5 {
	float:left;
	margin-left:20px;
	padding-bottom:25px;
}
#rellene {
	width:530px;
	padding:10px;
	background-color:#fff;
	border:2px solid #000;
	margin:15px auto;
}
p#mas_info {
	background-color:#ccc;
	margin-top:20px;
	margin-bottom:20px;
	padding:4px;
	font:bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#altas a:link, #datos_contacto a:link, #altas a:visited, #datos_contacto a:visited {
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	color:#009900;
	text-decoration:none;
}
#altas a:hover, #altas a:active, #datos_contacto a:hover, #datos_contacto a:active {
	text-decoration:underline;
}
/*motos*/
#modelo_motos_home{
	width:175px;
	border: 1px solid #999999;
	padding: 3px;
}
input#buscar_motos {
background:url("../img/bg_bots_1.png") repeat-x scroll 0 -2px #000000;
border:1px solid #ccc;
color:#fff;
font:bold 18px "Trebuchet MS",Arial,Helvetica;
height:36px;
margin-top:30px;
padding:4px 25px;
}
