
a{
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5b7bbd;
	text-decoration: underline;
	font-weight: bold;
}

h3{
	font-size: 14px;
	color: #3c6e8f;
}

h2{
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.15em #666;
}

ul{
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url('images/tern_bullet.png');
}


#img_border {
   padding:2px;
   border:1px solid #021a40;
   background-color: #69C;
}
#img_right {
    float: right;
    margin: 0 0 10px 10px;
   padding:2px;
   border:1px solid #021a40;
   background-color: #69C;
}

#img_left {
    float: left;
    margin: 0 0 10px 10px;
  	padding:2px;
    border:1px solid #021a40;
    background-color: #69C;
}

figcaption {
    display: block;
	color: #333;
	font-style: italic;
}
/* ----------- My Form ----------- */
.myform{
	margin: 0 auto;
	width: 500px;
	padding: 25px;
	box-shadow: 2px 2px 2px #036;
}
	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #006;

		margin: 0 auto;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		padding-bottom:10px;
	}
		#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized label{
		display: inline-block;
		font-weight:bold;
		font-size: 12px;
		text-align:right;
		width:140px;
		float:left;
		margin-top: 7px;
	}
	#stylized input{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #CCC;
		width:300px;
		margin:2px 0 10px 10px;
	}
	#stylized input:focus, textarea:focus {
    	border:2px solid #009;
	}
	#stylized select, option{
		font-size:12px;
		padding:1px 2px;
		border:solid 1px #aacfe4;
		width:300px;
		margin:2px 0px 5px 10px;
	}
	#stylized textarea{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #CCC;
		width:300px;
		margin:2px 0 5px 10px;
	}
	
	#stylized button{ 
		margin: 0 auto;
		width:100px;
		height:30px;
		background:#006;
		text-align: center;
		line-height:20px;
		font-size:13px;
		font-weight:bold;
		color:#FFFFFF;
	}
	
.galaButton {
	-webkit-box-shadow:inset 0px 1px 8px 0px #8a2a21;	
	-moz-box-shadow:inset 0px 1px 8px 0px #8a2a21;
	box-shadow:inset 0px 1px 8px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	text-align: center;
	width: 215px;
}
.galaButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437;
	color: #FF9;
}
.galaButton:active {
	position:relative;
	top:1px;
}

.donateButton {
	background-color: #00bb7d;
	border: none;
	border-radius: 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	margin-top: -52px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}