.formularioregistro-portlet {	
	.portlet-config-container {
		label,input,textarea,select {
			display: block;
		    margin-bottom: 5px;
		    margin-top: 5px;
		}
		label {
			margin-top: 10px;
		}
		input[type="text"],textarea {
			max-width: 100%;
		    width: 100%;
		}
		input[type="color"] {
			height: 30px;
    		width: 30px;
		}
		.help {
			display: block;
	    	font-size: 80%;
	    	margin-bottom: 5px;
	    	margin-top: 5px;
		}
		
		.form-options {
			margin-top: 15px;
			min-height: 50px;
    		text-align: center;
		}
		
		.portlet-version {
			display: block;
			text-align: right;
		}
	}	
}


#others_input{
	display: inline-block;
	margin-left: 1%;
}