@charset "utf-8";
/* CSS Document Contact Style Sheet for Email*/

#mailBox{
	width:50%;
	height:auto;
	background:rgba(121, 182, 231,0.5);
	padding:20px;
	padding-right:50px;
	border:solid 1px black;
	border-radius:20px;
	margin-left:20%;
}

fieldset{
	background:#CCC;
	box-shadow:0 0 5px  black;
	margin-top:10px;
	margin-left:2%;
	height:auto;
	width:90%;
	overflow:hidden;
	transition:all 0.5s;
	transition-delay:0.3s;
	padding:20px;
	border-radius:8px;
}
fieldset:hover{
	/*height:180px;*/
}
fieldset:hover legend{
	/*height:400px;*/
	box-shadow:inset 0 0 10px white;
	
}
legend{

	border-radius:20px 0 20px 0;
	border:solid 1px grey;
	padding:10px;
	box-shadow:0 0 5px grey;
	
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3cfcf+0,f6f7e8+47,a9b2ba+87,858587+100 */
background: #d3cfcf; /* Old browsers */
background: -moz-linear-gradient(top,  #d3cfcf 0%, #f6f7e8 47%, #a9b2ba 87%, #858587 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d3cfcf 0%,#f6f7e8 47%,#a9b2ba 87%,#858587 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d3cfcf 0%,#f6f7e8 47%,#a9b2ba 87%,#858587 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cfcf', endColorstr='#858587',GradientType=0 ); /* IE6-9 */

}
.infoLbl{
	width:70%;
	
}
label{
	background:rgba(0,0,0,0.1);
	border:solid 1px grey;
	width:70%;
	height:auto;
	border-radius:5px;
	padding:5px;
	margin-left:15%;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	clear:right;
	display:inline;
}
input[name=srchSubm]{
	width:35px;
}
input[name=srchDat]{
	float:left;
	margin-left:3px;
}
input,textarea{
	float:right;
	width:60%;
}
textarea[name=msgArea]{
	height:150px;
	min-width:93%;
	margin:20px;
	
}
input[name=submMail]{
	width:100px;
	min-height:50px;

	
}