/*
Theme Name: TimeBridge-2
Description: TimeBridge - 2 WordPress theme.
Author:
Version: 1.01
*/

#comment{
  /*width:100%;*/
}

.tb-comments-field{
  float:left;
  width:200px;
}
.tb-comments-field input{
  width:180px;
}
#content .comment-form p{
  padding:0;
  margin:3px 0;
}
#recaptcha_widget_div{
  float:right;
  padding:16px 0 0 0;
}
#recaptcha-submit-btn-area{
  float:right;
  width:80%;    
}
#recaptcha-submit-btn-area input{
  float:right;
  background: url(images/btn-submit.gif) no-repeat 0 0;
  width:92px;
  height:32px;
  overflow:hidden;
  text-indent:-2452px;
  margin:5px;
  border:none; 
}
.link{
  padding:10px;
}

#content .tweets p.com-auth{
  margin:5px 0 0 0;
}

.recaptcha-error {
  clear:both !important;
  font-size:12px !important;
}

.comment-form .txt-input {
  padding:1px 3px;
}