div.notice,
div.note {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.note {
	background: #FFF5EB url(../images/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #FFB4A0;
	border-bottom: 1px dotted #FFB4A0;
	font-weight:bold;
	text-align:center;
}

div.notice {
	background: #FFFDEB url(../images/typography/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #FFC864;
	border-bottom: 1px dotted #FFC864;
}

ul.arrow {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }

span.large-text{font-size:14px; font-weight:bold;}
span.small-text{font-size:10px; font-weight:normal;}
.error {font-size: 11px; color: #FF0000; display:none;}

table#one {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}
table#one thead th {
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}
table#one tbody td {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
}
table#one tbody td.first {border-top: 1px solid #c8c8c8; }
table#one tr.odd td { background: #fafafa; }
table#one tr.even td { background: #ffffff; }
table#one td.bold {
	font-weight: bold;
	font-size: 12px;
	width:200px;
}
table#one .formfield {float:left;}
table#one div.error {float:left; margin-left:10px;}
table#one div#state {float:left;}
table#one th {text-align:left;}
.submit_button {float:right; margin-right:20px; font-weight:bold; padding:5px;}

#button-clip{background:url(../images/clip_button_l.png) 0 0 no-repeat; float:left; margin-left:5px;}
#button-clip .clip{float:left; background:url(../images/clip_button_r.png) 100% 0 no-repeat}
#button-clip a{display:block; height:47px; float:left; line-height:47px; font-size:12px; font-weight:bold; color:#000; cursor:pointer; padding:3px 50px 0 11px; text-decoration:none;}
#button-clip a:hover{color:#0066FF}
.clr {clear:both;}

div#logotext h1 {
	margin-top:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:36px;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 4px #aaaaaa;
}