.form {
text-align: center;
}
.form #captcha img{
vertical-align: text-top;
}
.form #captcha .input_captcha
{
width: 250px;
}
.form .error {
font-size: 80%;
color: red;
float: left;
padding: 0 0 4px;
width: 100%;
margin: 0 0 0 36%;
padding: 6px;
text-align: left;
color: red;
}
.form .input_submit {
}
.form .input_reset {
}
.form .input_text {
width: 350px;
}
.form .input_password {
width: 350px;
}
.form textarea {
width: 350px;
height: 110px;
}
.form select {
width: 345px;
}
.form ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding: 10px;
}
.form ul li {
padding: 2px;
}
.form input_name {
float: left;
width: 20%;
}
.form label {
cursor: pointer;
display: inline;
float: left;
font-size: 1.1em;
font-weight: bold;
width: 30%;
}
.form .button {
-moz-border-radius: 3px 3px 3px 3px;
border: 1px solid #888888;
color: red;
cursor: pointer;
font-weight: bold;
height: 27px;
margin: 6px;
padding: 0 12px 2px;
text-align: center;
width: 120px;
}
|