/* 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 {		
                                font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}

 
	label {	       
                         width: 4em;
                         float: left;
                         text-align: left;
                         font-size: 100%;
                         margin-right: 0em;
                         line-height: 1.3em;                         
                         	}
	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;
	}
     
	
	input, select, textarea, inputtext2, inputtext1,button{
		font-size: 100%; 
		font-family: arial, helvetica, verdana, sans-serif;   
                                margin: 0px;
                                border: 1px solid #C0C0C0;    
		padding: 2px 0px 2px 1px ;
	}
                #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:0px solid #e3173e;
		background-color: #e3173e;
                          color: #000000;
	}
	input.image {
		border: none;
		width: auto;
		height: auto;
                                background-color: #e3173e; 
	}
	
             input.submit {
		border: none;
		width: auto;
                                padding: 5px;		 
	}
.contactform #fbsubmit, .contactform .fbsubmit, .contactform  .fbsubmit3 {
		border: none;
		width: auto;                                
                                height: 2em;
                                background-color: #ffffff;
                        }

    form div.submit {
		margin-left: 4.5em;
                          border: none;
	}
    form div.submit input {
		height: 1.2em;
                         width: 15em;
                         border: none;
                         margin-left: 4.5em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Forms' */

