﻿/*
	CSS Styles for Twitter Feedback Tutorial
	Build Internet (www.buildinternet.com)
	Written by Zach Dunn
*/
	
	h1, h2{font-family: tahoma, helvetica, arial, sans-serif;}
	p, select{font-family: tahoma, helvetica, arial, sans-serif;}
		h1{padding:05px 30px 0px 30px; font-size:28px; font-weight:normal;}
		h2{padding:05px 30px 0px 30px; font-size:13px; font-weight:normal; text-transform:uppercase; letter-spacing:1px; color:#888888;}
		p{padding:0px 30px 5px 30px;  font-size:13px; line-height:1.6em; color:#555555;}
			a{color:#152B5C;}
	
	select{font-size:13px;}
		select option{background:#74353;}
	
	p.mood{text-align:center; padding-bottom:0;}
	p.tweet{background:#FFFFFF; border:2px solid #C8E8E6; margin:10px 30px; padding:5px;}
	p.footer{color:#FFF; text-align:center; font-size:11px;}
		p.footer a{color:#F7F7F7;}
	
	p#tweetit{text-align:center; padding:0;}
    #tweetit a{display:block; background: #FAFAFA url('http://www.germany-usa.com/media/images/tweet-button.jpg') top center no-repeat; width:90%; height:75px; overflow:hidden; text-indent:-9999px; margin:0 auto;}
