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

form {
	font-size: 1.1em;
	width: 30em;
}


/* fieldset styling */
fieldset {
	border : 1px solid #E5E5E5;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #515151;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
	width: 200px;
	margin-top: 0.1em;
}


input.radio, input.submit {
  width: auto;
}
select {
	margin-top: 0.3em;
	margin-bottom: 1.2em;
}


/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
	margin-top: 0.3em;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

/*
#cfName {
	margin-top: 0.3em;
	margin-bottom: 1em;
}
*/
#cfName, #cfCompany, #cfEmail, #cfCountry, #cfPhonenum, #cfRegarding, #cfMessage {
	width: 275px;
	margin-top: 0.3em;
	margin-bottom: 0.7em
}
#cfMessage {margin-bottom: 0em}

