/* Goodwin Therapy */

*, *::before, *::after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 1em;
	font-weight: normal;
}

a
{
	text-decoration: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th
{
	font-weight: normal;
	text-align: left;
}

ul
{
	list-style: none;
}

img
{
	border: none;
	margin: 0;
	vertical-align: bottom;
}

input[type="button"],
input[type="submit"]
{
	box-sizing: border-box;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	padding: 10px 40px;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea
{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	box-sizing: border-box;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	padding: 10px;
}

select
{
	background-color: #fcfcfc;
	font-family: arial, verdana, sans-serif;
}

textarea
{
	background-color: #fcfcfc;
	border-bottom: 1px solid #444;
	border-left: 1px solid #666;
	border-right: 1px solid #444;
	border-top: 1px solid #666;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

textarea:hover
{
	background-color: #FEFEFA;
}

.center
{
	text-align: center !important;
}

.clear
{
	clear: both;
}

.nowrap
{
	white-space: nowrap;
}

.right
{
	text-align: right !important;
}

.top
{
	vertical-align: top;
}