/* ---------------------------------------------------------------------------------
   
   MyRobina - Form Controls 
   Author: Pixel House
   Website: www.pixel-house.com.au 

--------------------------------------------------------------------------------- */


fieldset { border: solid 1px #ccc; padding: 5px 20px 14px 20px; margin: 3px 0px 20px 0px; }
legend { font-size: 0.8em; color: #ba1a1a; margin-left: -10px; font-weight: bold; }
legend span { font-weight: normal; }
fieldset p { margin: 0.6em 0; width: 100%; float: left; }
fieldset label { float:left; width: 170px; font-weight: bold; }
fieldset label span { color: #9e9e9e; font-weight: normal; }
fieldset .smTxt { font-size: 0.8em; color: #666; }
fieldset .field1 { width: 300px; border: solid 1px #7f9db9; padding: 2px; color: #494949; }
fieldset .top { margin: 1.4em 0 0.6em 0; }
fieldset input:focus { background: #fff0a9; }

.seal { float: left; }
.commentBox { font-family: Arial, Helvetica, sans-serif; width: 380px; font-size: 13px; }


#addB { margin-top: 20px; }
.submitB { float: right; }

.hide { display: none; }
.show { display: block; }