/* 
Through the Eyes of Hope
Chienyi Hung @ CYH Photo & Design
Created: November 2007
Updated: November 2008
*/

@import url("inside.css");

.content {
background:url(/images/contact-bgd-new.jpg) right top no-repeat;
height:950px;
margin:0px 5% 0px 0%;
padding:30px 0px 0px 50px;
}

.content h3 {
margin:0;
}
.content h3.sec {
color:#CC6600;
padding-bottom:5px;
font-size:100%;
}
.content h4 {
margin:0;
font-weight:normal;
font-size:11px;
}
.content p {
margin:0;
font-size:11px;
}

.section {
margin-bottom:2%;
border-bottom:1px dashed #999;
padding-bottom:10px;
}


	.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.myButton:hover {
	color:#000;
}.myButton:active {
	position:relative;
	top:1px;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
		color:#000;
}
