@charset "utf-8";

/* CSS Document */



@font-face {

    font-family: "FuturaStdCondensed";

    src: url(FuturaStdCondensed.otf);

}

@font-face {

font-family: "FuturaStdCondensedBold";

src: url(FuturaStdCondensedBold.otf);

}

td.customfont { 

    font-family: "FuturaStdCondensed", Verdana, Tahoma;

}

	

body {

	background-color: #232323;

}



.textarea {

		height: 90px;

	}



label {

	font-family: "FuturaStdCondensed", arial;

	font-size: 96px;

	color: #232323;

}



input, textarea {

    background-color:#ffffff;

	width: 40%;

    padding: 10px;

	font-size: 35px;

	/*font-weight: bold;*/

	vertical-align: text-bottom;

    color: #232323;

    margin-left: 20px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border: 1px solid;

	border-color: #232323;

}



.saira {

	font-size: 96px;

	font-family: "FuturaStdCondensed", Arial;

	letter-spacing: 0.000em;

	color: #232323;

	text-align: center;

}



#formupdate {

    background-color: #FFFFFF;

    padding: 20px;

	padding-top: 90px;

	text-align: center;

}



#echo {

    font-family: "FuturaStdCondensed", arial;

	font-size: 50px;

	color: #FFFFFF;

	text-align: center;

}



.larguralabel {

	width: 45%;

}



.escolherimagem {

	background-color:#FFFFFF;

	width: 75%;

    padding-top: 10px;

	padding-bottom: 10px;

	font-size: 96px;

	font-family: "FuturaStdCondensed", Arial;

	/*font-weight: bold;*/

	vertical-align: text-bottom;

    color: #232323;

    /*margin-left: 20px;*/

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border: 1px solid;

	border-color: #232323;

}



.finalizar {

	background-color:#232323;

	width: 75%;

    padding-top: 10px;

	padding-bottom: 10px;

	font-size: 96px;

	font-family: "FuturaStdCondensed", Arial;

	/*font-weight: bold;*/

	vertical-align: text-bottom;

    color: #FFFFFF;

    /*margin-left: 20px;*/

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border: 0px solid;

	border-color: #232323;

}