form {
	margin: 0;
    padding: 10px;
    text-align: left;
}

fieldset {
	padding: 10px;
}

legend { color: #666; }

label { display: block; }
label.inline { display: inline; }

input.textbox,
textarea {
    margin-bottom: 5px;
    padding: 2px;
    display: block;
    background-color: #FFF;
    border: 1px solid;
    border-color: #999 #666 #666 #999;
    font-size: 1em;
}
input.textbox.inline {
	display: inline !important;
	vertical-align: middle;
}

input.textbox:focus,
textarea:focus {

}

input.checkbox { display: inline; }

input.iconified {
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

input.login { background-image: url(/images/silk/user.png); }
input.password { background-image: url(/images/silk/key.png); }
input.openid { background-image: url(/images/openid-inputicon.gif); }
input.email { background-image: url(/images/silk/email.png); }

div.buttons {
float: right;
margin-top: 10px;
width: 100%;
}

input.button { font-size: 1.1em;border: double;border-color: #fff #fff #fff #fff;-moz-border-radius: 4px; background: #48CF40; padding: 3px; color: #fff; text-decoration: none; cursor: pointer; }
.button.blue { background: #2ae; }
.button.green { background: #9d4; }
.button.pink { background: #e1a; }
.button:hover { background-color: #444; }
.button:active { background-color: #444; }
.button[class] { background-image: url(/images/shade.png); background-position: bottom; }


.buttons input { float: right; }

.buttons a {
float: left;
margin-right: 10px;
    padding: 4px 5px;
font-size: 100%;
    color: #666 !important;
    border: double;
    border-color: #CCC #999 #999 #CCC;
}


.buttons a:hover { background-color: #EEE; text-decoration: none; color: #333 !important; }

.error {
    margin-bottom: 5px; padding: 5px 5px 5px 30px;
    border-bottom: 3px solid #900;
    color: #FFF;
    font-weight: bold;
    background: #C00 url(/images/silk/error.png) no-repeat 10px center;
}

.loginnotice {
	margin-bottom: 5px; padding: 5px 5px 5px 30px;
    border-bottom: 3px solid green;
    color: green;
    font-weight: bold;
    background: #DBFFCF url(/images/silk/information.png) no-repeat 10px center;
}
