/* Start of CMSMS style sheet 'theme: CMG Forms CSS' */
form {
	margin:15px;
	padding:10px 10px 20px 10px;
	background:none;
        border: none;
        width: 465px;
        border: 1px solid #5F1213;
        float: left;
}

.cmg_memberform{
width: 465px;
background: none;
border: none;
}

.cmg_memberform fieldset{
background: none;
padding: 10px 0 10px 10px;
margin-bottom: 10px;
border: none;
width: 443px;
}


label {
	display:block;
	font-weight:bold;
	margin:8px 10px 5px 0;
	color:#5F1213;
}


input,select {
	padding:4px;
	font:normal 1em Verdana,sans-serif;
	color:#666666;
	background:#fff;
        float: right;
         _margin-top: -25px;
}

*+html input{
margin-top: -30px;
}

*+html input{
margin-top: -30px;
}




textarea {
	width:350px;
	padding:4px;
	font:normal 1em Verdana,sans-serif;
	height:100px;
	display:block;
	color:#666666;
        float: right;
        _margin-top: -25px;
}

*+html textarea{
margin-top: -30px;
}

input,textarea,select {
	background:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#D4D4D4 #ebebeb #ebebeb #d4d4d4;
}
input.button {
	font:bold 12px Arial,Sans-serif;
	height:30px;
	margin:0;
	padding:2px 3px;
	color:#555;
	background:#E6E6E6;
	border-width:1px;
	border-style:solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

.submit{
width: 453px;
float: left;
text-align: right;
}

.fbsubmit{
background-color: #5F1213;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 0 0;
    padding: 5px 22px 6px 21px;
    text-decoration: none;

}


/* search form */
div.searchform form {
	background-color:transparent;
	border:none;
	margin:0;
	padding:12px 0 15px 8px;
	width:190px;
}
div.searchform form p {
	margin:0;
	padding:0 0 10px 0;
}
div.searchform form input.textbox, div.searchform form input {
	width:115px;
	color:#666666;
	height:18px;
	padding:2px;
	vertical-align:top;
}
div.searchform form input.button, div.searchform form input[type=submit] {
	width:60px;
	height:24px;
	padding:2px 5px;
	vertical-align:top;
}
/* End of 'theme: CMG Forms CSS' */

