	#conR form {
		color:#818181;
		margin:0 0 0 0;
	}
	
	#conR form div {
		float:left;
		display:inline;
		margin:0 0 15px 25px;
	}
	
	#conR form label{
		font-size:0.9em;
		line-height:2em;
		width:70px;
		clear:both;
	}
	
	#conR form input {
		width:239px;
		height:16px; 
		background:#fff url(../../images/misc/input-grow.gif) repeat-x;
	}
	
	#conR form input.check{
		width:16px;
		border: 0;
	}
	
	#conR form input.fullWidth {
		width:500px;
	}
	
	#conR form input, #conR form textarea {
		font-size:1.2em;
		color:#818181;
		border:1px solid #9A9A9A;
	}
	
	#conR form textarea {
		width:505px;
		height:100px;
	}
	
	#conR form button {
		width:73px;
		height:20px;
		text-indent:-9999px;
		color:#fff;
		font-size:1em;
		text-align:left;
		border:0;
		margin:0 0 0 25px;
	}
	
	#sendBut {
		background:url(/images/buttons/send.gif) no-repeat;
	}
	#uploadBut {
		background:url(/images/buttons/send.gif) no-repeat;
	}

	.message {
	color: #FF0000
	}
	
	#registerBut {
		height:20px; width:73px;
		text-indent:-9999px; font-size: 1px;
		background: url(../../images/buttons/register.gif) no-repeat;
		margin:0 0 0 25px;
	}



