/*
	Filename         :	form.css
	Created by       :	Peter Hammans
	Last modified by :	Peter Hammans
	Created          :	24 August 2004 17:17
	Last Updated     :	24 August 2004 17:17
	Comments         :	
*/


@import url(global.css);

div.form h2 {
	color: #52136b;	
	margin-bottom: 0em;
	font-size:115%;	
}

div.form {
	background:#fff url(../images/layout/bg_form_top.gif) no-repeat left top;
	width:350px;		
	margin:1em 0;
	padding:9px 0 0 0;
}

div.form table {
	width:330px;
	margin:0 10px;
}

div.form table td {
	vertical-align:top;
}
div.form td {
	margin:0;
	padding:.5em;
}
div.form table td.first {
	border:1px solid red;
}
div.form table td.info {
	width:30px;
}

div.form table td.label {
	width:120px;
}

div.form table td.element {
	width:150px;
}


div.form label {
	font-weight:bold;
	color: #808080;
}
div.form fieldset {
	width:350px;
}

div.form fieldset.fields {
	background: #F0F0F0   url(../images/layout/bg_form_bottom.gif) no-repeat left bottom;
	padding:0 0 10px 0;
}

div.form input, 
div.form textarea,
div.form select {
	width:128px;
}

div.form #fExpiryDay, 
div.form #fExpiryMonth {
	width:40px;
}

div.form textarea {
	height:80px;
}

div.form input.submit {
	background:#fff url(../images/layout/bg_form_submit.gif) no-repeat left top;
	color:#fff;
	vertical-align:center;
	sborder:1px solid red !important;
}

div.form input.next {
	background:#ffffff url(../images/layout/bg_form_next.gif) no-repeat left top;
	color:#FFFFFF;
}

div.form input.reset {
	background:#ffffff url(../images/layout/bg_form_clear.gif) no-repeat left top;
	color:#F58C56;
}

div.form input.previous {
	background:#ffffff url(../images/layout/bg_form_previous.gif) no-repeat left top;
	color:#FFFFFF;
}

div.form input.submit,
div.form input.reset,
div.form input.previous,
div.form input.next {
	border:none;
	font-weight:bold;
	width:83px;
	height:21px;
	margin-top:1em;
	padding:2px 0px 0 25px;
	float:right;
	/* Hides from IE-mac \*/
	padding:0;
	/* End hide from IE-mac */
}

form.search {
	margin:.5em 0 1em 0;
}
form.search fieldset {
	border-bottom:1px solid #E6E6E6;
	padding:0 0 1em 0;
}


