@charset "utf-8";
/* CSS Document */

.login{
color:#CCCCCC;
border:1px #CCCCCC solid;
background-color:#F9F9F9;
padding:10px;
width:250px;
margin-left:80px;
}

.login p {
	text-align:center;
	margin:0;
}


.login label{
font-weight: bold;
margin-top:5px;
float: left;
width: 50px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

input, select, textarea{ /*width of text boxes. IE6 does not understand this attribute*/
padding-left:10px;
width:180px;
margin:5px 0;
background-color:white;
border:1px solid #CCCCCC;
color: #888888;
}

.arquivo {
	text-align:center;
}

.arquivo input{
	width:100%;
}

textarea{
	overflow: hidden;
}

input:focus{
	border:1px solid #333333;
	color: #333333;
}

option{
	text-align: center;
}

.botao{
width: 100px;
padding:0px;
}

.perfil label{
font-weight: bold;
margin-top:5px;
float: left;
width: 150px;
border-bottom: 1px dashed #EEEEEE; 
}