
div, td, input, select {
	color:#DDD;
	font-size:14px;
	font-family:"Segoe UI","Trebuchet MS",sans-serif;
	text-decoration:none;
}

a {
	text-decoration:none;
}

body {
	margin:0;
	padding:0;
	background-color:white;
	background-image:url(../../../taiga_fich/bg.jpg)
	background-position: 100% 70%;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div.main {
	width:600px;
	background-color:white;
	margin:10% auto 0 auto;
	border:1px solid rgb(50,100,135);
	text-align:center;
	border-radius:16px;
	box-shadow:rgba(150,150,150,0.6) 2px 2px 3px;
}

div.main .logos {
	padding:25px;
}

div.main form {
	border-radius:0 0 14px 14px;
	background-color:rgb(50,100,135);
	padding:15px;
}

table.userzone {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

table.userzone td {
	vertical-align:top;
	padding-right:10px;
}

table.userzone td.label {
	text-align:right;
	text-shadow:0 0 4px rgb(173,193,207);
}

input[type='submit'] {
	font-size:110%;
	background-color:transparent;
	border:0;
	font-weight:bolder;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-shadow:0 0 4px rgb(173,193,207);
	color:rgb(224,231,237)}

.msg {
	color:rgb(224,231,237);
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:110%;
}

.field {
	font-size:85%;
	background-color:rgb(91,131,159);
	color:white;
	border:0 dotted lightgrey;
	padding:2px;
	letter-spacing:0.05em;
}

.field option {
	margin-top:0.5em;
}

.etabs {
	font-size:90%;
    float:left;
    margin-right:0.75em;
    margin-bottom: 15px;
	background-color:rgb(91,131,159);
}
.etabs div a {
	font-size:90%;
	color:rgb(224,231,237);
	white-space:nowrap;
	padding:2px;
}
.etabs div:hover {
	background-color:rgb(50,100,135);
}

a.back {
	color:rgb(173,193,207);
	font-size:80%;
	font-style:italic;	
}
a.back:hover {
	text-decoration:underline;
}


.r {
	text-align:right;
}
.newpwd a {
	color:rgb(173,193,207);
	text-shadow:0 0 4px rgb(173,193,207);
	font-size:65%;
}
.newpwd a:hover {
	color:rgb(224,231,237);
}

@font-face {
	font-family:tglogo;
	src:url(../../../taiga_libext/fontes/LetterGothicStd.ttf) format('truetype');
}

@font-face {
	font-family:tglogo;
	src:url(../../../taiga_libext/fontes/LetterGothicStd-Slanted.ttf) format('truetype');
	font-style:italic;
}


/********************************************************************************************************************************/

.logotaiga {
	display:inline-block;
	text-align:right;
	font-family:stdmenu,tglogo,"Open Sans","Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:1.4em;
	padding:25px 0 0 25px;
	text-transform:uppercase;
}

.logotaiga {
	color:#888;
}


.logotaiga .L1 {
	font-size:360%;
}

.logotaiga .L2 {
	font-style:italic;
}

.logotaiga .C1 {
	font-size:162%;
}

.logotaiga .C1 {
	font-weight:700;
	font-style:italic;
	color:rgb(50,100,135);
}

audio {
	display:block;
	width:16em;
	margin:2em auto 0 auto;
}