/* $Id: form.css 6636 2009-07-31 10:33:31Z timo $
 * Copyright (c) 2006 Codecenter. All rights reserved. */

#form table tr td h2 {
    margin: 11px 0px 5px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

#form table tr td div.text {
    font-family: Arial;
    font-size: 10pt;
    margin: 5px 0px 5px 0px;
}

#form table tr td span.optional {
    font-family: Arial;
    font-size: 10pt;
}

#form table tr td span.required {
    font-family: Arial;
    font-size: 10pt;
}

table#sendEcard input.ecardInput {
	width: 150px;
}
.basic table.list {
	width: 100%;
}

.button_container {
	float:left;
}