/*
 default stylesheet for dynform plugin
 it's recommended not to change this file, instead copy it to a location in your fileadmin
 and configure the path via TS parameter stylesheetFile
*/

#tx_dynform_pi1_search_field_container{
	margin-bottom:30px;	
}


#tx_dynform_pi1_form{
	padding:10px;	
}

#tx_dynform_pi1_search_results{
	margin: 10px 0px 0px 10px	
}

#tx_dynform_pi1_detail_view{
	margin: 10px 0px 0px 10px	
}

#tx_dynform_pi1_form input[type="text"],select {
	background-color:#EEEEEE;
	border:1px solid #1E3962;
	color:#1E3962;
	font-size:1em;
}


#tx_dynform_pi1_form input.formButton{
	background-color:#1E3962;
	border:0px solid #1E3962;
	color:#FFFFFF;
	height:1.5em;
}

.tx_dynform_pi1_browseLinksWrap{
	margin-top:15px;
	margin-bottom:15px;	
}

.tx_dynform_pi1_showResultsWrap{}

.tx_dyform_pi1_browseBoxWrap{}
