*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	background:repeat-x #ffffff;
	font-family:Lucida Grande,Arial,Helvetica,sans-serif;
}

.form-horizontal .form-group {
     margin-right: 0px;
    margin-left: 0px;
}

.BDatePickerTextBox{
	border:0;
	border-radius:0;
	    padding: 0;
    margin: 0;
    margin-top: -3px;
    height: 23px;
}

input[type=checkbox]{
	margin:0;
}

#page{

}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    float: left;
}

.startSearchContainer{
    width:620px;
    margin:100px auto 0;
}

.activeSearchContainer{
    background-color:#eeeeee;
}

.activeSearchContainerResults{
    margin-left:100px;
    margin-top:16px;
}

.activeSearchContainerInner{
	margin-left:100px;
	padding-top:16px;
	padding-bottom:16px;
}

h1{
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
	color:#444444;
	text-align:center;
	overflow:hidden;
	
}

.searchForm{
	/* The search form. */
	background-color:#ffffff;
	padding:50px 50px 30px;
	position:relative;

	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

fieldset{
	border:none;
}

.searchInputContainer{
	/* This div contains the transparent search box */
	width:420px;
	height:36px;
	
	float:left;
	margin-right:12px;
}

.inputsearch{
	/* The search text box. */
	
	border:1px solid #666666;
	border-radius:8px;
	color:#888888;
	
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:402px;
}




/* The submit button */


.submitButton {
	width:83px;
	height:38px;
	overflow:hidden;
	text-transform:uppercase;
	cursor:pointer;
}

input[type=submit]{
	
	height:60px;
}

/* The Search tutorialzine.com / Search the Web radio buttons */


#searchInContainer {
	float:left;
	margin-top:12px;
	width:330px;
}


input[type=radio]{
	cursor:pointer;
	/*float:left;*/
}


/* Styling the search results */


.pageContainer{
	/* Holds each page with search results. Has an inset bottom border. */
	border-bottom:1px solid #5e7481;
	margin-bottom:50px;
	
	/* Adding a dark bottom border with box shadow */
	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}




.clear{
	clear:both;
}


.login_container{
  
  z-index: 99999;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
	background-color: black;
	opacity: 0.7;
}

.login_text{
  position: absolute;
  z-index: 2;
  color: white;
  top: 50%;
  text-align:center;
  width:100%;
  margin-top:100px;
  font-size: 20px;
  font-variant: small-caps;
}


.login_fade{
  background-color: rgb(16, 116, 116);
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.6;
}

.facebook_login{
  position:absolute;
  z-index:2;	
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  background-color:#3f65b7;
  color:white;
  padding: 8px;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid rgb(235, 247, 236);
}