/* 
    Document   : reg-form
    Created on : Sep 25, 2012, 11:30:27 AM
    Author     : mg
    Description:
        Purpose of the stylesheet follows.
*/

#custom-reg-form{ width: 100%; float: left;}
#custom-reg-form h4 {font-size: 20px;font-family: 'Roboto', sans-serif;padding-top: 20px;}
#custom-reg-form h4 strong {bottom: 2px;position: relative;}
.custom-reg h4{ color:#525252; font-weight: bold; }
#custom-reg-form label{ width: 180px; float:left;}
#custom-reg-form input{ width: 380px; float: left;border: 1px solid #C2BBA8; padding: 3px; margin: 0 0 5px 0;}
#custom-reg-form .submit-button{ background: #62c6ba; border: #62c6ba; font-size:18px; color:#fff; padding:8px 0; border-radius: 20px; line-height: 20px; width: 240px; margin: 25px; }
.error{ clear:both; display:block; padding-left: 180px; color: #c00;}
.ok{ clear:none; float:left; width: 30px; color: #0c0; padding: 3px; font: bold 12px Arial;}
.custom-reg-steps{ list-style: decimal; list-style-position: inside;}
.custom-reg-steps li{ padding: 5px 0; }
#custom-reg-form input.blog-name{ width: 150px; }
.blog-domain-string { clear:none; float:left; width: 230px; padding: 3px 0;}
.missing{ background-color: #fbb !important; }

.custom-reg p { padding: 10px 0; }
.custom-reg { min-height: 400px; }
.custom-reg-steps a:hover {text-decoration: underline;}
