/*	--------------------------------------------------------------------------- Universal Selector */
	

/*	--------------------------------------------------------------------------- Elements Selectors */
	

/*	--------------------------------------------------------------------------- Class, Attributes and Pseudo Selectors */
	.input {
		margin: 0;
		width: 282px;
		height: 20px;
		border: 1px solid #000000;
	}
	
	.botao {
		font-family:"Georgia","Lucida Sans",sans-serif;
		font-size:15px;
		font-weight: bold;
		background-color: #FFFFFF;
		border: 0;
		float: right;
		padding-right: 16px;
	}
	
	.label {
		width: 285px;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	
	.labeltop {
		width: 285px;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 5px;
		margin-top: 0px;
	}

/*	--------------------------------------------------------------------------- ID Selector */	

	
	#textarea {
		width: 574px;
		height: 133px;
		border: 1px solid #000000;
	}
