#form {
   /* padding: 10px;*/
}

#form .field {
    margin-bottom:15px;
    clear: both;
    display: block;
    overflow: hidden;
}

/*
#form label{
    display: block;
    float: left;
    margin-right:10px;
    text-align: right;
    width: 150px;
    line-height: 35px;
    cursor: pointer;
}
*/


#form .required label:before {
    content: "* ";
    color: #cd0a0a;
}

#form .required label {
    font-weight: bold;
}
#form .checkbox{
    margin-top:10px;
}

#form .radio{
    margin-top:10px;
}

#form .input{
    width: 200px;
    float: left;
}
#form input[type="text"]:disabled {
    background: #f3f3f3;
    border:#ccc solid 1px;
    padding: 2px;
}
#form input.error, #form select.error, #accountInfo input.error {
    border: 1px solid #cd0a0a;
}
#form select {
   /* border: 1px solid #b9bdc1;
    font-family: inherit;
    font-weight: bold;
    color: #797979;*/
}

#form :focus{
    -webkit-box-shadow: 0px 0px 4px #aaa;
    -moz-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
}
#form .error:focus {
    -webkit-box-shadow: 0px 0px 4px #cd0a0a;
    -moz-box-shadow: 0px 0px 4px #cd0a0a;
    box-shadow: 0px 0px 4px #cd0a0a;
}
#form .gender-fields{
    padding-top:10px;
}

#form  span.error {
    color:red;
    padding-left:10px;
}

#form .info{
    margin-left:130px;
    font-style:italic;
    color: #999;
}

#accountInfo > fieldset:first-child {
    overflow: visible;
}

#form label.error, #accountInfo label.error {
    float: none;
    display: inline;
	padding-left: 10px;
}
#form label.error:before{
	content: none !important;
}

/* add group css */
.requiredLabel {
	font-weight:bold;
}

.newGroupFormContainer input[type="text"] {
	
	width:200px;
}
.newGroupFormContainer .inputRowContainer {
margin-top:5px;
}

.inputRowContainer:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.inputRowContainer .inputContainer input[type="radio"] {
margin:3px 3px 3px 4px;
}
.inputRowContainer .inputContainer span {
position:relative;top:-2px;
}

