#confirm {
		font-family: Tahoma;
		font-size: 12px;
		margin: 10px;
}

#confirm div {
		overflow: hidden;
		clear: both;
		margin: 10px;
		text-align: center;
}

#confirm div span {
		font-weight: bold;
		color: #5698A3;
		display: block;
		text-align: left;
}

#confirm div input[type=submit] {
        font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #B4F3FF;
		padding: 3px;
		margin: 3px;
		color: #5698A3;	
		width: 100px;
		background: #B4F3FF url('/images/form-submit-background.png') repeat-x center top;				
}
