﻿



		/* --------------- CONTACTFORM MODULE STYLES --------------*/
		
					
					/* >>> Title */
                    .contactFormTitle {
						font-family:Arial;
                        color:Black; 
                        font-weight:bold;
                        text-transform:uppercase;
                        font-size:18px;
                        padding-bottom:5px;
                        border-bottom:4px solid black;
                    } 
                    
                    /* >>> Label */
                    .contactFormLabel {
						font-family:Arial;
						font-size:11px;
						color:Black;
						font-weight:bold;
                    }
                    
                     /* >>> Inputbox */
                    .contactFormInput {
						font-family:Arial;
						color:Black;
						background-color:White;
						border:1px solid black;
                    } 
                    
                      /* >>> Inputbox */
                    .contactFormTextArea {
						font-family:Arial;
						color:Black;
						width:300px;
						height:150px;
						background-color:White;
						border:1px solid black;
                    } 
                    
                    /* >>> MessageBefore */
                    .contactFormMessage {
						font-family:Arial;
						font-size:11px;
						font-weight:normal;
						color:Black;	
						margin-bottom:10px;					
                    }
                    
                      /* >>> Notifications */
                    .contactFormNotification {
						font-family:Verdana;
						font-size:11px;
						font-weight:normal;
						color:Green;	
						margin-bottom:10px;					
						padding-top:10px;
                    }
			
			
			
			
			
			
		
		
		
		
		
		
