 /* $Id: style_sitebusinesspoll.css 2011-05-05 9:40:21Z SocialEngineAddOns Copyright 2010-2011 BigStep Technologies Pvt. Ltd. $ */
/*	css for view business start here*/
.sitebusinesspolls_options{
	margin:10px 0;
	clear:both;
}
div.sitebusinesspolls_view{
  padding-top: 10px;
  border-top-width: 1px;
}
div.sitebusinesspolls_view .sitebusinesspoll_desc{
  margin-bottom: 10px;
}
div.sitebusinesspolls_view .comments{
  margin-top: 10px;
  border-top-width: 1px;
  padding-top: 10px;
}
.sitebusinesspolls_view .sitebusinesspolls_view_info_date{
  font-size: .8em;
	margin-bottom:5px;
}
/*css for view business end here*/
/*css for create business start here*/
.sitebusinesspoll_create_heading{
	float:left;	
}
.sitebusinesspoll_back_link{
	float:left;
	margin:5px 0 0 450px;
}
/*css for create business end here*/
/*SITEBUSINESSPOLL CREATE FORM
Some minor changes to the create new sitebusinesspoll form.*/
#sitebusinesspoll_create_form .calendar_output_span{
  display: inline-block;
  margin-right: 15px;
  min-width: 90px;
}
html[dir="rtl"] #sitebusinesspoll_create_form .calendar_output_span{
  margin-right: 0px;
  margin-left: 15px;
}
#sitebusinesspoll_create_form #end_time-wrapper select + select{
  margin-left: 5px;
}
html[dir="rtl"] #sitebusinesspoll_create_form #end_time-wrapper select + select{
  margin-left: 0px;
  margin-right: 5px;
}
/*Sidebar Sitebusiness Poll Widgets/
/*create business*/
#global_page_sitebusinesspoll-index-create .global_form div.form-element {
	max-width:500px;
}
#global_page_sitebusinesspoll-index-create .global_form input + label{
	width:480px;
	float:none;
}

/*==================================Responsive Css work for business Plugin====================================*/

@media only screen and (max-width: 600px) {
/* Create form label */
#global_page_sitebusinesspoll-index-create .global_form input + label{width:100%;}
}