/*
.box
	{ border: solid 1px #FF0000;	}

.box2
	{ border: solid 1px #0000FF;	}

.box3
	{ border: solid 1px #7C031A;	}

.padall10
	{ padding: 10px;		}

.offset10L
	{ margin-left: 10px;		}


.offset10T
	{ margin-top: 10px;		}
*/


.offset20L
	{ margin-left: 20px;	}

.offset30L
	{ margin-left: 30px;	}

.offset40L
	{ margin-left: 40px;	}


/*
.offset10R
	{ margin-right: 10px;		}

*/
.flatbtn
	{ border: solid 2px #7C031A;
	  background-color: #7D3134;
	  color: #FFFFFF;	}

.flatbtnEdit
	{ border: solid 2px #581A1C;
	  background-color: #B36B71;
	  color: #FFFFFF;
	   font-size: 9px;	}
/*
.wide40
	{ width: 40px;	}

.listselection
	{ color: #7C031A;
	  background-color: #E8E8E8;	  		}

.textcolor1
	{ color: #7C031A;	  		}

*/

.anonnote
	{ display: none; 
	  width: 270px; 
	  height: 100px; 
	  background-color: #FFFFCC; 
	  border: solid 3px #333333; 
	  padding: 10px;
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 99;		}

/*
.copy10
	{  font-size: 10px;		}

*/

.copy14
	{  font-size: 14px;		}

/*

.copy12
	{  font-size: 12px;		}
	
.copy16
	{  font-size: 16px;		}
*/



   /*Use with a full-width right column */
/*
#wide-right 
	{ width: 500px;
	  padding: 0px;
	  float: right;
	  display: inline;		}

*/

table
	{ text-align: left;	}	  

input, textarea, select
	{ font-size: 11px;  }

textarea
	{ font-family: Tahoma, Verdana, sans-serif;
	  width: 400px;
	  height: 54px;
	  margin-top: 6px;
	  margin-left: 20px;   }

.bolded
	{ font-weight: bold; 	}
	  
.texthide
  { font-size: 1px;
    color: #FFFFFF; }

img.reqdicon
  { border: 0; 
    padding-bottom: 1px;
    vertical-align: middle; }    
