/* Start of CMSMS style sheet 'wa : CSS form' */
/**** form expertise ****/

.experform fieldset {
	width: 230px;
	margin-top: 20px;
	margin-left: 8px;
	margin-right: 5px;
	margin-bottom: 0;
	float: left;
	text-align: left;
	padding-top: 0;
	border: 0;
}
.experform label {
	color: #333;
	text-align: left;
	font-style: normal;
}
.expmail {
	width: 230px;
	margin-top: 5px;
}
.experform input {
	width: 223px;
	padding:2px;
	color:#555;
	background: #f1f1f1;
	border:1px solid #dcdcdc;
	margin-top: 2px;
}
.experform input:hover {
	background: #fff;
	border: 1px solid #dcdcdc;
}
.experform input:focus {
	background: #fff;
	border: 1px solid #44a4da;
}
.expurl {
	width: 230px;
	margin-top: 5px;
}
.experform .fbsubmit {
	width: 75px;
	padding:4px;
	color:#333;
	background: url(uploads/wa/h2.png) repeat-x;
	border:1px solid #dcdcdc;
	margin-top: 26px;
	margin-right: 20px;
	float: right;
}
.experform .fbsubmit:hover {
	background: url(uploads/wa/nav-h.png) repeat-x;
	color:#fff;
	border:1px solid #dcdcdc;
	cursor:pointer;
}
.explink {
	width: 85px;
	float: right;
	margin-top: 40px;
	margin-right: 12px;
}
.explink a {
	color: #44a4da;
}
.explink a:hover {
	color: #ff9902;
}

#formexp {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
        border: 1px solid #dcdcdc;
}
/**** form expertise end ****/

/**** form contact ****/
.contactform fieldset {
	padding-top: 15px;
	padding-bottom: 10px;
	border: 0;
}
.contactform label {
	color: #484848;
	text-align: left;
	font-style: normal;
}
.contactform input {
	width: 223px;
	padding:2px;
	color:#333;
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	display:block;
	margin-top: 2px;
	margin-bottom: 5px;
}
.contactform input:hover {
	background:#fff;
	border:1px solid #44a4da;
}
.contactform input:focus {
	background:#fff;
	border:1px solid #ff9902;
}
.contactform textarea {
	width: 430px;
	height: 150px;
	color:#333;
	padding:5px;
	margin-top: 2px;
	background:#f9f9f9;
	border:1px solid #dcdcdc;
}
.contactform textarea:hover {
	background:#fff;
	border:1px solid #44a4da;
}
.contactform textarea:focus {
	background:#fff;
	border:1px solid #ff9902;
}
.contactform .fbsubmit {
	width: 90px;
	padding:5px;
	color:#333;
	background:#dcdcdc url(uploads/wa/h2.png) repeat-x;
	border:0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
}
.contactform .fbsubmit:hover {
	background: url(uploads/wa/nav-h.png) repeat-x;
	color:#fff;
	border:0;
	cursor:pointer;
}
.contactform .fbsubmit:focus {
	background:#e8e5ba;
	color:#ff9902;
	border:0;
}
/**** form contact end ****/

/* End of 'wa : CSS form' */

