form {
    display: inline;
}

div.form {
  width: 95%;
	margin: auto;
	font-size: 1.2em;
	padding: 1em;
}

div.form fieldset {
	border: 1px solid #333;
    margin-bottom: 1em;
	padding: .5em;
	
}

div.form legend {
	padding: .5em;
	border: 1px solid #666;
	color: #000;
	background-color: #ccc;
}

.form-row {
	width: 95%;
	padding: .75em;
	margin: 0 auto;
}

.form-row input {
	width: 15em;
}
	


div.form label {
    display: block;
	font-weight: bold;
    vertical-align: middle;
    width: 12em;
}


button.submit {
	display: block;
	height: 31px;
	width: 142px;
	margin: 0 auto;
	padding: 0;
	border: medium none;
	color: #fff;
	font-weight: bold;
	background: transparent url(../images/green-button.png) no-repeat;
}

button.submit:hover {
	background-image: url(../images/green-button-hover.png);
	color: #cfc;
}
button.submit:active {
	background-image: url(../images/green-button-active.png);
	color: #cfc;
}



div.form fieldset label.generated {
	display: inline-block;
	float: right;
}

div.form fieldset label em {
    color: #c00;
}

.nonmatch {
	color: #e99;
}

input.error {
	border: 3px solid #c00;
}

input[type=checkbox].error {
	background-color: #c00;
}

ul.errorlist {
    display: inline;
    color: red;
    float: left;
}

em.error {
	padding-left: .5em;
	font-size: 75%;
	color: #c00;
}

ul.instructions {
	margin-top: 1em;
	list-style-type: disc;
	font-size: 80%;
}

ul.instructions ul {
	list-style-type: circle;
	list-style-position: inside;
}

/* password strength checking rules */

.password-meter {
	position: absolute;
	border: 1px solid #000;
	-moz-border-radius: .5em;
	background-color: #fff;
	top: 4em;
	right: -5em;
	width: 16em;
	display: none;
	
}

.password-meter h1 {
	font-size: 1.25em;
	background-color: #A3D175;
	border-bottom: 2px solid #000;
}

.password-meter-message {
	margin: 0 auto;
	font-weight: bold;
	color: #666;
}

.password-meter-bg, .password-meter-bar {
	height: .4em;
}

.password-meter-message-very-weak {
	color: #aa0033;
}

.password-meter-message-weak {
	color: #f5ac00;
}

.password-meter-message-good {
	color: #69c;
}

.password.meter-message-strong {
	color: #008000;
}

.password-meter-bg .password-meter-very-weak {
        background: #aa0033;
        width: 10%;
}
.password-meter-bg .password-meter-weak {
        background: #f5ac00;
        width: 30%;
}
.password-meter-bg .password-meter-good {
        background: #6699cc;
        width: 70%;
}

.password-meter-bg .password-meter-strong {
        background: #008000;
        width: 100%;
}

input, select, textarea {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border-radius: 4px;
    background-color:#EDECEB;
    border-color:#B3B3AE #EBEBE6 #EDEDE9 #BEBEB9;
    border-style:solid;
    border-width:1px;
    color:#666666;
    font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size:1em;
    margin:0;
    padding:0.4em 0.6em;
}

input[type=text]:focus,textarea: focus {
	background-color: #fff;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

form ul.errorlist {
	float: right;
	color: red;
}

tr.controls th {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 75%;
}

th.checkall .uncheck {
	color: #ccc;
}

ol.form-list li {
	padding: .5em;
}

form th, form  td {
	padding: 5px;
	text-align: left;
}

#profile-form{
    display: block;
}

#profile-form ul{
/*    border: solid red 1px;*/
}

#profile-form li{
    display: block;
    margin: 10px;
    line-height: 24px;
    overflow: hidden;
}

#profile-form label{
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    height: 30px;
}

#profile-form input, #profile-form textarea{
    display: block;
    float: left;
    width: 300px;
    margin: 0;
    text-align: left;
    margin-right: 10px;
}

#profile-form input[type=checkbox]{
    width: auto;
}

#profile-form button.submit{
    margin-left: 110px;
}

.button {
	background: transparent url(../images/green-button.png) no-repeat scroll left top;
	display: block;
	height: 31px;
	line-height: 2.1em;
	padding-bottom:20px;
	text-align:center;
	width: 142px;
}
.checkbox {
height:11px;
margin:0;
padding:0;
width:11px;
}