﻿@charset "utf-8";

/* ---------------------------------------------------------------------------------------
[Master Stylesheet]

Project:		Netrostar Ecommerce Template	
Version:		1.0
Date created:	6 October, 2008
Last change:	6 October, 2008

Table of Contents:

    Common Parts ( imported )	
	Pages
        Contact Us
	
--------------------------------------------------------------------------------------- */

/* common parts */
@import url(../Common/masters_common.css);
	
/* Contact Us - page
--------------------------------------------------------------------------------------- */
#_contact-us .contact-info { float: left; width: 600px; height:330px; background: #fff url(../../Images/world-contact.gif) no-repeat;  }
#_contact-us .contact-form { float: left; width: 350px;  }
    #_contact-us .form-title {float: left;width:350px; color:gray; text-transform:uppercase; font-weight: bold; font-size: 16px; padding-bottom: 8px; text-decoration: underline; font-family: Verdana;}
    #_contact-us .form-text {float: left;width:350px; padding-top: 5px; padding-bottom:5px;}

    /* overwrite default form-normal classes */
    #_contact-us .form-normal {padding-top:20px; width: 400px; }
        #_contact-us .form-normal .row { width: 400px; }
        #_contact-us .form-normal .button {padding-left:235px;}
	

