

/**************** ThemeMount Custom Code START *****************/
#container{
	-webkit-box-shadow: none;
	box-shadow: none;
}
body{
	background: #F1F1F1 !important;
}
#nav {
	background: #F0F0F0;
	box-shadow: none;
	border-top: 1px solid rgb(219, 219, 219);
	border-bottom: 1px solid rgb(219, 219, 219);
	padding-top: 8px;
	padding-bottom: 8px;
	height: 30px;
}
#nav li a{
	padding: 5px 10px 5px 32px;
}
#nav li a.active, #nav li a:hover {
	background-color: #FFFFFF;
	color: #464646;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button, .button:visited{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#header{
	padding: 15px 20px;
}
#logo img{
	height: 75px !important;
	width: auto !important;
}

#ticketForm > table td{
	padding: 5px;
}

input[type="text"],input[type="email"],input[type="tel"], select {
	border: 1px solid #BEBEBE;
	padding: 5px;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid rgb(223, 223, 223);
	background: rgb(243, 243, 243);
	padding: 6px 10px;
}
input[type="submit"],
#clientLogin input[type="submit"] {
	background: #8dbf41;
	border: 1px solid #8dbf41;
	color: white !important;
	padding: 6px 10px;
	border-radius: 0;
}
input[type="submit"]:hover,
#clientLogin input[type="submit"]:hover {
	background: #80AA40;
	border: 1px solid #80AA40;
	color: white;
	padding: 6px 10px;
	border-radius: 0;
}
#clientLogin{
	border-radius: 0;
	box-shadow: none;
}
#clientLogin input[type=text], #clientLogin input[type=password] {
	padding: 6px 10px;
	border-radius: 0;
	margin-bottom: 15px;
	border: 1px solid rgb(206, 206, 206);
}
/*#ticket_thread .thread-body pre{
	background: white;
	border: 1px solid rgb(213, 213, 213);
	padding: 10px 15px;
	border-radius: 3px;
	background: rgb(249, 249, 249) !important;
}*/

/**********************************************************************************/