

/** general style **/

.tx-brochotcontact-pi1, .tx-brochotcontact-pi1 * {
    margin: 0;
}
.tx-brochotcontact-pi1, .tx-brochotcontact-pi1 fieldset, .tx-brochotcontact-pi1 legend, .tx-brochotcontact-pi1 form, .tx-brochotcontact-pi1 p, .tx-brochotcontact-pi1 ul, .tx-brochotcontact-pi1 li {
    padding: 0;
}
.tx-brochotcontact-pi1 legend {
	width: 100%;
}

* + html .tx-brochotcontact-pi1 legend {
	margin-left: -7px;
}
* html .tx-brochotcontact-pi1 legend {
	margin-left: -7px;
}

.tx-brochotcontact-pi1 p, .tx-brochotcontact-pi1 li {
    overflow: hidden;
    margin-top: 2px;
}
.tx-brochotcontact-pi1 input, .tx-brochotcontact-pi1 select, .tx-brochotcontact-pi1 textarea {
    display: block;
    float: left;
    text-align: left;
    margin-left: 5px;

		border: 1px black solid;

		font-size: 1em;
}

.tx-brochotcontact-pi1 input, .tx-brochotcontact-pi1 select {
	height: 16px;
	line-height: 16px;
	
  margin: 0px 0px 0px 0px;
	

	vertical-align: middle;
}

.tx-brochotcontact-pi1 select{
 	height: 18px;
	line-height: 18px;
}

.tx-brochotcontact-pi1 p{
  clear: both;
  _height: 1%;
  overflow: hidden;
}

.tx-brochotcontact-pi1 label {
    display: block;
    float: left;
    font-weight: bold;

		padding-left: 5px;
}
.tx-brochotcontact-pi1 input.error, select.error, .tx-brochotcontact-pi1 textarea.error {
    border: 1px solid red;
}
.tx-brochotcontact-pi1 span.error {
    display: block;
    color: red;
    font-weight: bold;
    width: 95%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.tx-brochotcontact-pi1 form fieldset {
	float: left;
	border: 0;
	overflow: hidden;
}
.tx-brochotcontact-pi1 form {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tx-brochotcontact-pi1 form h3 {
    text-align: center;
    margin-bottom: 10px;
}
.tx-brochotcontact-pi1 .legend {
    padding: 1em;
}
.tx-brochotcontact-pi1 .mandatory {
    margin: 0.1em;
    font-weight: bold;
	margin-left: 0.2em;
}
.tx-brochotcontact-pi1 p.error,  .tx-brochotcontact-pi1 p.success {
    font-size: 1.5em;
    margin: 0.1em;
    font-weight: bold;
    text-align: center; line-height: 350px;
}
.tx-brochotcontact-pi1 p.error {
		display: none;
}


.tx-brochotcontact-pi1 form fieldset {
	margin: 0px;
	padding: 0px;
}


.tx-brochotcontact-pi1 h2 {
	text-align: left;
	padding-left: 5px;
	text-transform: upper-case;
	font-size: 1em;
}

#zip {
	width: 5em;
	vertical-align: middle;
}

.tx-brochotcontact-pi1 select {
	text-align: center;
}

.tx-brochotcontact-pi1 select option {
	text-align: left;
}

.tx-brochotcontact-pi1 select .select_title {
	text-align: center;
}

/** column 1 : coordinates **/


.tx-brochotcontact-pi1 form fieldset.coordinates input, .tx-brochotcontact-pi1 form fieldset.coordinates select {
    width: 210px;
}
.tx-brochotcontact-pi1 form fieldset.coordinates label {
    width: 110px;
}
.tx-brochotcontact-pi1 form fieldset.coordinates {
    width: 330px;
}


/** column 2 : lines (checkboxes) **/
.tx-brochotcontact-pi1 form fieldset.lines {
	width: 210px;
	margin: 0px 10px;
}


.tx-brochotcontact-pi1 form fieldset.lines input {
    width: 15px;
}
.tx-brochotcontact-pi1 form fieldset.lines label {
    width: 150px;
    text-align: left;
    margin-left: 5px;
		padding: 0;
}


.tx-brochotcontact-pi1 fieldset.lines ul {
	list-style: none;
	margin-bottom: 15px;
}
.tx-brochotcontact-pi1 fieldset.lines ul li * {
	display: inline;
	float: none;
}

*+html .tx-brochotcontact-pi1 fieldset.lines ul li input{
	border: none;
}
* html .tx-brochotcontact-pi1 fieldset.lines ul li input {
	border: none;
}
.tx-brochotcontact-pi1 fieldset.lines input{
  border: none;
}

/** column 3 : message **/



.tx-brochotcontact-pi1 form fieldset.message{
  _float: left;
  _width: 227px;
}

.tx-brochotcontact-pi1 form fieldset.message input, .tx-brochotcontact-pi1 form fieldset.message textarea {
    width: 95%;
    float: none;
}
.tx-brochotcontact-pi1 form fieldset.message input.submit {
    width: 100%;
    margin-top: 33px;
    _margin-top: 33px;
}
.tx-brochotcontact-pi1 form fieldset.message textarea {
	height: 130px;
	margin-bottom: 20px;
}
.tx-brochotcontact-pi1 form fieldset.message input{
  margin-left: 5px;
}

.tx-brochotcontact-pi1 form fieldset.message label {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 2px;
}
.tx-brochotcontact-pi1 form fieldset.message {
		float: none;
}
.tx-brochotcontact-pi1 form fieldset.message p.invitation{
  padding: 0;
}

