.smallField
{
	height: 25px;
	width: 84px;
	border-style: hidden;
	border-width: 0px;
	padding-left:3px;
	padding-right:3px;
	font-size:12pt;
	background-image: url(../img/skin/default/forms/text_small.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.mediumField
{
	height: 25px;
	width: 183px;
	border-style: hidden;
	border-width: 0px;
	padding-left:3px;
	padding-right:3px;
	font-size:12pt;
	background-image: url(../img/skin/default/forms/text_medium.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.mediumField[disabled='true']
{
	background-image: url(../img/skin/default/forms/text_medium_disabled.gif);
}
.largeField
{
	height: 25px;
	width: 395px;
	border-style: hidden;
	border-width: 0px;
	padding-left:3px;
	padding-right:3px;
	font-size:12pt;
	background-image: url(../img/skin/default/forms/text_large.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: 10px;
}
td.fieldLabel
{
	color: white;
	font-family: arial,sans-serif;
	font-weight: bold;
	text-align: left;
}
table.formTable
{
	margin-left: auto;
	margin-right: auto;
}
.mediumButton
{
	width: 130px;
	height: 58px;
	/*padding: 55px 0 0;*/
	margin: 0;
	border: 0;
	background: transparent url(../img/skin/default/forms/boton_test.png) no-repeat center top;
	color: #CCCCFF;
	font-family: arial,sans-serif;
	font-weight: bold;
	/*overflow: hidden;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.mediumButton:hover
{
	color: yellow;
}
.mediumButton:active
{
	background: transparent url(../img/skin/default/forms/boton_test_click.png) no-repeat center top;
	color: #0B2E6C;
}
.infoField
{
	color:white;
}

