/* Form styles */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="reset"],
select,
textarea {	
	resize:none;
	background-color:#fff;
	font-size:15px;
	border:1px solid #d9d9d9;
	padding:12px 10px;
	color:#606060;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	/* height:16px; */
	line-height:16px}

::-webkit-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color:#999;}

.errorSummary, .errorMessage, td label {
	font-size: 15px;
    line-height: 22px;
    color: #a4a4a4;
    font-family: 'Raleway', sans-serif;
}

.errorSummary, .errorMessage{
	font-size: 15px;
    line-height: 22px;
    color: #67CE9E;
    font-family: 'Raleway', sans-serif;
}

#tinynav1{
	height: 40px;
}

#Guestbook_client_message{
	width: 89%;
}