/*********************************************************
* Styles specific to EPT-XP TW website for different pages
**********************************************************/

/*
	styles for Homepage
*/

/* */

#home-left {
	float:left;
	clear:none;
	margin: 3px 0 0 10px;
	background:blue;
	}

#home-right {
	float: right;
	margin: 5px 5px 0 0px;
	padding: 0;
	}

#home-news {
	float: left;
	width: 295px;
	margin: 0 0 15px 0;
	padding: 5px 10px 10px 10px;
	background: #fcfcfc;
	border: 1px solid #c7c6c1;
	}

#home-tableofcontents {
	float: right;
	clear:none;
	width: 370px;
	height:100%;
	margin: 8px 7px 10px 0;
	padding: 0px 0px 0px 0px;
	border: 1px solid #c7c6c1;
	}

#home-news h1, #home-tableofcontents h1 {
	color: #800000;
	}

#home-news ul, #home-tableofcontents ul {
	margin: 10px 0 10px 0;
	}

#home-news li {
	padding-top:3px;
	}

#home-news li p {
	margin:2px 0 0 0;
	}

#home-tableofcontents a {
	font-size: 1.0em;
	}

#home-tableofcontents li {
	padding-bottom:5px;
	}

/* for level 2 list in table of contents*/
#home-tableofcontents ul ul {
	margin:0;
	}

#home-tableofcontents ul ul li {
	padding-top:3px;
	padding-bottom:0px;
	padding-left:0px;
	background:none;
	}

#home-tableofcontents h1.heading {
	width:360px;
	margin-bottom:5px;
	background:#9999FF;
	padding-left:10px;
	color:#000;
	line-height:1.6em;
	}

#home-products-shortcut {
	float: left;
	width: 710px;
	padding: 5px 10px 5px 5px;
	}

#fullsection-heading {
	width:718px;
	color: #800000;
	background:#9999FF;
	padding-top:0;
	}

#fullsection-heading a {
	line-height:1.7em;
	background:#9999FF;
	padding-left:10px;
	float:left;
	text-decoration:none;
	width:708px;
	color:#6E0000;
	}

#fullsection-heading a:hover {
	background:#7F7FFF;
	}

#home-products-shortcut div {
	float:left;
	clear:none;
	width:350px;
	padding: 5px 0 0 0;
	}

#home-products-shortcut h2 {
	clear:left;
	display:block;
	width:690px;
	margin-top: 5px;
	border-bottom:1px solid #999;
	}

#home-products-shortcut h5 {
	padding-top:10px;
	font-size: 1em;
	text-decoration:underline;
	}

#home-products-shortcut p {
	width:210px;
	float:left;
	clear:none;
	margin: 5px 0 0 15px;
	text-align:left;
	line-height:1.2em;
	}

#home-products-shortcut img {
	float:left;
	opacity: 1.0;
        filter:alpha(opacity=100);
	}

#home-products-shortcut img:hover {
	opacity: 1;
        filter:alpha(opacity=100);
	}

#home-lessons-shortcut {
	width:330px;
	height:100%;
	float: left;
	margin-top:8px;
	margin-bottom:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	}

#home-lessons-shortcut ul {
	margin-left:10px;
	margin-bottom:0px;
	}

#home-lessons-shortcut ul ul {
	margin-left:0px;
	margin-bottom:0px;
	}

#home-lessons-shortcut ul ul li {
	clear:left;
	width:240px;
	margin-left:10px;
	margin-bottom:2px;
	}

#home-lessons-shortcut li {
	clear:left;
	width:300px;
	font-size:1em;
	margin-bottom:1px;
	}

#home-lessons-shortcut ul div {
	float:none;
	display:inline;
	font-size:0.9em;
	}

#home-lessons-shortcut h1 {
	color: #800000;
	line-height:1.7em;
	}

#home-lessons-shortcut h1.leftsection-heading {
	float:left;
	width:100%;
	margin-bottom:5px;
	}

#home-lessons-shortcut h1.leftsection-heading a {
	background:#9999FF;
	padding-left:10px;
	width:320px;
	float:left;
	text-decoration:none;
	color:#6E0000;
	}

#home-lessons-shortcut h1.leftsection-heading a:hover {
	background:#7F7FFF;
	}

#related-links {
	margin: 10px 0 15px 0;
	float: left;
	width: 100%;
	border: 1px #d7d6d1 solid;
	background: #fff;
	overflow: hidden;
	padding: 5px 0 5px 10px;
	}

#related-links h3 {
	float: left;
	margin: 5px 0 0 5px;
	font-size: 1.2em;
	}

#related-links ul {
	margin: 0 15px 0 0;
	float: right;
	width: 500px;
	}

#related-links li {
	margin: 0;
	float: left;
	}

#related-links a {
	font-size: 0.8em;
	}

/*
	styles for Products page
*/

#products-index {
	width:500px;
	}

#products-index .redbg {
	background:#b21a1a;
	color: #fff;
	}

#products-index div {
	float: left;
	width:350px;
	margin: 10px 0 0px 20px;;
	}

#products-index div p{
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px 0 0 8px;
	width:340px;
	}

#products-index a {
	border:none;
	}

#products-index h5 {
	display:inline;
	}

#products-index h2 {
	margin-top: 6px;
	float:left;
	clear:left;
	}

#products-index img {
	float:left;
	border:0;
	opacity: 0.75;
        filter:alpha(opacity=75);
	}

#products-index img:hover {
	opacity: 1.0;
        filter:alpha(opacity=100);
	}

#products-faq {
	float: right;
	background:#fff;
	border:1px solid #bbb;
	padding: 3px 10px 10px 0;
	}


#product-description {
	font-size:0.9em;
	margin-bottom:20px;
	}

#product-description span {
	float:none;
	font-size:1em;
	}

#product-description div {
	margin-left:10px;
	}

#product-description-outline {
	clear:left;
	margin-top:10px;
	}

#product-description-outline li {
	background:none;
	margin-left:15px;
	text-indent:-20px;
	margin-top:2px;
	line-height:1.5em;
	}

#product-description-outline ul li {
	margin-left:35px;
	text-indent:-30px;
	}

#product-description-specs {
	float:left;
	clear:left;
	width:620px;
	border:1px solid #888;
	}

#product-description-specs td {
	border:1px solid #888;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	}

#product-description-specs .feature {
	width:260px;
	text-align:left;
	font-size:1.1em;
	}

#product-description-specs .product {
	width:175px;
	}

#product-description-specs div {
	margin:0;
	padding:0;
	text-indent: 0;
	}

#product-description-specs th {
	border:1px solid #888;
	text-align:center;
	}

#product-description-details {
	padding-left:10px;
	}

#product-description-details h1 {
	color:#800000;
	}

#product-description-details div {
	clear:left;
	margin-top:10px;
	width:600px;
	}

#product-description-details img {
	clear:left;
	}

#product-description-details #product-details-listing {
	width:708px;
	}

#product-description-details #product-details-listing div {
	width:220px;
	padding-right:10px;
	clear:none;
	float:left;
	}

#product-description-details #product-details-listing p {
	text-indent:-2em;
	padding-left:2em;
	}

/* §K¶O±Ð§÷ */

#freelessons-index {
	width:710px;
	}

#freelessons-index h2 {
	float:left;
	clear:both;
	margin-top:10px;
	margin-left:10px;
	width:700px;
	}

#freelessons-index a {
	border:none;
	}

#freelessons-index h5 {
	display:inline;
	}

#freelessons-index div.listing {
	float: left;
	width:680px;
	margin: 10px 0 0 20px;
	}

#freelessons-index .listing-half {
	float:left;
	clear:none;
	width:260px;
	margin: 10px 10px 0px 10px;
	padding: 0 70px 0 0;
	}

#freelessons-index .listing-half ul {
	display:none;
	}

#freelessons-index.box .listing-half {
	float: left;
	clear:none;
	margin: 10px 0 0px 20px;
	padding: 0px;
	border: 1px solid #999;
	min-width: 230px;
	}

#freelessons-index.box .listing-half img {
	display:none;
	}

#freelessons-index.box .listing-half h5 {
	display:block;
	height:1.5em;
	padding:5px;
	}

#freelessons-index.box .listing-half a {
	color:#000;
	display:block;
	background:#ccf;	
	}

#freelessons-index.box .listing-half a:hover {
	color:#000;
	background: #999;
	}

#freelessons-index.box .listing-half ul {
	display:block;
	}

#freelessons-index div p {
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px 10px 0 8px;
	}

#freelessons-index div.title {
	float:right;
	width:500px;
	padding: 3px 5px;
	background: url(../images/layout/lessontitlebg.gif) no-repeat;
	}

#freelessons-index .preview {
	margin-left: 12px;
	border:1px solid #bbb;
	float:right;
	}

#freelessons-index .listing-news {
	width:100%;
	}

#freelessons-index .listing-news div.link {
	height:18px; /* make sure the height is the same as the ul in less mode*/
	margin:0;
	padding: 0;
	}

#freelessons-index .listing-news h5 {
	display:block; /* makes firefox not display underline for whitespace */
	margin: 10px 0 0 20px;
	padding: 0;
	width:70px;
	}

#freelessons-index .listing-news a {
	display:block;
	padding:0;
	margin:0;
	}

#freelessons-index .listing-news a.morelink {
	padding:0;
	margin:0;
	}

#freelessons-index .listing-news a.morelink div, #freelessons-index .listing-news a.lesslink div {
	display:none;
	padding:0;
	margin:0;
	width:612px;
	height:11px;
	text-indent:240px;
	font-size:0.5em;
	background:#760000;
	float:right;
	clear:both;
	color:#fff;
	margin:0px;
	}

#freelessons-index .listing-news a.morelink div.morelink {
	display:block;
	background: #760000 url(../images/layout/pulldown3arrows.png) no-repeat 50% top;
	}

#freelessons-index .listing-news a.morelink div.lesslink {
	display:none;
	}

#freelessons-index .listing-news a.lesslink div.morelink {
	display:none;
	}

#freelessons-index .listing-news a.lesslink div.lesslink {
	display:inline;
	background: #760000 url(../images/layout/pullup3arrows.png) no-repeat 50% top;
	}

#freelessons-index .listing-news img {
	display:none;
	}

#freelessons-index .listing-news ul {
/*	border-top:1px solid #999;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:612px;
	float:right;
	clear:none;
	}

#freelessons-index .listing-news ul.less {
	overflow:hidden;
	height:18px;
	padding:0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #999;
	}

#freelessons-index .listing-news ul.more {
	height:auto;
	margin:0 0 10px 0;
	}

#freelessons-index .listing-news ul li {
	width:600px;
	margin:0;
	padding:0 0 2px 10px;
	background:none;
	font-size:0.9em;
	color:#000080;
	border-bottom:1px solid #ccc;
	}

#freelessons-index .listing-news li.top {
	border:1px solid #999;
	border-bottom:1px solid #ccc;
	background:#eee;
	}

#freelessons-index .listing-news li.bot {
	border:1px solid #999;
	border-bottom:1px solid #ccc;
	background:#ccc;
	}

#freelessons-index .listing-news ul ul {
	border:none;
	float:right;
	clear:none;
	width:580px;
	padding:0;
	margin:0;
	overflow:visible;
	height:auto;
	}

#freelessons-index .listing-news ul ul li {
	background:none;
	border:none;
	float:left;
	clear:none;
	width:290px;
	padding:0;
	}

#freelessons-index .listing-news ul ul li.eng {
	font-size:0.9em;
	color:black;
	line-height:1.2em;
	}

#freelessons-index .listing-news ul ul li.trans {
	padding-top:2px;
	color:black;
	}




#lesson .usefullink, #freelessons-index .usefullink {
	float:right;
	border:1px solid #bbb;
	margin: 2px 10px 0 0;
	}

#lesson .usefullink, #freelessons-index .usefullink {
	clear:right;
	}

#lesson .usefullink a, #freelessons-index .usefullink a {
	padding: 5px 10px;
	color:#fff;
	background: #7d0000;
	text-decoration:none;
	line-height:1.6em;
	width:100%;
	}

#lesson .usefullink a:hover, #freelessons-index .usefullink a:hover {
	background: #520000;
	}

#lesson {
	}

#lesson ul {
	padding:0;
	margin:10px 40px;
	width:630px;
	}

#lesson li {
	background:none;
	padding:0;
	margin:0;
	margin-top:10px;
	width:620px;
	}

#lesson li.first {
	color:#00c;
	margin-left:0px;
	font-size:1.6em;
	text-align: justify;
	}

#lesson li.second {
	color:#777;
	width:600px;
	margin-left:20px;
	text-align: justify;
	}

#lesson.lesson-alt li.first {
	margin-left:0px;
	font-size:1em;
	line-height:1.2em;
	width:330px;
	float:left;
	}

#lesson.lesson-alt li.second {
	margin-left:10px;
	padding-left:0px;
	line-height:1.2em;
	float:right;
	width:270px;
	clear:right;
	}

#lesson.lesson-alt li.clear {
	clear:both;
	}

#lesson li.narrator {
	color:#555;
	margin-left:10px;
	font-size:1.2em;
	margin-top: 15px;
	margin-bottom: 15px;
	text-indent: 1.4em;
	}

#lesson li.michael {
	color:#0000dF;
	margin-left:10px;
	padding-left:28px;
	font-size:1.6em;
	background: url(../images/layout/michael.png) no-repeat 2px 0px;
	}

#lesson li.lihua {
	color:#8f3f3f;
	margin-left:10px;
	padding-left:28px;
	font-size:1.2em;
	background: url(../images/layout/lihua.png) no-repeat top left;
	}

#lesson li.title {
	margin-top:20px;
	margin-bottom:20px;
/*	color:#055;*/
	color:#004C00;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	}

#lesson #lesson-soundplayer {
	width:700px;
	}

#lesson div.comment {
	font-size:0.8em;
	width:200px;
	float:left;
	clear:none;
	vertical-align: bottom;
	line-height:38px;
	margin-left:10px;
	}

#lesson-text {
	text-align:justify;
	}

#lesson-image {
	border:1px solid #999;
	}

#lesson-text-phrase {
	clear:none;
	float:right;
	text-align:justify;
	width: 320px;
	padding-left:5px;
	margin-left:5px;
	}

#lesson-text-phrase ul {
	margin-left:5px;
	}

#lesson-text-phrase li {
	text-align:justify;
	width: 300px;
	margin-left:5px;
	}

#lesson-text-phrase li.title {
	margin-bottom:5px;
	}

#lesson-text-phrase li.narrator {
	text-indent:0;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	}

#lesson-image-w1200 {
	width:275px;
}

#lesson-image-w1200 img {
	float: left;
	clear: left;
	margin-bottom:5px;
	border:1px solid #ccc;
	}

#lesson-text-w1200 {
	clear:none;
	float:right;
	text-align:justify;
	width: 400px;
	padding-left:5px;
	margin-left:0px;
	}

#lesson-text-w1200 ul {
	margin:0;
	width:400px;
	}

#lesson-text-w1200 li {
	text-align:justify;
	width: 380px;
	}

#lesson-text-w1200 li.title {
	margin:0;
	margin-bottom:0px;
	text-decoration:none;
	font-size:1.3em;
	height:25px;
	color:#c00;
	}

#lesson-text-w1200 li.narrator {
	text-indent:0;
	margin:0;
	margin-top:0;
	margin-bottom:0;
	font-size:10px;
	height:20px;
	}

#lesson-text-w1200 li.definition {
	text-indent:0;
	margin:0;
	margin-top:5px;
	margin-bottom:0px;
	color: #090;
	}

#lesson-text-w1200 li.sentence {
	text-indent:0;
	margin:0;
	margin-top:0px;
	margin-bottom:0px;
	color: #00c;
	font-size: 1.2em;
	}

#lesson-text-w1200 li.chinese {
	text-indent:0;
	margin:0;
	margin-top:0px;
	margin-bottom:10px;
	}





#lesson-product-link {
	width:650px;
	margin: 10px 5px 0px 5px;
	}

#lesson-feedback {
	border:1px solid #999;
	margin-top:15px;
	}

#lessons-outsidelinks {
	}

#lessons-outsidelinks ul li {
	clear:left;
	}

#lessons-outsidelinks ul li {
	margin-top:10px;
	padding-bottom:0px;
	float:none;
	display:block;
	}

#lessons-outsidelinks ul ul li {
	margin-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	float:left;
	clear:none;
	width:40%;
	}

#lessons-outsidelinks ul ul ul li {
	margin-left:20px;
	float:left;
	clear:none;
	width:90%;
	}

#lessons-outsidelinks li.clear {
	clear:left;
	}

/*
	styles for download page
*/

#downloads {
	
	}

#downloads ul {
	padding-top:10px;
	}

#downloads ul ul {
	padding-bottom:20px;
	}

#downloads li {
	margin:5px 0 5px 20px;
	}

#downloads li img {
	float:right;
	clear:both;
	margin-right:100px;
	margin-bottom:10px;
	border:1px solid #999;
	}

#downloads li p {
	width:320px;
	}

#downloads-about {
	width:710px;
	}

#downloads-about h1, #downloads-about h2{
	margin-bottom:20px;
	}

#downloads-about ul {
	margin-bottom:20px;
	width:480px;
	}

#downloads-about li {
	margin-bottom:10px;
	}

#downloads-about div.screenshot {
	float:right;
	clear:right;
	width: 200px;
	margin-bottom:10px;
	}

#downloads-about div.screenshot img {
	float:right;
	margin-bottom:5px;
	border:1px solid #999;
	}

/*
	styles for ordering page
*/

#order {
	padding:5px 10px 0 10px;
	font-size:0.85em;
	line-height:1em;
	}

#order #explanation {
	width:100%;
	margin-bottom:0px;
	float:none;
	display:block;
	}

#order #explanation li {
	margin-bottom:0px;
	padding-left:30px;
	line-height:1.4em;
	}

#order #explanation li li {
	margin-bottom:0px;
	}

#order ul ul {
	padding-left:40px;
	}

#order li {
	float:left;
	clear:left;
	width:600px;
	background:none;
	padding-left:30px;
	text-indent:-30px;
	}

#order li div {
	float:none;
	display:inline;
	}

#order form {
	float:left;
	}

#order table {
	border: 1px dotted orange;
	background: #fefeee;
	width: 610px;
	}

#order th {
	text-align:center;
	white-space:nowrap;
	margin:0;
	padding:0 8px;
	line-height:1.4em;
	}

#order table tr {
	margin: 0;
	padding: 0;
	border-top: 1px solid red;
	}

#order table tr td {
	margin: 0;
	padding: 0;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

#order #order-product-table {
	width:600px;
	border:1px solid green;
	}

#order #order-product-table .col1 {
	width:50px;
	}
#order #order-product-table .col2 {
	width:50px;
	}
#order #order-product-table .col3 {
	width:50px;
	}
#order #order-product-table .col4 {
	width:50px;
	}
#order #order-product-table .col5 {
	width:50px;
	}
#order #order-product-table .col6 {
	width:100px;
	}

#order #table-header {
	font-weight:bold;
	text-align:center;
	}

#order #order-product-table div {
	float:left;
	width:600px;
	border:1px solid blue;
	display: table-row;
	}

#order #order-product-table ul {
	display: table-row;
	width:600px;
	}

#order #order-product-table li {
	float:none;
	clear:none;
	border:1px solid #ccc;
	display:table-cell;
	}

#order td.description {
	width:500px;
	text-align:left;
	}

#order td.productID {
	text-align:center;
	color:#0000b2;
	}

#order td.price {
	color:#b20000;
	text-align:center;
	}

#order td.amount {
	text-align:center;
	}

#order div.productname, div.productname2, div.productname3 {
	float:left;
	width:240px;
	text-align:left;
	}

#order div.productname {
	color: red;
	}

#order div.productname2 {
	color: blue;
	}

#order div.productname3 {
	color: green;
	}

#order td div.details {
	width:80px;
	float:right;
	clear:none;
	text-align:right;
	}

#order td div.description {
	text-align:left;
	float:left;
	width:400px;
	}

#order input {
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 2px;	
	}

#order input.amount, input.price, input.subtotal {
	text-align:right;
	background: #fefeee;
	border: none;
	vertical-align: middle;
	}

#order input.amount {
	background: #fff;
	border: 1px solid #000;
	padding: 1px;
	}

#order input.price {
	width:40px;
	margin:0 5px;
	}

#order input.subtotal {
	}

#order input.address {
	}

#order-contact-info {
	border: 1px dotted orange;
	background: #fefeee;
	font-size:1.3em;
	width:600px;
	float:left;
	clear:left;
	margin-bottom:20px;
	}

#order-contact-info input {
	text-align:left;
	font-size:1.1em;
	float:left;
	margin: 5px 5px 5px 0;
	}

#order-contact-info div {
	width: 100%;
	float:left;
	clear:left;
	}

#order-contact-info div.hint {
	text-align:center;
	border:none;
	padding:10px 0;
	color:green;
	font-size:0.8em;
	}

#order-contact-info div.label {
	width: 80px;
	text-align:right;
	padding:6px 5px 0 0;
	font-size:0.9em;
	}

#order-contact-info div div {
	width:400px;
	float:left;
	clear:none;
	}

#order-contact-info div div div input {
	margin: 0px 0 5px 0;
	}

#order-contact-info div div div {
	padding:5px 0 0 0px;
	width:120px;
	text-align:center;
	vertical-align:middle;
	}

#order-contact-info div div div label {
	float:left;
	padding-bottom: 1px;
	margin-bottom: 0;
	line-height:1em;
	}

#order-contact-info div div div select {
	float:left;
	clear:left;
	padding-top:0;
	margin-top:0;
	font-size:0.9em;
	}

#order-contact-info  div div div input {
	float:left;
	clear:left;
	font-size:0.9em;
	}

#order-contact-info div.note {
	float:left;
	text-align:left;
	color:red;
	width:100%;
	padding: 0 0 10px 0;
	font-size:0.8em;
	line-height:1.2em;
	}

#order-contact-info .delivery-option {
	padding:10px 0 0 10px;
	}

#order-contact-info .delivery-option .note {
	width:450px;
	}

#order-contact-info div.next-step {
	width:400px;
	text-align:right;
	white-space:nowrap;
	float:right;
	margin-right: 10px;
	font-size:0.9em;
	line-height:1.2em;
	}

#order-contact-info div.next-step input {
	float:right;
	}

.orderlink, .orderlink2 {
	float: right;
	width: 111px;
	height: 40px;
	background: url(../images/layout/order_hover.png);
	overflow:hidden;
	}

.orderlink img:hover, .orderlink2 img:hover {
	opacity:0;
        filter:alpha(opacity=0);
	}

.orderlink2 {
	float: left;
	margin-top:10px;
	margin-bottom:0px;
	}

/*
	styles for faq page
*/

#faq-index {
	width:600px;
	}

#faq-index div {
	float: left;
	width:350px;
	margin: 10px 0 0px 20px;;
	}

#faq-index div p{
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px 0 0 8px;
	width:500px;
	}

#faq-index a {
	border:none;
	}

#faq-index h5 {
	display:inline;
	}

#faq-index h2 {
	margin-top: 6px;
	float:left;
	clear:left;
	}

#faq {
	width:500px;
	}

#faq h1 {
	margin-left:20px;
	}

#faq ol {
	width:100%;
	list-style:decimal;
	margin:10px 0 0 30px;
	padding:0;
	}

#faq ol li {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
	}

#faq ul {
	width:100%;
	float:left;
	margin-left:0;
	padding-left:0;
	}

#faq ul li {
	width:100%;
	padding-left:25px;
	margin:0;
	float:left;
	clear:left;

	}

#faq ul li.q {
	color:#000082;
	font-weight:bold;
	background: url(../images/layout/faqq.png) no-repeat 0px 0.1em;
	}

#faq ul li.a {
	background: url(../images/layout/faqa.png) no-repeat 0px 0.1em;
	}



/*
	styles for about us page
*/

/*
	styles for contact us page
*/

#contactus {
	width:500px;
	padding-left:20px;
	}

#contactus img, #contactus span {float:none;display:inline;}

#contactus #contactform {
	padding:0 0 105px 9px;
	margin:0;
	}

#contactus div.row {clear:both;padding-top:10px;width:420px;}

#contactus #radios {width:400px;}

#contactus #radios input {background-color:transparent;border:none;width:20px}

#contactus fieldset {
	border:1px solid #aaa;
	padding-left:20px;
	width:400px;
	margin:0 9px 9px 0;
	padding-bottom:15px;
	}

#contactus fieldset label {display:inline !important;}

#contactus label {display:block !important;}

#contactus legend {margin-bottom:5px;padding:0;display:inline;}

#contactus legend img {width:10px;vertical-align:bottom;}

#contactus #ulerrors {list-style-type:square;font-size:80%;color:red}

#contactus div.row span.label {float:left;width:120px;text-align:right !important}

#contactus div.row span.formw {float:right;width:280px;text-align:left}

#contactus div.spacer {clear:both}

#contactus input,#contactus textarea {
	padding:3px 5px 0 5px;
	border:1px solid #999;
	width:270px;
	margin-top:2px;
	font-size: 1em !important;
	background-color:#fff;
}

#contactus select {
	border:1px solid #999;
	width:282px;
	margin-top:2px;
	font-size: 1em !important;
	background-color:#fff;
	}

#contactus option {
	background-color:#ffffcc;
	padding:1px 0 0 2px;
	}

#contactus input:focus,#contactus textarea:focus,#contactus select:focus {
	border:1px solid #999;
	background-color:#ffffcc;
	}

#contactus input.zbutton {width:100px;background-color:#ffffcc}

#contactus .zbutton {border:1px solid #000;padding:3px 9px;margin-left:15px;background-color:#ccc !important;color:#000}

#contactus address {font-style:normal}

#contactus #Comments {font-size:1em}

#contactus #notice {
	position:absolute;
	top:10px;
	left:auto;
	right:50px;
	width:200px;
	float:right;
	color:#800000;
	margin-top:10px;
	margin-bottom:10px;
	}

#contactus #notice ul {
	margin-top:10px;
	}

/*
	styles for sitemap page
*/

#sitemap h1 {
	margin-bottom:10px;
	}

#sitemap ul {
	margin-left:10px;
	}

#whydonate p {
	margin:10px;
	width:450px;
	}

#whydonate form {
	margin:10px 0 0 20px;
	}

