﻿ body 
{
    font-size:small;
}
p 
{
    margin-bottom:10px;
}
 .boxLen
 {
    width:269px;
 } 
  #subject
 {
   /*  width:560px; */
     margin-left:5px; 
     margin-top:10px; 
   /*  border-style:dashed; 
     border-width:thin; */
    
}
#subject ul
{
    list-style-type:none; 
    margin-left:0;
    white-space:nowrap;
    display:inline-block;
 
}

label {
    display: inline-block; 
    min-width: 5em;
}

#subRole
{
    width:96%;  
    margin-left:0px;
    margin-bottom:20px;
}
#finishedMsg
{
    display:none; 
    width:100%; 
    margin-top:0;
    text-align:center;
    color:Blue;
    
}
.error
{
    display:inline; 
    width:100%; 
    margin-left:5px;
    color:Red;
}
#rightContent
{
    width:48%; 
    float:right; 
   
}
#leftContent
{
    width: 40%; 
   
}
.button
{
    margin-top:15px;
}