body {
	font-family: Arial, Verdana, sans-serif;
}
input {
	width: 300px;
}
 	
div {
	padding-top: 5px;
	padding-bottom: 5px;
}

select{
	color: gray;
	width: 300px;
}
select option { 
	color: black;
}
select option:first-child{
  color: gray;
}

.title {
	font-size: 20px;
}

.appUpdate {
	font-weight: bold;
	font-style: italic;
}
  	
.label {
	font-size: 12px;
	color: #c0c0c0;
}
  	
.modal {
	display: none;
	position: relative;
 	z-index: 1;
	overflow: auto;
}

.accountModal {
	left: 0;
	top: 0;
	width: 325px;
	height: 275px;
}

.addressModal {
	left: 0;
	top: 0;
	width: 275px;
	height: 75px;
	text-align: center;
}

.close {
	color: #c0c0c0;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.submit-button {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.submit-button:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.submit-button:active {
	position:relative;
	top:1px;
}