/* @override 
	http://www.kurfuerstenbad-amberg.bw-testserver.de/typo3conf/ext/onetimeaccount/Resources/Public/CSS/OneTimeAccount.css?* */
form#tx_onetimeaccount_pi1_form {
	
max-width: 964px;
margin-right: auto;
margin-left: auto;
}
.tx-onetimeaccount-pi1-clear {
	clear: both;
	width: 1px;
	height: 1px;
}

.tx-onetimeaccount-pi1-error {
	color: #f00;
	background-color: inherit;
	font-weight: bold;
}

.tx-onetimeaccount-pi1 fieldset {
	margin: 0 0 1em;
	border-style: none;
	padding: 0;
}

.tx-onetimeaccount-pi1 dl {
	margin: 0;
}

.tx-onetimeaccount-pi1 dt {
	width: 11em;
	margin: 0 .5em .5em 0;
	clear: both;
	float: left;
}

.tx-onetimeaccount-pi1 dd {
	margin: 0 0 .5em 12em;
}

.tx-onetimeaccount-pi1 label.required {
	font-weight: ;
	height: 50px;
	line-height: 50px;
}

.tx-onetimeaccount-pi1 dd select,
.tx-onetimeaccount-pi1 .tx-onetimeaccount-pi1-first_name,
.tx-onetimeaccount-pi1 .tx-onetimeaccount-pi1-zip {
	margin: 0 .5em 0 0;
}

.tx-onetimeaccount-pi1 input,
.tx-onetimeaccount-pi1 textarea,
.tx-onetimeaccount-pi1-country select,
.tx-onetimeaccount-pi1-status select {
	width: 100%;
		background-color: #f1f2f1;
		height: 50px;
		padding: 10px;
			border-style: none;
}

.tx-onetimeaccount-pi1 textarea {
width: 100%;

background-color: #f1f2f1;
border-style: none;
height: 50px;
padding: 10px;
margin-bottom: 20px;
}

.tx-onetimeaccount-pi1-gender select {
	width: 5em;
}

.tx-onetimeaccount-pi1-city input {
	width: 83.4%;
	height: 50px;
	padding: 10px;
		background-color: #f1f2f1;
	margin-bottom: 20px;
	border-style: none;
}
.tx-onetimeaccount-pi1-name input {
	width: 100%;
	height: 50px;
	padding: 10px;
		background-color: #f1f2f1;
	margin-bottom: 20px;
	border-style: none;
}

.tx-onetimeaccount-pi1-first_name input,
.tx-onetimeaccount-pi1-title input {
	width: 100%;

	background-color: #f1f2f1;
	border-style: none;
	height: 40px;
	padding: 10px;
	margin-bottom: 20px;
}

.tx-onetimeaccount-pi1-last_name input {
	width: 9em;
}

.tx-onetimeaccount-pi1-zip input {
	width: 15%;
	background-color: #f1f2f1;
	
	height: 50px;
	padding: 10px;
	border-style: none;
}

.tx-onetimeaccount-pi1-module_sys_dmail_html input,
.tx-onetimeaccount-pi1-usergroup input {
	width: auto;
}

.tx-onetimeaccount-pi1 .tx-onetimeaccount-pi1-submit {
	margin: .5em 0;
	float: right;
	width: 100%;
	text-align: center;
}

.tx-onetimeaccount-pi1-submit input {
	width: auto;
	
	transition: background-color 0.2s ease;
	font: 12px/0 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #303689;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	border: 1px solid #303689;
	padding: 15px 26px;
	text-transform: uppercase;
	margin-bottom: 100px;
	background-color: white;
}