.ayuda-comentario{
	width:100%;
	height:200px;
	margin-top: 5px !important;
	
}
.ayuda-input{
	width: 90%;
	margin-top: 5px !important;
}
.ayuda-select{
	width: 180px;
	margin-top: 5px !important;
}
.ayuda-fieldset{
	width: 220px;
}
.ayuda-fieldset .aui-fieldset-legend span.aui-legend{
	border-bottom: 0px;
}
.btn_enviar_ayuda{
	text-align: center;
	margin-top: 50px;
	display: block;
}
.btn_enviar_ayuda input{
	padding:0.4em 1.2em !important;
}
.ayuda-part-global{
	width: 100%;
	height: 160px;
	max-height:200px;
	display: inline-table;
	border-width:1px;	
    border-style: solid;
    border-color: #e6e6e6;
}
.ayuda-part-left{
	float: left;
	width: 80%; 
	height: 100%;
}
.ayuda-part-right{
	float:right;
	height: 100%;
	width: 20%;
}
.ayuda-div-input-1{
	width:33%;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}
.ayuda-div-input-2{
	width:33%;
	padding-top: 5px;
	float: left;
}
.ayuda-div-comentario{
	padding-top: 10px;
}

#enviar{
	height: 35px;
}