﻿.TextBox
{
	width:120px;	
}

.Label
{
	width:120px;
}

.DropDownList
{
	width:120px;
}

.Button
{
	border: none;
	background: url(../Images/boton.gif) no-repeat;
	color: #ffffff;
	width: 89px;
	height: 30px;
}

.Button:hover
{
	cursor: pointer;
	cursor: hand;
}

.Help, .Alert
{
	text-align: justify;
	background-repeat: no-repeat;
	background-color: #ffffcc;
	background-position: 4px 4px;
	padding: 5px 5px 5px 25px;
	margin: 8px 15px 8px 15px;
	color: #000000;
	border: solid 1px #cccccc;
	display: block;
}


.Help { background-image: url(../Images/info.gif); }
.Alert { background-image: url(../Images/exclamation.gif); }

.TituloResultado
{
	text-align:left;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}