/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

		.contactForm		{ width: 520px; height: 40px; position: relative; margin: 0 0 20px 0; }
		
			.contactLabel		{ font-family: 'CallunaRegular', Times New Roman, Times, serif; font-size: 16px; color: #686868; letter-spacing: 2px; text-transform: uppercase; position: absolute; top: 5px; }
		
			.contactField		{ width: 380px; height: 20px; position: absolute; left: 120px; font-family: Verdana, Trebuchet MS, Helvetica, Arial, Sans-serif; font-size: 14px; color: #FB759E; border: 1px solid #cecece; outline: 0 none; padding: 10px; margin: 0 0 20px 0; }
		
		.contactMessage		{ width: 500px; height: 170px; position: relative;  }
		
			.contactMessageField { width: 380px; height: 150px; font-family: Verdana, Trebuchet MS, Helvetica, Arial, Sans-serif; font-size: 14px; color: #FB759E; border: 1px solid #cecece; position: absolute; left: 120px;outline: 0 none; padding: 10px; }

		.required			{ font-family: 'CallunaRegular', Times New Roman, Times, serif; font-size: 12px; color: #686868; letter-spacing: 2px; position: absolute; bottom: 70px; }
		
		.contactSubmit		{ width: 100px; height: 40px; border: 1px solid #E25882; background: #FB759E; font-family: 'CallunaRegular', Times New Roman, Times, serif; font-size: 14px; color: #FFFFFF; letter-spacing: 2px; text-transform: uppercase; line-height: 10px; cursor: pointer; position: absolute; left: 20px; bottom: 20px; }
		
		.contactSubmit:Hover	{ width: 100px; height: 40px; border: 1px solid #FB759E; background: #F998B6; font-family: 'CallunaRegular', Times New Roman, Times, serif; font-size: 14px; color: #E25882; letter-spacing: 2px; text-transform: uppercase; line-height: 10px; cursor: pointer; position: absolute; left: 20px; bottom: 20px; }
