﻿/*----------------------------------
*Filename: forms.css
*Description: CSS for forms (ie contact us/registration)
*Author: Greg Rafferty
*Date: 2009-12-08
*Website: www.themedicinecabinet.co.uk
----------------------------------*/

/**********************************
Colours

*Text*
Header Text: #0A3369;
Link/Active Text: #74BFF8;
Main Text: #9A9A9A;
Nav Text: #9A9A9A;
Footer Text: #FFF;

*Outlines*
Borders: #E6E6E6;
Category Top: #E6E6E6;
Category Bottom: #FFF;


**********************************/

body
{
}

label
{
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#0A3369;
	/*margin:5px 0;*/
	width:150px;
	float:left;
}

input.text-box,
select.select-css-class,
textarea
{
	font-size:14px;
	margin:0;
	border:1px solid #9a9a9a;
	width:312px;
	padding:3px 0;
}

.promo-pod .hd,
.promo-pod .hd a
{
	color:#74BFF8;
	font-weight:bold;
}

input.submit-button
{
	background:transparent url(../images/SubmitButton.png) no-repeat left top;
	height:30px;
	width:80px;
	color:#fff;
	border:none;
	font-weight:bold;
	margin:0 0 0 384px;
	cursor:pointer;
}

.field-validation-error
{
	color:#ff2222;	
}