@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
	background-image: url(../img/section-header-childrights-more.jpg);
}
.section-home #section-header {
	background-image: url(../img/section-header-childrights-en.jpg);
}
#section-title { left: 25px; top: 18px; width: 200px; height: 35px; }

/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

#main-content ul li,{
	list-style-image:none;
	diplay: block;
	text-decoration: none;
	background-image: none;
}

/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }

.mandarin-text {
	font-size: 2em;
}

fieldset {
	margin-bottom: 1em;
}

legend,
label {
	font-weight: bold;
	color: black;
}

.form-radio {
	font-weight: normal;
}

#strFirstName,
#strLastName,
#strEmail {
	width: 20em;
}

textarea {
	width: 30em;
	height: 7em;
}

#main-content .validation {
	display: block;
	color: red;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../img/icon_error_sm.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#main-content .image {
	float: left;
	padding: 0 1.5em 1em 0;
}
