/*
Theme Name: DrCynthiaDiehl
Description: DrCynthiaDiehl WordPress theme
Author: W3
Version: 1.0
*/

#side-menu li{
  z-index:999;
}

.form label{
  white-space: nowrap;
  float:left;
}

span#receive{
  border:none;
  margin:0;
  padding:0;
}
span#receive span input,
span#receive span{
  margin:0;
}

span.wpcf7-form-control-wrap{
  float:left;
}

#wpcf7-f1-w1-o1 span.wpcf7-not-valid-tip{
  top:0;
  left:0;
  border:0;
  color:#ff0000;
  font-size:10px;
}     

span.wpcf7-form-control-wrap {
  overflow:hidden;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
