#ltw_theme_container {
	width: 760px;
	margin-top: 15px;
	font-family: Verdana, Arial, serif;
}

#ltw_header {
	overflow: hidden;
	width: 760px;
	margin-bottom: 5px;
}
#ltw_header #left {
	float: left;
	width: 380px;
}
#ltw_header #left h2 {
	padding: 0;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 5px;
}
#ltw_header #left #version {
	font-size: 11px;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #888888;
	margin-top: 11px;
}
#ltw_header #right {
	float: right;
	width: 380px;
	height: 65px;
}
#ltw_header #right #logo a {
	background: url('../images/ltw_logo.png') no-repeat 0 0;
	width: 173px;
	height: 26px;
	display: block;
	margin: 10px 0 0 auto;
}
#ltw_header #right #logo a:hover {
	background: url('../images/ltw_logo.png') no-repeat 0 -26px;
}
#ltw_header #right #links {
	margin-top: 10px;
	text-align: right;
}
#ltw_header #right #links a {
	text-decoration: none;
	color: #888888;
    font-size: 11px;
    text-shadow: 0 1px 0 #FFFFFF;
    margin-left: 10px;
}
#ltw_header #right #links a:hover {
	color: #444444;
}

#ltw_menu {
	background: transparent url('../images/separator.png') repeat-x scroll left top;
	overflow: hidden;
	margin-bottom: 30px;
}
#ltw_menu ul {
	list-style: none;
}
#ltw_menu ul li {
	float: left;
	padding: 10px 10px 6px 10px;
	margin-top: 1px;
}
#ltw_menu ul li a {
	text-decoration: none;
	color: #888888;
}
#ltw_menu ul li a:hover {
	color: #434343;
}
#ltw_menu ul .current {
	padding: 9px 9px 5px 9px;
}
#ltw_menu ul .current a {
	text-decoration: none;
	color: #434343;
}

#ltw_options {
	background: transparent url('../images/separator.png') repeat-x scroll left top;
	overflow: hidden;
	width: 760px;
}
#ltw_options #left {
	margin-top: 2px;
	float: left;
	width: 160px;
	border-right: 1px solid #E3E3E3;
	margin-bottom: 20px;
}
#ltw_options #left ul li {
	margin: 10px 0 10px 20px;
	padding: 10px 15px;
}
#ltw_options #left ul li a {
	color: #888888;
	text-decoration: none;
}
#ltw_options #left ul li a:hover {
	color: #434343;
}
#ltw_options #left ul .current {
	background-color: #f9f9f9;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	padding: 9px 14px;
	width: 112px;
}
#ltw_options #left ul .current a {
	color: #434343;
}
#ltw_options #right {
	margin-top: 2px;
	width: 598px;
	border-left: 1px solid #e3e3e3;
	margin-left: 160px;
	padding: 20px 0 0 0;
	background-color: #F9F9F9;
}
#ltw_options #right .note_cont {
	background: url("../images/separator.png") repeat-x scroll left bottom transparent;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#ltw_options #right .note {
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #E3E3E3;
	margin-left: 20px;
	overflow: hidden;
	width: 537px;
}
#ltw_options #right .note .left {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
#ltw_options #right .note .right {
	float: right;
	width: 430px;
	font-style: italic;
}
#ltw_options #right .field_cont {
	/*width: 577px;*/
	margin-bottom: 20px;
	padding: 0 0 20px 20px;
	background: transparent url('../images/separator.png') repeat-x scroll bottom left;
}
#ltw_options #right .field_cont .field {
	margin-bottom: 15px;
}
#ltw_options #right .field_cont .field p {
	font-weight: bold;
	margin: 0 0 14px 0;
	font-size: 14px;
	color: #555555;
}
#ltw_options #right .field_cont .field input[type=text],
#ltw_options #right .field_cont .field select,
#ltw_options #right .field_cont .field textarea {
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #c6c6c6;
}
#ltw_options #right .field_cont .field .short {
	width: 100px;
}
#ltw_options #right .field_cont .field .medium {
	width: 50%;
}
#ltw_options #right .field_cont .field .long {
	width: 100%;
}
#ltw_options #right .field_cont .field select {
	height: 26px;
}
#ltw_options #right .field_cont .field .multi {
	height: auto;
}
#ltw_options #right .field_cont .field input[type=text]:focus,
#ltw_options #right .field_cont .field select:focus,
#ltw_options #right .field_cont .field textarea:focus  {
	padding: 5px;
	background-color: #FFFFFF;
}
#ltw_options #right .field_cont .field input[disabled='disabled'],
#ltw_options #right .field_cont .field select[disabled='disabled'],
#ltw_options #right .field_cont .field textarea[disabled='disabled'] {
	border: 1px solid #DFDFDF;
	color: #cccccc;
}
#ltw_options #right .field_cont .field .span_disabled {
	color: #cccccc;
}
#ltw_options #right .field_cont .field span {
	color: #666666;
}

#ltw_options #right .field_cont .help {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	font-style: italic;
	color: #666666;
}
#ltw_options #right .field_cont .help p {
	margin: 0;
	line-height: 1.6em;
}

#ltw_options .button_cont {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: right;
}
#ltw_options .button {
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#ltw_post_new .field_cont {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c6c6;
}
#ltw_post_new .field_cont .field {
	float: left;
	width: 500px;
}
#ltw_post_new .field_cont .field p {
	font-weight: bold;
	margin: 0 0 4px 0;
	font-size: 11px;
}
#ltw_post_new .field_cont .field input[type=text],
#ltw_post_new .field_cont .field select,
#ltw_post_new .field_cont .field textarea {
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #c6c6c6;
}
#ltw_post_new .field_cont .field select {
	height: 26px;
}
#ltw_post_new .field_cont .field input[type=text]:focus,
#ltw_post_new .field_cont .field select:focus,
#ltw_post_new .field_cont .field textarea:focus  {
	padding: 5px;
	background-color: #FFFFFF;
}
#ltw_post_new .field_cont .field input[disabled='disabled'],
#ltw_post_new .field_cont .field select[disabled='disabled'],
#ltw_post_new .field_cont .field textarea[disabled='disabled'] {
	border: 1px solid #DFDFDF;
	color: #cccccc;
}
#ltw_post_new .field_cont .field .span_disabled {
	color: #cccccc;
}
#ltw_post_new .field_cont .field span {
	color: #666666;
}

#ltw_post_new .field_cont .help {
	float: right;
	width: 258px;
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	font-style: italic;
	color: #666666;
}
#ltw_post_new .field_cont .help p {
	margin: 0;
}

#ltw_post_new .button_cont {
	padding-bottom: 10px;
}
#ltw_post_new .button_cont .button {
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}