/*///////////////////////////////////////////////////////

	Stylesheet for ShockBasic
	Coded 08/08/2007 by Adam Martin
	(C) 2007 Shock Media

	All Browsers [SCREEN]

///////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.required {
	font-weight: bold;
	color: #ae0015;
}

.fValidator-msg {
	color: #ae0015;
	margin-left: 130px;
}

a {
	text-decoration: none;
}

/*Form Elements*/

fieldset {
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	border: 1px solid #7B7971;
	margin-bottom: 3px;
}

textarea {
	overflow: auto;
}

input#phonePrefix, input#faxPrefix, input#mobilePrefix {
	width: 3em;
	margin-right: .5em;
}

input#postcode {
	width: 60px;
}
