body{
	background:#fff;
	font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
	}

h1{
	font-size:200%;
	font-weight:normal;
	}
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	}
h2{
	font-size:160%;
	}
h3{
	font-size:140%;
	}
h4{
	font-size:120%;
	}

a{
	text-decoration:none;
	color:#f30;
	}
a:hover{
	color:#999;
	}
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
	}
p, blockquote, ul, ol, form{
	margin:1em 0;
	}
blockquote{
	}
img{
	border:none;
	}
hr{
	display:none;
	}
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
th, td{
	padding:2px 5px;
	}
th{
	text-align:left;
	}
li{
	display:list-item;
	}

#container{
	background:#f8f8f8;
	margin:0 auto;
	width:910px;
	padding:20px 40px;
	text-align:left;
	display: block;
	}

#header{
	margin:0 auto;
	background:#212121;
	color: white;
	width:910px;
	padding:20px 40px;
	text-align:left;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	height: 90px;
	}

#showcase a, a:link, a:visited{
	color: grey;
}

.rounded{background:#fff;padding:5px;margin:5px;border:1px solid grey;-moz-border-radius:0px 10px 10px 10px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow:3px 3px 5px #999;box-shadow:3px 3px 5px #999}

/* form 2 */

	#form2{
		margin:1em 0;
		color:#fff;
		width:320px; /* customize width, this form have fluid layout */
		}
	#form2 h3{
		margin:0;
		background:#57a700 url(/images/form2/form_heading.gif) repeat-x;
		color:#fff;
		font-size:20px;
		border:1px solid #57a700;
		border-bottom:none;
		}
	#form2 h3 span{
		display:block;
		padding:10px 20px;
		background:url(/images/form2/form_ico.gif) no-repeat 93% 50%;
		}
	#form2 fieldset{
		margin:0;
		padding:0;
		border:none;
		border-top:3px solid #000;
		background:#000 url(/images/form2/form_top.gif) repeat-x;
		padding-bottom:1em;
		}
	#form2 legend{display:none;}
	#form2 p{margin:.5em 20px;}
	#form2 label{display:block;}
	#form2 input, #form2 textarea{
		width:272px;
		border:1px solid #111;
		background:#282828 url(/images/form2/form_input.gif) repeat-x;
		padding:5px 3px;
		color:#fff;
		}
	#form2 textarea{
		height:125px;
		overflow:auto;
		}
	#form2 p.submit{
		text-align:right;
		}
	#form2 button{
		padding:0 20px;
		height:32px;
		line-height:32px;
		border:1px solid #70ad2e;
		background:#5aae00 url(/images/form2/form_button.gif) repeat-x;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}

/* // form 2 */
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px; -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

