
input { 
	
	padding: 5px 5px 0px 5px; 
}

.info_input {
    width: 100%;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select { width: 100%; }

textarea { width: 100%; }

.hidden_text {
	position: absolute;
	top: -9999px;
}
