/* Start of CMSMS style sheet 'form_style' */
fieldset {
	border: 0;
}

input,
select {
	font-size: 12px;
	letter-spacing: 1px;
	color: #222;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}

.page_1 div {
        margin: 5px 0;
}

.page_1 div.songauswahl {
        margin-bottom: 1.4em;
}

.page_1 .song_player {
        width: 30px;
        height: 25px;
}

.page_1 div label {
	font-size: 14px;
}

.page_1 div div label {
	font-size: 12px;
}

.page_2 div {
        margin: 5px 0;
}

.page_2 td {
        width: 200px;
        text-align: center;
}

.page_2 div label {
	font-size: 14px;
}

.page_2 div div label {
	font-size: 12px;
}

.page_3 div {
        margin: 5px 0;
}

.wunschtext textarea,
.anmerkungen textarea {
        width: 330px;
        height: 100px;
	border: 1px solid #c1c1c1;
        margin-top: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.page_4_left {
	width: 330px;
	float: left;
}

.page_4_right {
	width: 330px;
	float: right;
}

.page_4_left input,
.page_4_right input,
.page_4_left select,
.page_4_right select {
	width: 180px;
	height: 18px;
	border: 1px solid #c1c1c1;
	background: url([[root_url]]/uploads/images/design/input_bg.jpg) repeat-x;
}

.page_4_left div,
.page_4_right div {
	margin: 5px 0;
}

.page_5 div {
        margin: 5px 0;
}

.page_6 div {
        margin: 5px 0;
}

.page_6 div.required label {
        font-size: 14px;
}

.page_6 div.required div label {
	font-size: 12px;
}

.page_6 div.required {
        margin-bottom: 15px;
}

.process_bar {
        width: 681px;
        height: 35px;
        margin-bottom: 25px;
        background: url([[root_url]]/uploads/images/design/process_bg.jpg) no-repeat center;
}

.process_bar div {
        width: 113px;
        height: 35px;
        font-size: 9px;
        letter-spacing: 0.5px;
        float: left;
        text-align: center;
}

.process_bar div.odd {

}

.process_bar div.even {
        height: 11px;
        padding-top: 24px;
}

.process_bar div.undone {
        background: url([[root_url]]/uploads/images/design/process_bullet_light_orange.gif) no-repeat center;
}

.process_bar div.active {
        font-style: italic;
        background: url([[root_url]]/uploads/images/design/process_bullet_orange.gif) no-repeat center;
}

.process_bar div.done {
        background: url([[root_url]]/uploads/images/design/process_bullet_light_orange.gif) no-repeat center;
}

.submit {
	clear: both;
	text-align: left;
        padding-top: 15px;
}

.pflicht {
        margin-top: 1em;
}

.fbsubmit_next,
.fbsubmit_prev,
.fbsubmit,
.paypal {
	cursor: pointer;
	background: #f8f8f8;
	border: 1px solid #222;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
        margin-right: 3px;
}

.fbsubmit,
.fb_invalid input {
        background: #fcc;
}

.fb_invalid label,
.error_message {
	color: #f00;
}

div.error_message ul {
        margin-left: 2em;
        margin-bottom: 1em;
}
/* End of 'form_style' */

