/**************************************************  File		:  css/screen.css*  Medium	:  Screen*  Author	:  Transmitter Studios 2010*************************************************//* Form styles --------------------------------------------------------------------------------- */html, body {          background:transparent;        margin:0;        padding:0;}#content {        background:transparent;        margin:25px 0 0 10px;        text-align:center;        width:620px;        }a:link, a:visited, a:active {        text-decoration: underline;        color: #242424;}a:hover {        color: #f19333;        text-decoration:underline;}form, p {        text-align:left;        width:515px;        margin:0 auto;}p {     width:300px;            margin-left:190px;}form fieldset {		border: 0;}form fieldset legend {        visibility:hidden;		}/* position: relative;		left: -1em;		font-size: 1.2em;		padding-right: 10px;		color: #ccc; */		form fieldset ol {		list-style: none;		padding: 15px 0 15px 15px;}form fieldset ol li {		padding: 2px 0;		position: relative;}form fieldset ol li label {		float: left;		width: 110px;		text-align: right;		padding-right: 5px;}p, li, label, input, textarea {        font: 12px 'arial', sans-serif !important;}form fieldset input,form fieldset textarea {		border-top: 1px solid #666;				border-right: 1px solid #666;		border-left: 1px solid #ccc;				border-bottom: 1px solid #ccc;		background: #f0f0f0;		padding: 3px;		color: #999;		-moz-border-radius: 2px;		-webkit-border-radius: 2px;		width: 290px;}form fieldset input:focus,form fieldset textarea:focus {		border-color: #777;		color: #222;}form fieldset button {		border: 1px solid #fff;		background: #f19333;		padding: 5px 15px;		color: #fff;		margin: 0 0 15px 130px;		-moz-border-radius: 2px;		-webkit-border-radius: 2px;		cursor: pointer;		float: left;		margin-right: 5px;}form fieldset button:hover {		border-color: #8B979F;		color: #fff;}/* validation ----------------------------------------------------------------------------- */#message {		display: none;		line-height: 1.1em;		padding-top: 1px;}#message .success {		color: #f19333;}#message .error {		color: red;}form fieldset .astrix {		color: #4F1414;		font-weight: bold;		padding-left: 5px;}.validation {		display: none;		position: absolute;		width: 100px;		color: #fff;		background: red;		right: 50px;		top: 2px;		-moz-border-radius: 2px;		-webkit-border-radius: 2px;		padding: 2px 5px;		font: 10px/18px arial, verdana, tahoma, sans-serif;		text-transform: uppercase;}.invalid input {		border: 1px solid red !important;}/* // validation */