/* Gran Yosler http://blog.yosle.com/2007/09/20/css-round-corners/ */
.b1, .b2, .b3, .b4 {
	border-style: solid;
	border-width: 0;
	font-size: 1px;
	overflow: hidden;
	display: block;
}
.b1 { 
	height: 1px;
	margin: 0 5px;
}
.b2 {
	height: 1px;
	margin: 0 3px;
}
.BorderedBox .b2 {
	border-right-width: 2px;
	border-left-width: 2px;
}
.b3 {
	height: 1px; 
	margin: 0 2px;
}
.BorderedBox .b3 {
	border-right-width: 1px; 
	border-left-width: 1px; 
}
.b4 {
	height: 2px; 
	margin: 0 1px;
}
.BorderedBox .b4 {
	border-right-width: 1px; 
	border-left-width: 1px; 
}
.boxcontent {
	border-style: solid;
	border-width: 0;
}
.BorderedBox .boxcontent {
	border-width: 0 1px;
}
.boxcontent div {
	margin: 0 4px;
}
.boxcontent div .hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 5px 0;
}
.details input {
	font-weight: normal;
}
.details select {
	font-weight: normal;
}

/*********** General box styles *********/

/*  lowrate box  */
.lowrate_box div h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	padding-bottom: 5px;
}
.lowrate_box span {
	font-size: 14px;
	line-height: 14px;
}

/*  sideform boxes  */
.sideform_box {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
}
.sideform_box .details {
	text-transform: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.sideform_box .formlabeldark {
	padding: 0;
	margin: 0;
}
.sideform_box h1 {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.sideform_box .lp-formtext {
	margin: 2px 0;
}
.sideform_box .submit_btn {
	text-align: center;
}

/*********** Specific box styles *********/
#ae-signup .details, #ae-navbox .details {
	text-align: left;
	font-weight: normal;
}
#ae-specialbox .details {
	text-align: left;
}
#ae-bookbox .formbutton a {
	text-transform: none;
}
