/* Layout Styling */

div#body-content {
	margin-top: 30px;
	width: 420px;
	min-height: 560px;
	padding: 10px;
	/* clear: none; */
	
}

#attention-blue {
	width: 325px;
	height: 70px;
	background-image: url('/img/bg_attention_blue.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/* float: left; */
	/* clear: both; */
}

#attention-blue p {
	color: #595959;
	margin: 0px;
	text-align: center;
}

#attention-beige {
	width: 325px;
	height: 60px;
	background-image: url('/img/bg_attention_beige.png');
	background-repeat: no-repeat;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	line-height: 12px;
}

#attention-beige p {
	margin: 0px;
	text-align: center;
	color: #595959;
}

p.attention {
	font-weight: bold;
	font-size: 12px;
}

p.attention-text {
	font-size: 10px;
	padding-right: 12px;
	line-height: 14px;
}


#btn-create-one-wrap {
	height: 161px;
}

#splash-buttons {

	margin-left: 28px;
	margin-right: 24px;

}

#splash-buttons tr td{
	text-align: center;
}

td.splash-button-cell {
	background-image: url('/img/btn_blue_xsm.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 46px;
	width: 150px;
	padding: 0px 4px 4px 4px;
}

#splash-buttons tr td span{
	font-size: 11px;;	
	color: #fff;
}

tr.row1 td a, tr.row1 td a:link, tr.row1 td a:visited {
	color: white;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

tr.row2 td, tr.row2 td a, tr.row2 td a:link, tr.row2 td a:visited {
	color: black;
	text-decoration:none;
	font-size: 11px;
}

#splash-buttons td a:hover {
	color: #660000;
}

#btn-create-one {
	background-image: url('/img/btn_blue_sm.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 46px;
	width: 161px;
	margin-left: 250px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

#btn-create-one2 {
	background-image: url('/img/btn_beige_sm.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 46px;
	width: 161px;
	margin-left: 250px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}


#btn-create-one a {
	color: white;
	text-decoration:none;
}

#btn-create-one2 a {
	color: #993333;
	text-decoration:none;
	font-weight: bold;
}
