/* - - - - - - - - - - - - - - - - - - - - -

Title  : styles for EXT:hsc_raffle
Author : Ingo Renner <typo3@ingo-renner.com>

Description : hsc_raffle pi1 styles

Created  : 2007/08/20
Modified : 2007/08/20

- - - - - - - - - - - - - - - - - - - - - */

.tx-hscraffle-pi1 {

}

.tx-hscraffle-pi1 .outer {
	border-bottom: 10px solid #fff;
	padding: 10px;
}

.tx-hscraffle-pi1 li.halfColumn {
	width: 49%;
	float: left;
}

.tx-hscraffle-pi1 li.zip {
	width: 60px;
	float: left;
}

.tx-hscraffle-pi1 li.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.tx-hscraffle-pi1 fieldset {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-style: none;
}

.tx-hscraffle-pi1 fieldset.questions {
	margin: 0px 0px -15px 0px;
}

.tx-hscraffle-pi1 label {
}

.tx-hscraffle-pi1 input.checkbox {
}

.tx-hscraffle-pi1 textarea {
	border-color: #000;
}

.tx-hscraffle-pi1 .error {
	color: #f00;
}

.tx-hscraffle-pi1 label.question-no-input {
	margin-bottom: -5px;
}

.tx-hscraffle-pi1 legend {
	margin-left: 10px;
	color: #000;
	font-weight: bold;
}

.tx-hscraffle-pi1 fieldset ol {
	padding: 10px 10px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style: none;
}

.tx-hscraffle-pi1 fieldset li {
	padding-bottom: 10px;
}

.tx-hscraffle-pi1 fieldset.submit {
	border-style: none;
}

.tx-hscraffle-pi1 input.text {
	width: 220px;
}

.tx-hscraffle-pi1 input.zip {
	width: 50px;
}

.tx-hscraffle-pi1 input.city {
/*	width: 160px !important;
	width: 157px; /* IE6 only */
}

.tx-hscraffle-pi1 div.noleftmargin {
	margin-left:0;
}


/* --- nested elements --- */

.tx-hscraffle-pi1 fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;
}

.tx-hscraffle-pi1 span.mc-question-title,
.tx-hscraffle-pi1 span.question-no-input {
	margin-left: 0px;
	font-weight: normal;
	color: #76736B;
}

.tx-hscraffle-pi1 fieldset fieldset ol {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.tx-hscraffle-pi1 fieldset fieldset input {
	clear: left;
	float: left;
}

.tx-hscraffle-pi1 fieldset fieldset label {
	float: left;
	width: auto;
	margin-right: auto;
	padding-top: 4px;
}

.tx-hscraffle-pi1 fieldset fieldset li {
	display: block;
	height: 19px;
	padding-bottom: 0px;
}
span.mc-question-title div.formErrorText {
margin-left:0px;
}
