/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.contactbutton {
  color:#3e3e3e;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:middle;
  width:80px;
  height:30px;
  background-color:#f6eef3;
  border: 2px solid;
  border-color: #cc2680 #ac236d #cc2680 #ac236d;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.contactpage input {
  color:#3e3e3e;
  font-size:90%;
  font-family:Georgia,Times,serif;
  font-style:italic, bold;
  text-align:middle;
  padding:6px 6px; 
}


.contactpage textarea {
  color:#3e3e3e;
  font-size:90%;
  font-family:Georgia,Times,serif;
  font-style:italic, bold;
  text-align:middle;
  padding:6px 6px; 
}

.contactpage hr {
  width:50%
  height:1px
}