/* ELEMENTOS */

fieldset
{
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FAFAFA;
	border: 1px solid #F2F2F2;
}

.hidden
{
	display: none;	
}

.gray
{
	color: #333333;
}

.bold
{
	font-weight: bold;
}

.padding_left
{
	padding-left: 10px;
}

.vtop
{
	vertical-align: top;
}

.vbottom
{
	vertical-align: bottom;
}

.collapsed
{
	border-left: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	border-bottom: 1px solid #FFFFFF !important;
}

.textfield, .textarea
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border: 1px solid #A5A5A5;
	background: #FFFFFF;
	resize: none;
}

.pointer, .button
{
	cursor: pointer;
}

.button
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid #A5A5A5;
	background: #ffffff;
}

.item:hover
{
	background: #F1F8FF;
	border: 1px solid #DCEDFF;
}