/*-----------------------------------------------------------------------------
version:   1.0.1-Beta
author:    daniel vecchiato
email:     info@4webby.com
website:   http://www.4webby.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Class for clearing floats */

.clear {clear:both;}

/* Remove border around linked images */

img {border: 0;}

#browse_crag {
margin: 0;
border-bottom: 1px solid #cccccc;}

.login {color: #666;
font-size:11px;
padding: 5px;}

.login a:link, .login a:visited {text-decoration: none;
font-weight: bold;
color: #666;}

.login a:hover {text-decoration:underline;
color: #CC0000;}


/* =Forms
-----------------------------------------------------------------------------*/

.error {font-weight: bold;
color:#FF3300;
padding-left: 18px;
background: url(/public/shared/images/error.png) no-repeat left top;}

/* :KLUDGE: Explicitly set the width for IE6- */

* html .error {width: 10em;}

fieldset {margin:1em 0;
padding: 1em;
border: 1px solid #ccc;}

legend {font-weight:bold;}

label {float: left;
width: 100px;}

#register {margin: 0;}

#register label, #changePassword label  {width: 170px;}

#register .error span{
margin-left: 150px;
padding-left: 150px;}

.note {display: block;
margin-left: 100px;}

#register.note  {display: block;
margin-left: 150px;}

.button {
text-align:center;
font-weight:bold;
cursor: pointer;}

.button a {text-align: center;
text-decoration: none;
background: url(../images/fade-butt.png);
border: 3px double #999;
border-left-color: #ccc;
border-top-color: #ccc;
color: #333;
padding: 0.25em;}

.button a:active {background: #f4f4f4;
border: 3px double #ccc;
border-left-color: #999;
border-top-color: #999;}

/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/

#flashMessage {width:400px;
border-bottom: 2px solid #FF0000;
border-top: 1px solid #FF0000;
color:#ff0000;
margin: 8px 0px;
padding: 10px;
font-size:16px;
}

.warning {
padding:0px;
padding-left:18px;
margin-top:10px;
background: url(/public/shared/images/error.png) no-repeat left top;
}

#mainContent { padding-top:10px; }
#mainContent * {font-size:12px; }

.register_label { padding-top:10px; }
.register_label a { font-size:16px!important; }

.register_warning { color:red; font-size:14px!important; }

.register_success { color:red; font-size:16px!important; }
