HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/drawpictures.co.uk/public_html/css.txt

#contact-form {
	background: #EAEAEA;
	max-width: 250px;
	width: 100%;
	border-radius: 10px;
	padding: 20px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact-form h3 {
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#contact-form h1 {
	font-size: 1.5em;
}

div.form h3 {
	padding-left:10px;
}



input, textarea {  
  width: 100%;
  max-width:200px;
  padding: 9px;
  border: solid 1px #E5E5E5; 
  margin: 9px;     
  background-color: #CCCCCC;
   
}


input:hover, textarea:hover,  
input:focus, textarea:focus {   
  border-color: #C9C9C9;
  max-width:200px;
}

.text textarea:focus {
  color: #000;
}
  
.form label {   
  margin-left: 10px;   
  color: #999999;   
}  
  
.submit input {  
  width: 100%;  
  padding: 9px 15px;    
  font-size: 14px;  
  color: #FFFFFF;
  background-color: #11A7F2;
  border: 0;  
  border-radius: 2px;
}