.button {
    display: inline-block;
    line-height: 1;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #39c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

input.button, button.button {
    border: 1px none;
}

p {

    padding: 5px 5px;

}

textarea.button {
    border: 0px;
    text-align: justify;
    border-style: solid;
    border-color: #FFF;
}


input[TYPE='button']:hover {
    color: yellow;
}

input[TYPE='button']:focus {
    color: yellow;
}

input[TYPE='submit']:hover {
    color: yellow;
}

input[TYPE='submit']:focus {
    color: yellow;
}

body {
    text-align: center;
}

.leftalign {
    text-align: left;
}

.wrap {
    background: #aaa;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}


.buttonwrap {
    display: inline-block;
    position: relative;
    zoom: 1;
    *display: inline;
}

.corner {
    position: absolute;
    width: 5px;
    height: 5px;
    background: transparent url(img/corner.png) no-repeat 0 0;
}

.tl {
    top: 1px;
    left: 0px;
    background-position: left top;
}

.tr {
    top: 0px;
    right: 0px;
    background-position: right top;
}

.bl {
    bottom: 0px;
    left: 0px;
    background-position: left bottom;
}

.br {
    bottom: 0px;
    right: 0px;
    background-position: right bottom;
}


#content {
    background-color: #eee;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #aaa;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #aaa;
    padding: 10px;
}


#listuserstable {
    background-color: #eee;
    width: 600px;
    margin: 0 auto;
    border: 1px solid #aaa;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #aaa;
    padding: 10px;
}


#mainpage {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #aaa;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #aaa;
    padding: 10px;
}


#statusemail {
    background-color: #eee;
    width: 500px;
    margin: 0 auto;
    border: 1px solid #aaa;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #aaa;
    padding: 2px;
}


#form1 label {
    display: block;
    line-height: 25px;
}

#form1 input[type=text], #form1 input[type=password] {
    padding: 2px;
    font-size: 16px;
    line-height: 20px;
    width: 250px;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.info {
    color: #00529B;
    background-image: url('img/info.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.success,.neutral,.error,.failure {
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 10px 10px;
}

.success {
    color: #4F8A10;
    background-image: url('img/success.png');
}

.neutral {
    color: #9F6000;
    background-image: url('img/neutral.png');
}

.error {
    color: #D8000C;
    background-image: url('img/error.png');
}

.failure {
    color: #D8000C;
    background-image: url('img/failure.png');
}
