/* CSS Document */
#service_form {
font-family: sans-serif;
}
#content #service_form p {
padding: 0;
}
#service_form .label {
font-weight: bold;
}
.attention {
font-weight: bold;
font-style: italic;
}
#service_form input, #service_form textarea {
margin: 0;
background-color: #ccc;
}
#service_form .contact_element {
float: left;
margin: 0 0 10px 0;
}
#service_form .form_section1 p {
margin-right: 10px
}
#service_form .form_section1 input {
margin-right: 10px
}
#service_form .form_section2 {
margin-right: 10px
}
#service_form .form_section2 input {
margin-right: 10px
}
#service_form #submit_button {
margin: 10px 0 0 0;
}
