/*
Copyright &copy; 2009
Author: Justin Sideris
Created for Blaque Masque Graphic and Web Design
http://graphics.blaquemasque.com
*/

.clearfix { display:inline-block; }   
.clearfix:after, .container:after { display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:block; }

#cmtmain { padding:20px 15px 10px 0; clear:both; }
#cmtmain textarea { background:#eee; margin-top:3px; float:left; }

.cmtuinfo { clear:left; padding:10px 15px 10px 0; margin-bottom:10px; }
.cmtuinfo input, #cmtmain textarea { border:1px solid #eee; border-top-color:#bbb; border-left-color:#bbb; padding:3px; }
.cmtuinfo input:focus, #cmtmain textarea:focus { background:#e3f2df; }
.cmtuinfo label, #cmtmain label { font-weight:bold; display:block; float:left; text-align:left; }
.cmtuinfo input { background:#eee; width:160px; margin-right:8px; margin-top:3px; }
 

