/* Styles */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
	width: auto;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #616161;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	
	width: 200px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 1px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	text-align: left;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

/* Basic page styling, not part of the form example */
 
#container {
	margin: 0 auto;
	padding: 1em;
	 
	width:100%;
}

p#fm-intro {
	margin: 0;
}

.submit-button,
.submitstyle {
	border: 1px solid #333;
	padding: 1px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	text-align: left;
}

.istyle {	
	width: 200px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

/* Email to a Friend form */

#email-form {
    font-size: 14px;
}
#email-form .field {
    margin-bottom: 10px;
}
#email-form label {
    width: 150px;
    text-align: left;
    padding-left: 0;
}
#email-form input {
    width: 180px;
}
#email-form .message,
#email-form .captcha {
    margin-top: 20px;
}
#email-form .message label,
#email-form .captcha label {
    width: auto;
    float: none;
    display: block;
    margin: 5px 0;
}
#email-form .captcha .input input {
    width: 120px;
}
#email-form .submit {
    clear: both;
    width: 350px;
    text-align: right;
}
#email-form .submit input {
    width: auto;
}
#email-form .notice {
    padding-top: 1em;
    clear: both;
}
#email-form .error {
    padding-left: 1em;
    font-weight: normal;
    color: red;
}
#email-form #email_message {
    width: 350px;
    height: 100px;
}

 

