@charset "utf-8";
/* CSS Document */


/*----------------- CONTACT FORM - UNTIDY! ---------------------------------------------------------------------------------- */

#showketchup
{
width: 350px;
min-height: 300px;
padding-top: 20px;

}

#contact_form {width: 350px; height: 300px; }

#commentForm fieldset
{
border: none;

}


#commentForm div{ text-align: center;
clear: both;
min-height: 32px;
padding-top: 3px;

position: relative;
}

#commentForm div.bigbox{ text-align: center;
clear: both;
min-height: 110px;

position: relative;
}

#commentForm input
{float: left;

margin: 4px 0 4px 4px;
width: 200px;
min-height: 20px;
font-size: 16px;

    border: 1px solid #3b3b3b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 4px #363636;
    -moz-box-shadow: 0px 0px 4px #363636;
    -webkit-box-shadow: 0px 0px 4px #363636;
	}
	
	#commentForm input#verif_box
	{
	width: 100px;
	
	}

#commentForm textarea
 {
float: left;
 resize:none;
margin: 4px 0 4px 4px;
width: 200px;
min-height: 90px;
font-size: 16px;
border: 1px solid #3b3b3b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 4px #363636;
    -moz-box-shadow: 0px 0px 4px #363636;
    -webkit-box-shadow: 0px 0px 4px #363636;


}

#commentForm label { width: 100px; padding-top: 3px; float: left; font-size: 2.0em; color:#fff; 
font-family: "Courier New", Courier, monospace; font-weight: 300;}

div.message{
    
}

#commentForm div.error{
min-height: 10px;
width: 150px;
      background: #FF65C3;
  background: rgba(255, 101, 195, 1);
  
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    
    padding: 5px;
	font-size: 1.0em;
}




#commentForm .submit
{
margin: 5px 0 5px 105px; 
display:block; 
border:1px solid #000000; 
width:100px; 
height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
padding: 0 2px 2px 2px;

line-height:14px; 
background-color:#EFEFEF;
}


/* inout hover styles */
div.curFocus {
	background: url(../images/contentbg7.png) 0 0 repeat;
	}

#commentForm .curFocus label
{
color:#FF65C3;

}
#commentForm div.curFocus input, #commentForm div.curFocus select, #commentForm div.curFocus textarea, #commentForm div.curFocus checkbox
{
 outline: none;
    border: 1px solid #FF65C3;
    box-shadow: 0px 0px 4px #FF65C3;
    -moz-box-shadow: 0px 0px 4px #FF65C3;
    -webkit-box-shadow: 0px 0px 4px #FF65C3;
}

.curFocus .submitbutton
{
border: 2px solid #009900; 
}

#form_result
{
width: 300px;
min-height: 300px;
font-family: 'Love Ya Like A Sister', cursive; font-weight: 300;
color:#FF65C3;
font-size: 1.6em;
}