/** 
* 1
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
background:#FFFFFF url(none) no-repeat scroll 0 0;
border:2px solid #CCCCCC;
color:#333333;
font-family:tahoma,helvetica,sans-serif;
font-size:12px;
font-style:normal;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-style: normal;
	font-size: 12px;
	color: #fff;
	font-weight: 100;
	margin-right: 15px;
}


.myinputstyle:hover {
	border: 2px solid #1663B1;
	/** remember to change image path **/
	background-color:#fff;
	color: #000;
}

.myinputstyleBt {
text-align:center;
background-color: #f1f1f1;
display:block;
color: #8e086a;
padding:0px 8px 2px 8px;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
border:3px solid #e6e6e6;
font-weight: bold;
cursor: pointer;
}
.myinputstyleBt:hover {
background-color: #CB0180;
border:3px solid #F193DD;
color: #ffffff;
}






.myinputstyleBtGestor {
text-align:center;
background-color: transparent;
display:block;
color: #ffffff;
padding:5px 3px 7px;
font-size: 13px;
text-decoration: none;
font-family: Verdana;
background-color: #8E2D2C;
border:4px solid #a34140;
}
.myinputstyleBtGestor:hover {
background-color: #F5EE57;
border:4px solid #DDDD3D;
color: #000000;
}