@charset "utf-8";
/* CSS Document */

#form form{padding:0px; margin:0px;}

#form fieldset {border:1px solid transparent;*border:none; padding:0px; margin:0px;}
#form .formButtons{ height:45px; margin:15px 0px 0px 0px; padding:0px;}

.sendButton { 
	background-image:url( /images/site/buttonSend.png); 
	background-repeat:no-repeat; 
	background-color:transparent!important;
	float:left;
	display:inline;
	width:102px!important;
	height:25px!important;
	border:none!important;
	cursor:pointer!important;
	
}
a.sendButton {display:inline-block;}
.resetButton { 
	background-image:url( /images/site/buttonReset.png); 
	background-repeat:no-repeat; 
	background-color:transparent!important;
	float:left;
	display:inline;
	width:102px!important;
	height:25px!important;
	border:none!important;
	cursor:pointer!important;
}
a.resetbutton {display:inline-block;}
.resetButton { margin-left: 5px; }
