﻿@charset "utf-8";
/* CSS Document */

a{
color:#333333;
}

.mform{
	margin:0 0 10px;
}

textarea {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    height: auto;
    padding: 7px;
	width:100%;
}

input {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    height: auto;
    padding: 7px;
	width:100%;
}

input:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    color: #5C543F;
}

textarea:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    color: #5C543F;
}

form{
	font-weight:bold;
}

label {
    display: block;
    float: left;
    margin: 3px 0 0;
    width: 140px;
}

.edit-submit input {
    background: none repeat scroll 0 0 #231F20;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: -0.01em;
    padding: 7px 20px;
    text-shadow: 1px 1px 0 #000000;
	width:115px;
	margin:0 0 0 59px;
}

.edit-submit input:hover, .edit-submit input:focus {
    background: none repeat scroll 0 0 #A97C29;
    color: #FFFFFF;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}