body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
a{
	text-decoration:underline;
	color: #aaa;
}
a:hover{
	text-decoration:none;
	color: #aaa;
}
.links{
	position: fixed;
	top: -1000px;
	left: -1000px;
}
.detall p{
	display: table;
	width: 100%;
	padding-top: 10px;
}
.detall-titol{
	display: table-cell;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
.detall-text{
	padding-left: 10px;
	display: table-cell;
	width: 78%;
	text-align: left;
}
.footer-app-store{
	height: 40px;
	vertical-align: middle;
	padding-left: 20px;
}
li{
	padding-top: 10px; 
}
.boxA, .boxB{
	width: 49%;
	min-height: 40px;
	float: left;
}
.boxA{

}
.boxB{

}
fieldset {
    background: none repeat scroll 0 0 #1e1e21;
    border: 1px solid #BBBBBB;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}
legend {
    background: none repeat scroll 0 0 #1e1e21;
    border: 1px solid #BBBBBB;
    font-size: 1.1em;
    padding: 0.4em 0.8em;
}
fieldset p{
	padding-top: 10px;
}
fieldset p label {
	width: 98%;
}
fieldset p input {
	width: 98%;
}
fieldset p input, fieldset p textarea, fieldset p select {
	background: #D8D8D8; /*#b1b1ba;*/
}
fieldset p input[type="submit"] {
	background: #585858;/* #2e2e33;*/
	color: #bbb;
	border: 1px solid #333;
}
fieldset p textarea{
	width: 98%;
	min-height: 200px;
}
fieldset input[type="submit"] {
	width: 100px;
	border: 1px solid #006;
} 

table.ambborder {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.ambborder th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.ambborder td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
