﻿/*------------------------------------------------------------------
[Content Stylesheet]	-	contact-us.aspx

Project:	MiamiWebDesign.net
Version:	1.0
Date created:	2008-05-2008
Last change:	2008-05-2008
Author:	Tomasz Zeludziewicz
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. contact-us
2.form
-------------------------------------------------------------------*/

/* overwrite content background and change height. (default #content style is in masterStyles.css file) */
#content { height: 442px !important; background: transparent url(../Images/bg_contact_content.jpg) no-repeat !important; }

/*------------------------------------------------------------------
[1][contact-us]
-------------------------------------------------------------------*/
.contact-us { float: left; width: 400px; margin: 30px 0px 0px 40px; }
	.contact-us address { float: left; margin: 10px 0px 0px 20px; }
	
	/*------------------------------------------------------------------
	[VCARD]
	-------------------------------------------------------------------*/
	.vcard .org { text-decoration: none; font-style: normal; font-weight: bold; padding-bottom: 5px; display: block; }
	.vcard span { font-style: normal; padding: 3px 0px 3px 0px; }
	.vcard .tel, .vcard .email { display: block; padding-top: 8px; }
	.vcard a { color: white; }
	
/*------------------------------------------------------------------
[2][form]
-------------------------------------------------------------------*/
.form { float: left; width: 400px; margin: 70px 0px 0px 30px; }
	.form p { text-align: justify; font-size: 11px; }
	.form fieldset { margin-top: 20px; }
		.form fieldset .row { width: 400px; float: left; margin: 5px 0px 5px 0px; }
			.form fieldset .row span { display: block; float: left; width: 130px; text-align: left; }
				.form fieldset .row .star { color: yellow; display: inline; }
			.form fieldset .row input, .textarea { width: 210px; }
			.form fieldset .textarea { height: 75px; }
			.form .btn-blue { margin: 0px 55px 0px 0px; }
			