form.standard{
  font-family: verdana;
}

input[type="text"], input[type="password"], select, textarea {
    width:130px;
    height:16px;
    margin:1px;
    font-size:11px;
    border:1px solid #BFBEA9;
    background-color:#FCF7F5;
}

input[type="file"]{
    filter: alpha(opacity=0);
    opacity:0;
    height:24px;
    margin:1px;
    font-size:11px;
    border:1px solid;
    width:150px;
}

input[readonly=""]{
  color:#5A5A5A;
  background-color:#E1E1E1;
}

select[multiple="multiple"] > option{
  background-color:white;
}

div.field{
    clear:both;
    overflow:hidden;
    width:128px;
    height:16px;
    margin:1px;
    margin-top:4px;
    padding:1px;
    line-height:16px;
    font-size:11px;
    text-align:left;
    border:1px solid #BFBEA9;
    background-color:#FCF7F5;
}

input[type="button"], input[type="submit"]{
    height:22px;
    margin:1px;
    font-size:11px;
    background-color:#D7A9FF;
    border-radius:3px;
    -moz-border-radius:3px;
}

div.button{
    height:10px;
    background-color:#D7A9FF;
    margin:1px;
    margin-top:4px;
    margin-left:4px;
    padding:3px;
    line-height:10px;
    font-size:10px;
    text-align:left;
    border:2px outset #BFBEA9;
    border-radius:3px;
    -moz-border-radius:3px;
}

div.group{
    width:944px;
    margin:4px 1px 4px 1px;
    padding:1px;
    font-size:11px;
    border:1px solid #BFBEA9;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
    background-color:#EDE7F2;
}

div.title{
    margin:0px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
    font-size:11px;
    font-weight:bold;
	line-height:20px;
	width:100%;
    background-color:#D7A9FF;
    height:10px;
    border-bottom:10px solid #CA8DFF;
	text-indent:5px;
}

div.descriptions{
    line-height:25px;
    float:left;
    margin-left:5px;
}

div.fields{
    line-height:25px;
    float:left;
}


.tabbedGroup{
  width:640px;
  padding:7px 3px 2px 3px;
  border-radius:5px;
  margin:5px;
}

.tabbedGroup > .tabs{
  width:640px;
  height:21px;
  float:left;
}

.tabbedGroup > .tabs > div{
  width:80px;
  height:20px;
  float:left;
  border-top-left-radius:7px;
	border-top-right-radius:7px;
    font-size:11px;
    text-align:center;
    font-weight:bold;
	line-height:18px;
    background-color:#D7A9FF;
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
    margin:0 2px 0 0;
    padding-left:5px;
    padding-right:5px;
    cursor:pointer;
}

.tabbedGroup > .tabs > div:first-line{
  vertical-align:middle;
}

.tabbedGroup > .tabs > .active{
    background-color:#F3E4FF;
    border-bottom:1px solid #F3E4FF;
    padding-left:5px;
    padding-right:5px;
    color:#42005C;
    cursor:default;
}




.tabbedGroup > .tabPages > div{
  width:630px;
  border:1px solid silver;
  clear:both;
  display:none;
  padding:5px;
  background-color:#F3E4FF;
} 

.tabbedGroup > .tabPages > .active{
  display:block;
}

div.fix{
  clear:both;
  width:0px;
  height:0px;
  }
  

