@charset "UTF-8";
/* CSS Document */
html{
	overflow:scroll;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11pt;
}

#wrapper{

}

#header{
	margin:0 auto;
	width:745px;
}

#logo{
	float:left;
	width:60px;
	height:60px;
}

#logo-text{
	color:#81979B;
	font-size:30pt;
	width:600px;
	margin:0px 0px 10px 10px;
	padding-top:12px;
	letter-spacing:-2px;
}

#logo-text a{
	text-decoration:none!important;
	color:#81979B;
}

#underline{
	height:3px;
	width:699px;
	margin:0 auto;
	background: transparent url(images/line.png);
	margin-bottom:40px;
}

#underline-sub{
	height:3px;
	width:699px;
	margin:0 auto;
	background: transparent url(images/line.png);
	margin-bottom:30px;
}

#main{
	width:700px;
	margin:0 auto;
}

#top-text{
	color:#111111;
	font-size:20pt;
	text-align:center;
	letter-spacing:-1px;
	line-height:19pt;
	margin-bottom:30px;
}

#top-text a{
	text-decoration:none;
	color:#81979B;
	font-size:18pt;
}

#feedback{
	height:25px;
	margin-bottom:25px;
	color:#990000;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
	
}

#feedback-text{
	display:none;
	color:#990000;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
	padding:5px 10px;
	background-color:#ffffcc;
	border:1px solid #990000;
}

#form{
	width:347px;
	margin:0 auto 120px auto;
	height:34px;
}

#form-email{
	color:#949B99;
	font-size:14pt;
	letter-spacing:-1px;
	float:left;
	width:57px;
	margin:4px 0 0 0;
	
}

#form-input{
	
	/* background-repeat:no-repeat; */
	float:left;
	width:215px;
	/* height:30px; */
	padding:0px;
	margin:0px;
}

#form-submit{
	float:left:
	width:75px;
}

#form-caption{
	
	font-size:9pt;
	color:#888;
	text-align:right;
	margin-top:3px;
	width:auto;
}

#form-input-field{
	font-size:10pt;
	color:#666;
	border:1px solid #999;
	width:200px;
	margin:1px 0 2px 0;
	padding:4px 0 0 3px;
	height:20px;
	/* background: url(images/inputfield.png) no-repeat; */
}

.promise{
	color:#990000;
}

#footer{
	color:#666;
	font-size:11pt;
	line-height:10pt;
	text-align:center;
	margin:0 auto;
	width:650px;
}

#footer a{
	color:#81979B;
	text-decoration:none;
}

#tweet{
	/* padding:0 0 4px 35px; */
	width:auto;
	text-align:right;;
	color:#999;
	height:auto;
	padding:1px 10px 20px 40px;
	margin:0 0px 4px 35px;
	background: #fff url(/images/chirp.png) no-repeat bottom left;
	
	
}

#tweet-text{
	text-align:left;
	background-color:#fff;
	border-top:2px solid #eaeaea;
	border-right:2px solid #eaeaea;
	padding:0;
	margin:6px auto;
	color:#333;
}

.tweet_list{
	list-style:none;
}

h2{
	font-size:14pt;
	font-weight:bold;
	color:#81979B;
	padding:2px 0;
}

h3{
	text-align:right;
	font-size:12pt;
	font-variant:small-caps;
	color:#666;
}

h3 a{
	color:#666;
	text-decoration:none;
}