@charset "utf-8";
/* CSS - HorizontalForm */

.miniform {
	clear:both;
	width:800px;
	height:215px;
	margin:10px 0 0 0;
	background:url('../images/horizontalbar/mini_form_background.gif') no-repeat;
}
.mini_left {
	clear:both;
	float:left;
	width:300px;
}
.mini_right {
	clear:right;
	float:right;
	width:500px;
}

.title_left {
	font-size:26px;
	margin-top: 10px;
	font-family:Myriad Pro, Arial;
	color:#000000;
}
.title_right {
	font-size:30px;
	margin-top: 10px;
	font-family:Myriad Pro, Arial;
	color:white;
}

.subtitle_left {
	font-size:16px;
	font-family:Myriad Pro, Arial;
	color:#000000;
	font-size:14px;
}
.subtitle_right {
	font-family:Myriad Pro, Arial;
	color:white;
	font-size:12px;
}

.mini_right p, .mini_left p {
	padding:10px 20px 0 20px;
}





/* Picture slices for the edges of the horizontal bar */
.left-corner-top {
	background:url('../images/horizontalbar/corner-topleft.png') no-repeat top left;
}
.left-corner-bottom {
	background:url('../images/horizontalbar/corner-bottomleft.png') no-repeat bottom left;
}
.left-side-top {
	background:url('../images/horizontalbar/side-topleft.png') top;
}
.left-side-bottom {
	background:url('../images/horizontalbar/side-bottomleft.png') bottom;
}
.left-side {
	background:url('../images/horizontalbar/side-left.png') left;
}
.divider-top {
	background:url('../images/horizontalbar/divider-top.png') no-repeat top right;
}
.divider-middle{
	background:url('../images/horizontalbar/divider-middle.png');
}
.divider-bottom {
	background:url('../images/horizontalbar/divider-bottom.png') no-repeat bottom right;
}
.right-corner-top {
	background:url('../images/horizontalbar/corner-topright.png') no-repeat top right;
}
.right-corner-bottom {
	background:url('../images/horizontalbar/corner-bottomright.png') no-repeat bottom right;
}
.right-side-top {
	background:url('../images/horizontalbar/side-topright.png') top;
}
.right-side-bottom {
	background:url('../images/horizontalbar/side-bottomright.png') bottom;
}
.right-side {
	background:url('../images/horizontalbar/side-right.png') right;
}
