#registration-form{
	clear:both;
	padding:7px 0 3px;	
	}		
	
		#registration-form .elements .element{
			height:24px;			
			}
			
			#registration-form .elements .element span.header{
				float:left;
				font:normal 1em Arial;
				color:#828282
				}
				
			#registration-form .elements .element input{
				float:right;
				width:250px;
				border:1px solid #afadad;
				}
				
		#registration-form .elements .captcha .c-wrapper{
			float:right;
			width:100px;
			height:40px;
			overflow:hidden;
			border:1px solid #c3e1ec;			
			}
			
		#registration-form .elements .captcha input{
			margin-left:2px;						
			width:146px;
			}
			
		#registration-form .elements .submit{
			clear:both;
			}
			
		#registration-form .elements .submit input{
			background-color:#007aa4;
		    color:#fff;
		    border:0;
		    width:92px;
		    padding:3px 0 3px 0;
		    font:normal 1em Arial; /* 12px */
		    float:right;
			}
			
	#registration-form .other{
		clear:both;
		}

