/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {		
                margin: 0 0 1em 0;
	padding: 0;
	}

 
	.form label {	       
                         width: 180px;
                         float: left;
                         text-align: left;
                         margin-right: 0em;
	         font-size: 15px;
                         line-height: 160%;
                         color:#363636;                  
        	}

                .form input.submit{
                 width:60px; height:20px; padding:1px; float:right; border: 1px solid;#ff0000;color:#ffffff;background-color:#FF0000; margin:2px 32px 0 0;	 
	}

	fieldset {
		border: 1px solid #e3173e;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
                          border: 1px solid #781351;
                          width: 4em
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}

	select {
		font-size: 100%; 
		font-family: arial, helvetica, verdana, sans-serif;   
                                margin: 0px;
                                border: 1px solid #C0C0C0;    
		padding: 2px 0px 2px 1px ;
                                width: 120px;
	}     
	
	input, textarea, inputtext2, inputtext1,button{
		font-size: 100%; 
                                margin: 0px;
                                border: 1px solid #C0C0C0;    
		padding: 2px 0px 2px 1px ;
                                width: 300px;
 	                font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
 	                font-style: normal;
	                color: #333333;
	                BACKGROUND-COLOR: #FFFFFF;
	                border: 1px solid #999999;
	}

                #cntnt01searchinput, .cntnt01searchinput  {
                                font-size: 100%; 
		font-family: arial, helvetica, verdana, sans-serif;   
                                margin: 2px 0 2px 0;
                                border: 1px solid #C0C0C0;    
		padding: 2px 2px 2px 2px ;
                  }


	#cntnt01searchimage {
		font-size: 70%; 
		font-family: arial, helvetica, verdana, sans-serif;   
                          margin: 2px 0 2px 0;
                          border: 1px solid #ffffff;    		
             }
	input, select {
		vertical-align:middle;

	}
        
	textarea {
		width: 300px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button,button {
		width: 10em;
		border: 1px solid #C0C0C0; 
		background-color: #e3173e;
                          color: #000000;
	}
	input.image {
		border: none;
		width: auto;
		height: auto;
                                background-color: #e3173e; 
	}
	
             input.submit {
width:60px; height:20px; padding:1px; float:right; border: 1px solid #ff0000;color:#ffffff;background-color:#FF0000; margin:2px 32px 0 0;	 
	}
.contactform #fbsubmit, .contactform .fbsubmit, .contactform  .fbsubmit3 {
		border: none;
		width: auto;                                
                                height: 2em;
                                background-color: #ffffff;
                                border: 1px solid #C0C0C0; 
                        }

    form div.submit {
		margin-left: 4.5em;
                          border: none;
	}
    form div.submit input {
		height: 1.2em;
                         width: 15em;
                         border: none;
                         margin-left: 4.5em;
	}

.error_message {
color:#ff0000;background-color:#FFFFFF; font-size: 80%;
}

/* END FORM ELEMENTS */
		
/* End of 'Forms' */

