/* 
    Document   : changeService
    Created on : 18.02.2010, 10:42:15
    Author     : Peter Hartwig
    Description:
        Stylesheets fuer den Wechselservice
*/

.formGray {
	background-color: #F7F7F7;
	margin: 10px 0;
}

.formGray .formLabelInputContainer {
	margin: 0 10px 10px 25px;
}

.formGray .formLegendTitle {
	color: #3F3F3F;
	font-weight: bold;
	padding: 20px 10px;
}

.formGray form label {
	display: inline-block;
	width: 130px;
}

.formGray form label.mustText {
	font-size: 10px;
	padding-top: 7px;
	vertical-align: top;
}

.formGray form input {
	border: 2px inset threedface;
	/border-color: #FFFFFF;
	width: 260px;
}

.formGray form input.readonly {
	color: gray;
}

.formGray form input.error {
	color: #000000;
	background-color: #FFB2BA;
}

.formGray form input#btn_generieren {
	border: 0;
	margin-left: 2px;
	margin-bottom: 10px;
}

.formGray form select {
	width: 150px;
}

.formError {
	border: 3px solid #DD0007;
	color: #DD0007;
	padding: 15px 20px;
}

.formError .error {
	font-size: 16px;
	font-weight: bold;
}

.formError .errorMarginLeftAway {
	margin-left: 72px
}

.formError ul {
	margin: 5px 0 0 !important;
}

.formError ul li {
	background: transparent ! important;
	color: #DD0007 ! important;
	list-style: none ! important;
	padding: 0 ! important;
}

#anbieterstrasse, #strasse {
	width: 228px;
	/width: 226px;
}

#anbieternr, #nr {
	width: 25px;
}

#anbieterplz, #anbieterfax, #plz {
	width: 50px;
}

#anbieterort, #anbieterfaxnummer, #ort {
	width: 203px;
	/width: 201px;
}

#formErrorElm, #internetanbieterContainer, #anbieterpostfachContainer,
#anbieterstrasseContainer, #anbieterplzContainer, #anbieterfaxContainer {
	display: none;
}
