#row3 {
	overflow: visible;
	width: 450px;
	margin-top: ;
	background-repeat: no-repeat;
	height: 74px;
	background-image: url(../images/footer.png);
	    	}

#row3 form {
	padding-left: 138px;
	padding-top: 24px;

	    		}

#row3 form input.text {
	padding: 6px;
	color: #898d90;
	border: 0px solid #b2b2b2;
	width: 246px;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/input-bg.jpg);
	height: 17px;
}

#row3 form input.button {
}	    			
#row3 form input.error {
	    				color: #ec4530;
	    				border: 1px solid #ec4530;
	    				background-color: #fff6f6;
	    			}

#row3 form #response {
	float: left;
	width: 0px;
	overflow: hidden;
	cursor: default;
	margin-bottom: 0px;
	margin-left: 0px;
	    			}

#row3 form #response .inner {
			    			margin-left: 35px;
			    			overflow: hidden;
			    			width: 450px;
			    		}
	    				
						
#row3 form #response strong {
		    				color: #ff712b;
		    				padding-right: 20px;
		    			}

#row3 form #submit {
	    				padding: 6px 6px 6px 25px;
	    				float: left;
	    				margin-left: 0px;
	    				font-weight: bold;
	    				background-image: url(images/send.gif);
	    				background-repeat: no-repeat;
	    				background-position: 0px 5px;
	    				text-decoration: none;
			    		cursor: pointer;
	   	 				font-family: Arial, Helvetica, sans-serif;
	    				font-size: 12px;
			    		color: #2071c8;
	    			}

#row3 form #submit.nohand {
			    		cursor: default;
	    			}

#row3 form #submit #label {
	    					text-decoration: underline;
	    				}
