.box-padding
{
	padding:				0;
}

.box-margin
{
	margin-top:				0;
	margin-bottom:			0;
}

.box-align-center
{
    /* empty */
}

.box-default .box-caption
{
    font-size:              14px;
    font-weight:			bold;
    color:					#e16f6e;
}

.box-default .box-buttons
{
	background-color:		#eee;
	border-top:				1px dotted #ddd;
	padding:				6px 20px 6px 20px;
	overflow:				auto;
}

.box-default .box-buttons a
{
	float:					left;
	background-color:		#a71f31;
	padding:				6px 12px 6px 12px;
	border-radius:			4px;
	color:					white;
	text-shadow:			0px 1px black;
	text-decoration:		none;
}

.box-formlike .formlike-header 
{
	margin:					12px 0px 18px 0px;
	padding:				0px;
	text-align:				left;
	color:					#a71f31;
}

.box-formlike .formlike-header div.formlike-legend 
{
	display:				block;
	font-size:				16px;
	margin:					0px 0px 0px 0px;
	color:					#a71f31;
	font-weight:			bold;
}

.box-formlike .formlike-header div.formlike-description 
{
	margin:					0px 0px 12px 0px;
	padding:				0px;
	text-align:				justify;
	line-height:			1.5;
	color:					black;
}

.box-formlike .formlike-header div.formlike-description a
{
	text-decoration:		none;
	font-weight:			normal;
	color:					#a71f31;
}

.box-formlike .formlike-header div.formlike-description a:hover
{
	text-decoration:		underline;
}
