
/* ------------------------------------------------------------------------
	Default styling for forms
------------------------------------------------------------------------- */

	form input,
	form textarea,
	form select {
		border: 1px solid #a6a3a3;
		background: #fff;
		padding: 2px;
		color: #707070;
	}
				
	form label { cursor: pointer; }
	
	form textarea {
		width: 60%;
		font-family: Arial, Verdana, Sans-serif;
		font-size: inherit;
		padding: 0;
	}
	
	/* list in forms */
	form ul {
		margin: 5px 0 0 12px;
	}
	
	/* style for title */
	h4.upper{
		text-transform: uppercase;
	}
	
/* ------------------------------------------------------------------------
	Legend and fieldset
------------------------------------------------------------------------- */

	form fieldset {
		background: transparent;
		padding: 15px;
		margin-bottom: 25px;
	}
	
	form fieldset.grey {
		background: #f7f7f7 url(../images/all/backgrounds/dotted-line.gif) bottom left repeat-x;
	}
		
	#content form fieldset h4.legend {
		font-weight: bold;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	
	form .hr { margin: -5px 0 10px 0; }
	
	
/* ------------------------------------------------------------------------
	Field, radios, checkboxes with label on a single line
------------------------------------------------------------------------- */
.one-line-field,
.one-line-radio-group,
.one-line-select-group {
	position: relative;
	clear: both;
	margin-bottom: 7px;
	float: left;
	width: 100%;
}

	.checkbox .info {
		display: inline-block;
		right: 3px;
		position: relative;
		text-indent: -10000px;
		top: -3px;
	}
		
	.one-line-field label,
	.one-line-radio-group label,
	.one-line-select-group label,
	.formmedia_langage{
		width: 160px;
		float: left;
		display: block;
		text-align: right;
		margin-right: 35px;
	}
.formmedia_langage_checkbox{
	margin-left:195px;
	margin-top:5px;
}
	
	/* normal input field */
	.one-line-field input {
		float: left;
		margin-top: -2px;
		margin-right: 5px;
		width: 200px;
	}
	.one-line-field select.month {
		float: left;
		margin-top: -2px;
		margin-right: 5px;
		padding: 1px 2px;
	}
	
	/* fields with label text on 2 lines */
	.one-line-field.extra-break input {
		margin-top: 9px;
	}
	
	/* radio and checkbox group */
	.one-line-radio-group label.radio {
		width: auto;
		margin-right: 20px;
	}
	
	.one-line-radio-group label.radio input { border: 0; }
	
	/* single checkbox or radio */
	#content .checkbox {
		margin-bottom: 5px;
	}
	
		.checkbox input { margin-right: 5px; border: 0; padding: 0; }		
		/*.checkbox:hover { color: #000; }*/
		.checkbox label { margin-right: 10px; }
	#tickets{
		margin-bottom:15px;
		margin-top:-2px;
	}
	#content .checkbox.days { padding-left: 15px; }
	#content .checkbox.days p { margin-bottom: 0; } 
	
	#checkbox_days_list { opacity: 0.5; }
	#checkbox_days_list.active { opacity: 1; }
	
	/* select elements */
	.one-line-select-group select {
		float: left;
		margin-top: -2px;
		margin-right: 5px;
	}
	
	/* blurb of text between fields */
	.one-line-field .inline-text,
	.two-line-field .inline-text,
	.one-line-radio-group .inline-text,
	.one-line-select-group .inline-text {
		float: left;
		display: block;
		margin-right: 5px;
		margin-left: 10px;
	}
	
	/* for removing default right align on label */
	label.align-default { text-align: inherit; }
	
	/* wider label width */
	label.wider { width: 190px; }


/* ------------------------------------------------------------------------
	Field, radios, checkboxes with label on two lines
------------------------------------------------------------------------- */
	.two-line-field label {
		display: block;
		float: none;
		margin-bottom: 2px;
	}
	
	/* jQuery UI date picker */
	form .ui-datepicker-trigger { cursor: pointer; }
	form .two-line-field .ui-datepicker-trigger { margin-bottom: -5px; }
	


/* ------------------------------------------------------------------------
	Cols in forms
------------------------------------------------------------------------- */
form .form-col {
	float: left;
	margin-right: 15px;
}
form .form-col.rightBoxes{width:305px;}

	form .form-col p {
		width: auto;
	}

form .col-left {
	width: 48%;
	float: left;
}

form .col-right {
	width: 48%;
	float: right;
}


	
	
/* ------------------------------------------------------------------------
	Fields size
------------------------------------------------------------------------- */
input.large 		{ width: 230px; }
input.normal 		{ width: 170px; }
input.medium 		{ width: 130px; }
input.small 		{ width: 75px; }
input.smaller 	{ width: 35px; }
input.tiny 			{ width: 25px; }


	
	
/* ------------------------------------------------------------------------
	Errors
------------------------------------------------------------------------- */
	
#errors-alert {
	border: 1px solid #ff8282;
	background: #ffecec;
	color: #ed1c24;
	padding: 7px;
	margin-bottom: 10px;
	position: relative;
}

	#content #errors-alert p { margin: 0;}
	
label.error {
	clear: left;
	color: #ed1c24;
	float: left;
	font-size: .9em;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 195px;
	margin-top: 2px;
	width: 385px;
}

.checkbox-group label.error {
	float: none;
	width: 100%;
	padding: 0 0 10px 0;
	display: block;
}
	
/* ------------------------------------------------------------------------
	Call to action
------------------------------------------------------------------------- */	
.call-to-action {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

	.call-to-action	input {
		background: none;
		border: 0;
		margin-left: 10px;
		cursor: pointer;
		float: right;
	}
	
	.call-to-action	button {
		background: #a8a8a8;
		border: 1px solid #959595;
		padding: 4px 10px 2px 10px;
		margin-left: 10px;
		line-height: 1;
		cursor: pointer;
		float: right;
		text-transform: uppercase;
		color: #fff;
	}


/* ------------------------------------------------------------------------
	Form media
------------------------------------------------------------------------- */

	.form_medias .tab {
		background: #fff;
		float: left;
		padding-left: 10px !important;
		padding-right: 10px !important;
		width: 605px;
	}
	
	.form_medias div.toggle {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}
	
	.form_medias .checkbox .error {
		float: none;
		margin-left: 0;
	}
	
	
.form_medias .volunteers_questions label.error { margin-left: 0; display: block; clear: both; float: none; }
.volunteers_questions label {
	display: block; clear: both;
}

.volunteers_questions select {
	display: block;
	clear: both;
}

.volunteers_questions textarea,
textarea.yourquestion {
	width: 300px;
}




