/* post it
************************************************/

div.chooseForm {
	position: relative;
}

div.chooseNote {
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 1;
	width: 170px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 16px;

	background: rgb(250, 240, 170);
	background: -webkit-linear-gradient(top, rgb(255, 255, 220), rgb(250, 240, 170));

	text-shadow: 0 1px #fff;

	border: 1px solid rgba(200, 190, 110, 0.4);

	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);

	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

div.chooseNote p {
	margin: 0 0 5px 0;
}

div.chooseNote strong {
	font-size: 16px;
	line-height: 22px;
}

/* Stage
************************************************/

#contentWrapper {
	float: left;
	width: 620px;
	padding: 0 0 15px 20px;
}

#content {
	float: none;
	overflow: visible;
	width: 620px;
}

/* ========== WRAPPER */
#wrapper{
	width:1000px;
	border:1px solid #ddd;
	border-top: 0;
	margin:0 auto;
	background:#ffffff;
	margin-bottom: 100px;
	padding:0;
}

/* ========== TOP BAR */
#tbl{
	height:31px;
	clear:both;
}


/* ========== CONTAINER */
#container{
	clear:both;
	padding:10px 5px 0 5px;
}


/* @group search */

#searchbox {
	width: 500px;
}

.clearfix{display:inline-block;}

/* @end */

/* @group Metanavi */

#nav_meta {
text-align:center;
height:20px;
font-size:9pt
}

.nav_meta_link {
color:#D8D8D8;
padding:0;
margin:0;
vertical-align:bottom
}

.nav_meta_link a {
text-decoration:none
}

.nav_meta_link a:link,.nav_meta_link a:visited {
color:#454545;
font-size: 12px;
padding:6px 6px 1px
}

.nav_meta_link a:hover {
color:#999;
text-decoration: underline;
}

.nav_meta_link_a {
background-color:#999;
color:#FFF;
padding:6px 6px 1px
}

.nav_meta_link_a a {
color:#FFF;
font-size: 12px;
text-decoration:none
}

.nav_meta_link_a a:visited {
color:#FFF;
text-decoration:none
}

.nav_meta_link_a a:hover {
color:#FFF;
text-decoration:underline;
}

/* ========== MENU ========== */

.basictab ul {
position:absolute;
left: 200px;
height: 28px;
margin: 0;
bottom: 20px;
}

.basictab li, .basictab li.selected {
background:url("../images/tab_bg_left.gif") no-repeat left top;
float: left;
display:block;
height: 28px;
padding: 0;
margin: 0;
}

.basictab li.unselected a {
	color: #454545;
}

.basictab li:hover, .basictab li.selected {
background: url("../images/tab_bg_hover_left.gif") no-repeat left top;
}

.basictab li a, .basictab li.selected a {
background: url("../images/tab_bg.gif") no-repeat right top;
float:left;
display:block;
height:28px;
text-align:center;
margin-left: 7px;
padding:8px 15px 5px 5px;
text-decoration: none;
color: #663300;
}

.basictab li a:hover, .basictab li.selected a{
background: url("../images/tab_bg_hover.gif") no-repeat right top;
}

#tabcontentcontainer {
bottom:0pt;
height:20px;
left:220px;
position:absolute;
width:600px;
}

.tabcontent {
margin:0pt;
}

.tabcontent li {
background:transparent url(../images/submenubg.gif) no-repeat scroll right top;
float:left;
height:20px;
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:2px;
margin-left:10px;
padding:0pt;
}

#tabcontentcontainer a {
color:#5D5D5D;
font-size:11px;
font-weight:400;
height:20px;
line-height:20px;
padding:0pt 18px 5px 0pt;
text-align:center;
text-decoration:none;
}

/* ========== TOOLS ========== */

.hidden {
	display:none;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/* ========== FORMS ========== */

.zend_form dt {
	padding: 5px 0 5px 0;
}

.zend_form dt label {
	font-weight: bold;
}

.zend_form dd {
	margin: 0;
	padding: 0;
}

.zend_form dd input {
	margin: 0;
	padding: 0;
}

.zend_form .errors {
	margin-top:5px;
	padding: 5px 0 5px 0;
	background-color: #ff4500;
}
.zend_form .errors li {
	list-style: none;
	color: #fff;
	padding-left: 10px;
}
