@charset "UTF-8";
/* CSS Document */

/* this is for styling forms */

input {
	
	outline:none; /* gets rid of blue box in safari */
	
	
}

input.largeinput {
	
	margin:14px; 
	background-color:#99B7CE; /* this is the light blue */
	border:none; 
	font-size:18px; 
	color:#002642; /* this is the dark blue */
	
}

.largeinputbox {
	background-image:url(../images/textinput.png); 
	width:260px; 
	height:60px;
	float:left;
}

.longinputbox {
	
	background-image:url(../images/textinputlong.png); 
	width:370px; 
	height:40px;
	float:left;
	
}

input.longinput {
	margin:8px; 
	background-color:#99B7CE; /* this is the light blue */
	border:none; 
	font-size:16px; 
	color:#002642; /* this is the dark blue */
	
}

.longinputlabel {

	width:120px;
	height:12px;
	font-size:16px;
	padding:10px;
	padding-top:6px;
	padding-bottom:12px;
	margin-right:4px;
	float:left;
	margin-top:5px;

}

.longinputbutton {
	width:40px;
	height:40px;
	float:right;
	}



.largetextareabox {
	background-image:url(../images/textarea.png); 
	width:260px; 
	height:160px;
	float:left;
}

.largeinputlabel {
	width:150px;
	font-size:22px;
	color:#002642;
	padding:10px;
	float:left;
}

.largetextarea {
	margin:14px; 
	background-color:#99B7CE; /* this is the light blue */
	border:none; 
	font-size:18px; 
	color:#002642; /* this is the dark blue */
	
}

.largesubmit {
	margin-left:180px;
	
}

input.tinyinput {
	margin-top:4px; 
	margin-bottom:4px;
	background-color:#99B7CE; /* this is the light blue */
	border:none; 
	font-size:10px; 
	color:#002642; /* this is the dark blue */
	float:left;
	width:125px;
	
}

.tinyinputbutton {
	width:25px;
	height:15px;
	float:right;
	margin-top:5px;
	}
