/*  @ Title:  Forms
	@ AGENCY: CONCEP
	@ CLIENT: RLAM
	@ Author: Ben Copping
	@ Date: 14/09/2009 */
	

input {font-family: "arial", helvetica, sans-serif;}

input.button,
span.button input {
	background:#ce1a4a;
	border:1px solid #ce1a4a;
	color:#FFF;
	padding:0 8px 0 8px;
	cursor:pointer;
	height:22px;
	font-size:11px;
	overflow: visible;
	}

span.button input { float:right;}
	
#loginForm input.button {
	text-transform:uppercase;
	}

.loginOwner input.button {display:inline-block;background:none;font-size:10px;color:#333;cursor:pointer;height:auto;padding:0;border:0;}

.ocContent input.txt,
input.txt,
.XFormTable input {
	border:1px solid #d9d9d9;
	font-size:1.1em;
	color:#848484;
	padding:4px 5px 0 5px;
	outline:none;
	height:16px;
	font-family:arial;
	}

.XFormTable textarea {
	border:1px solid #d9d9d9;
	font-family:arial;
	padding:4px 5px 0 5px;
	font-size:1.1em;
	line-height:1em;
	}


#loginFrame input.txt {width:127px;}
#searchFrame input.txt {width:170px;}

#searchFrame input.button {
	display:block;
	width:24px;
	height:21px;
	background: url('../images/searchBtn.png') 0 0 no-repeat;
	border:0;
	cursor:pointer;
	}
	
/*-- various center content forms --*/
.register .col2 div.formIntro {
	font-size:1.8em;
	line-height:1.2em;
	color:#666;
	display:block;
	width:330px;
	padding:0 0 10px 0;
	}
	
.register .col2 div.formIntro span {font-size:10px;} 

.login .col2 p {font-size:1.1em!important;color:#d31145;padding-top:15px!important;padding-bottom:0!important;}

.register .col2 dl,
.search .col2 dl,
.login .col2 dl {
	width: 460px;
	overflow:hidden;
	padding:15px 0 5px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	}

.search .col2 dl,
.login .col2 dl {
	margin-bottom:0;
	border:none;
	padding:15px 0 0 0;
	}

.search .col2 form dl.error {border-bottom:1px solid #CCC;padding:15px 0 8px 0;}	

	.register .col2 dl dt,
	.search .col2 dl dt,
	.login .col2 dl dt {
		float: left;
		text-align: left;
		width: 220px;
		}
		
	.search .col2 dl dt {width:270px;}
	.search .col2 dl dt input {width:248px;}
	
	.login .col2 dl dt {width:60px}
	
	.register .col2 dl dt label,
	.register .col2 dl dt span,
	.register .col2 dl dd label {
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-size:1.2em;
		font-weight:bold;
		}
		.login .col2 dl dt label {color:#848484;font-size:1.1em;}
		

	.register .col2 dl dd,
	.search .col2 dl dd,
	.login .col2 dl dd {
		float: left;
		margin: 0 0 10px 0;
		width: 240px;
		overflow:hidden;
		}
		
		.login .col2 dl dd {width:400px;}
	
		.search .col2 dl dd {
			width:190px;
			}

		.register .col2 dl dd input.txt {
			width:228px;
			border:1px solid #cccccc;
			}
			
			.login .col2 dl dd input.txt {width:260px;margin-right:10px;border:1px solid #CCC;}			
			.login .col2 dl dd a {color:#969696;font-size:1em;}
			.login .col2 dl dd a:hover {color:#848484}
			.login .col2 dl dd input.button {float:right;}
			.login .col2 dl dd input.fpTxt,
			.login .col2 dl dd input.fpBtn {float:left !important;}
			
		.register .col2 dl dd input.check {
			padding:0;
			margin:0;
			}
			
	.register .col2 dl dd .checkbox1,
	.register .col2 dl dd .checkbox2 {
		float: left;
		width:120px;
		background:none;
		padding:0;
		margin:0;
		}
		
	.register .col2 dl dd .checkbox2 {text-align:right;}
		.register .col2 dl dd .checkbox1 input.check,
		.register .col2 dl dd .checkbox2 input.check {
			margin-right:5px;	
			}
		
	.register .col2 .submitForm {
		text-align:right;
		}
		
	span.formErrorMsg {display:block;padding:8px 0 0 0;font-size:1.1em;color:#D31145;font-weight:bold;line-height:1em;}
	
	span.astrix { color: #D31145 !important;}

/*-- the div that contains the xform error message --*/
.XFormTable table td {border-bottom:none;}
.XFormTable table td.columnLeft {color: #848484;}
.XFormTable table td.columnLeft,
.XFormTable table td.columnRight  {vertical-align: top;}
.XFormTable table td fieldset legend {display:none;}
/*-- the div that contains the xform error message --*/
.XFormError {margin:10px 0;font-size:1.2em;}
input.radio { border: none; }
