html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, sub,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 70%;
  font-family: inherit;
  vertical-align: text-top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

/****************************************
	DEFAULTS
****************************************/
body {
	text-align: left;
	margin: 0 auto;
	padding:0;
	height: 2500px;		/* Make sure we always have a scroll bar so the page does not jump left/right */
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	color: #333333;
	background: url("http://www.streamlinereo.com/images/backgrounds/color_grey_92.jpg");
}
.linktext {
	color: #890814;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}

a {
	color: #890814;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	color: #d22135;
}
a:hover,
a:focus {
	color: #d22135;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	font-size: 140%;
}
.mceNoEditor,
textarea,
input[type="text"],
input[type="password"],
select {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #cccccc;
	color:#666666;
}
.mceNoEditor:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
	border: solid 1px #890814;
	background: #e4ecf5;
	color:#333333;
}

input[type="submit"]:visited,
input[type="submit"],
.submit_button:visited,
.submit_button {
	text-decoration: none;
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#902e35;
	border: 1px solid #902e35;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 16px;
	padding: 0px 4px 2px 4px;
	margin: 2px 0px 2px 0px;
	cursor: pointer;
}
.submit_button:hover,
.submit_button:focus,
.submit_button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	text-decoration: underline;
	background: #0154a4;
	border: 1px solid #0154a4;
	color: #ffffff;
}

.big_submit_button:visited,
.big_submit_button {
	vertical-align: middle;
	text-decoration: none;
	font: 15px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#902e35;
	border: 1px solid #902e35;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	width: auto;
	height: auto;
	padding: 0px 4px 2px 4px;
	cursor: pointer;
}

.big_submit_button:hover,
.big_submit_button:focus,
.big_submit_button:active {
	text-decoration: underline;
	background: #0154a4;
	border: 1px solid #0154a4;
	color: #ffffff;
}

input[type="button"]:visited,
input[type="button"] {
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #c0c0c0;
	border: 2px outset #c0c0c0;
	width: auto;
	height: auto;
	padding: 0px 4px 2px 4px;
	margin: 2px 0 2px 0;
}
input[type="button"]:active,
input[type="button"]:hover,
input[type="button"]:focus {
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #d8d8d8;
	border: 2px outset #d8d8d8;
	width: auto;
	height: auto;
	padding: 0px 4px 2px 4px;
	margin: 2px 0 2px 0;
}
.cancel_button {
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 18px;
	padding: 2px 6px 2px 6px;
	margin: 2px 0 2px 2px;
	cursor: pointer;
}
.cancel_button:hover,
.cancel_button:focus {
	background: #cccccc;
}

.table_button:visited,
.table_button {
  text-decoration: none;
  font-weight: bold;
  font-size: 8px;
  color: #1A419D;
  background: #EBF1F4;
  border: 1px solid #1A419D;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  height: 8px;
  padding: 0px 3px 0px 3px;
  margin: 4px;
  cursor: pointer;
}
.table_button:hover,
.table_button:focus,
.table_button:active {
  text-decoration: underline;
  color: #FFFFFF;
  background: #0154a4;
  border: 1px solid #0154a4;
}

.green_table_button:visited,
.green_table_button {
  text-decoration: none;
  font-weight: bold;
  font-size: 8px;
  color: #1A9D41;
  background: #EBF4F1;
  border: 1px solid #1A9D41;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  height: 8px;
  padding: 0px 3px 0px 3px;
  margin: 4px;
  cursor: pointer;
}
.green_table_button:hover,
.green_table_button:focus,
.green_table_button:active {
  text-decoration: underline;
  color: #FFFFFF;
  background: #01a454;
  border: 1px solid #01a454;
}

.red_table_button:visited,
.red_table_button {
  text-decoration: none;
  font-weight: bold;
  font-size: 8px;
  color: #9D1A41;
  background: #FFDDDD;
  border: 1px solid #9D1A41;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  height: 8px;
  padding: 0px 3px 0px 3px;
  margin: 4px;
  cursor: pointer;
}
.red_table_button:hover,
.red_table_button:focus,
.red_table_button:active {
  text-decoration: underline;
  color: #FFFFFF;
  background: #902e35;
  border: 1px solid #902e35;
}



.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:98%;
}

.input-textarea {
	height: 200px;
}
.centertable {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  border: none;
}
.footertable {
  text-align: center;
  font-size: 9px;
  width: 100%;
  vertical-align: middle;
  border: none;
}
.righttop {
  text-align: right;
  vertical-align: top;
}
.centertableborder {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.topmenutable {
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
}
.pagediv {
  text-align: center;
  width: 100%;
}
.maincell {
  text-align: center;
  width: 1100px;
  background: #ffffff;
}
.basictable {
  border: 1px solid #000000;
}
.basicinnertable {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.basicinnertablehead {
  border-right: 1px solid #000000;  
  border-left: 1px solid #000000;  
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #c4ccf5;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basicinnertablecella {
  border-right: 1px solid #000000;  
  border-left: 1px solid #000000;  
  border-top: 2px solid #000000;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #d4dcf5;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basicinnertablecellb {
  border-right: 1px solid #000000;  
  border-left: 1px solid #000000;  
  border-top: 2px solid #000000;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #e4def5;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basictabledoubleborder {
  border: 2px solid #000000;
}
.lookupresults {
  border-top: 1px dotted #777777;
  padding: 2px 5px;
}
.basictablenoborder {
  border: none;
}
.calendarDateInput {
  padding: 1px;
}
.navigationtable {
  border: none;  
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
}
.basictablehead {
  border: 1px solid #000000;  
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px 3px 5px; /* top/right/bottom/left */
}
.basictablefoot {
  border: 1px solid #000000;  
  text-align: left;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
}
.basictablecell {
  border: 1px solid #000000;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basicfullrow {
  border-top: 1px solid #000000;  
  border-bottom: 1px solid #000000;  
  color: #000000;
  padding: 0px;
}
.basictablecellnotes {
  border: 2px ridge #cccccc;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 5px;
}
.basictablelabel {
  border: 1px solid #000000;  
  text-align: left;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basictablecellnoborder {
  border: none;
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.basictablelabelnoborder {
  border: none;  
  text-align: left;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
  padding: 1px 5px;
}
.linktablehead {
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
}
.linktableheadsorted {
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  color: #ff0000;
  vertical-align: middle;
}
.basictablecella {
  border: 1px solid #000000;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #d8d8d8;
  vertical-align: top;
}
.basictablecellb {
  border: 1px solid #000000;  
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #e8e8e8;
  vertical-align: top;
}
.righttop {
  text-align: right;
  vertical-align: top;
}
.rightmiddle {
  text-align: right;
  vertical-align: middle;
}
.centermiddle {
  text-align: center;
  vertical-align: middle;
}
.leftbottom {
  text-align: left;
  vertical-align: bottom;
}
/* **********************
For rounded boxex, top (title) is in boxcolor1, and content is in boxcolor2
The images that make the corners are:
  tl_navcorner_20.gif  (tl = top left)
  tr_navcorner_20.gif  (tr = top right)
  bl_navcorner_20.gif  (bl = bottom left)
  br_navcorner_20.gif  (br = bottom right)
The box has "9" cells:
  tl   title   tr
  l    info    r
  bl   empty   br
********************** */
.savemesg {
  background-color: #000000;
}
.tooltip {
  background-color: #e0ffe0;
}
.boxcolor1 {
  background-color: #ffffff;
}
.boxcolor2 {
  background-color: #ffffff;
}
.boxtitle {
  text-decoration: underline;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.groupbox {
  border: 3px outset #888888;
  padding: 10px;
  background-color: #ddddff;
}
.loginbox {
  border: 5px outset #888888;
  padding: 20px;
}
.boxtext {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
.greywindow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2000px;
  background: url("http://www.streamlinereo.com/images/overlay1.gif");
  background-color: #666666;
  opacity: .7;
  z-index: 900;
}
.disabledicon {
  opacity: .6;
  color: grey;
}
.editorlabel {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;		/* White */
  background-color: #666666; /* dark gray */
  background: #666666; /* dark gray */
  width: 100%;
  text-align: left;
  padding: 3px 0px 3px 3px;		/* top right bottom left */
}
.editorsublabel {
  background: #ffffff;
  color: #72a0cc;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  text-align: left;
  text-decoration: underline;
  padding: 3px 0px 9px 13px;		/* top right bottom left */
}
.editorsectionhead {
  background: #ffffff;
  color: #444444;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  padding: 3px 0px 9px 3px;		/* top right bottom left */
}

/* THESE ARE FOR TABLES ON THE PUBLIC SIDE */
.buyercell {
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  background: #ffffff;
  text-align: left;
  padding: 2px 10px 2px 0px;		/* top right bottom left */
}
.buyerinfo {
  font-weight: normal;
  font-size: 11px;
  color: #0000ff;
  background-color: #ffffff;
  background: #ffffff;
  text-align: left;
  padding: 2px 20px 2px 20px;		/* top right bottom left */
}
.indentcell {
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  background: #ffffff;
  width: 100%;
  text-align: left;
  padding: 5px 0px 5px 20px;		/* top right bottom left */
}
/* Last pixel on blue gradient RGB: c9999d/b7da89/72a0cc */

.tosbanner {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;		/* White */
  background: #72a0cc url("http://www.streamlinereo.com/images/backgrounds/blue_gradient.gif") repeat-y;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 10px;		/* top right bottom left */
}
.toscell {
  font-size: 11px;
  width: 100%;
  text-align: justify;
  padding: 5px 15px 10px 15px;		/* top right bottom left */
 }
.redbanner {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;		/* White */
  background: #c9999d url("http://www.streamlinereo.com/images/backgrounds/red_gradient.gif") repeat-y;
  width: 100%;
  text-align: left;
  padding: 0px;		/* top right bottom left */
}
.titlecell {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;		/* White */
  background: #c9999d url("http://www.streamlinereo.com/images/backgrounds/red_gradient.gif") repeat-y;
  width: 100%;
  text-align: left;
  padding: 5px 0px 5px 5px;		/* top right bottom left */
}
.labelcell {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;		/* White */
  background: #72a0cc url("http://www.streamlinereo.com/images/backgrounds/blue_gradient.gif") repeat-y;
  width: 100%;
  text-align: left;
  padding: 3px 0px 3px 10px;		/* top right bottom left */
}
.innercell {
  text-align: left;
  padding: 3px 3px 3px 3px;		/* top right bottom left */
}
.errorcaption {
  font-weight: bold;
  font-size: 13px;
  color: #ff0000;		/* RED */
}
.reooverdiv {
  border: 2px outset #000000;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
/** COMPARABLE TABLE HEAD CELLS **/
.comparabletable {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.comparablelabel {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: none;
  padding: 3px 0px 3px 3px;		/* top right bottom left */
}
.comparabletablehead {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 9px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0px 0px 0px 3px;		/* top right bottom left */
}
.comparabletableheaditem {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 9px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: none;
  padding: 0px 0px 0px 3px;		/* top right bottom left */
}
.comparabletableheadadj {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  font-size: 9px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: 1px solid #cccccc;
  padding: 0px 3px 0px 0px;		/* top right bottom left */
}
/** COMPARABLE TABLE ITEM CELLS **/
.comparabletableitemcell {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 9px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0px 3px 0px 3px;		/* top right bottom left */
}
.comparabletablesubjectcell {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  font-size: 9px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.comparabletablecompcell {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  font-size: 9px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #cccccc;
  border-right: none;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.comparabletableadjcell {
  text-align: right;
  vertical-align: middle;
  font-weight: normal;
  font-size: 9px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #cccccc;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
/******************************************
 * TABLE FOR OFFER/COUNTEROFFER
 ******************************************/
.offercell {
  border-bottom: 1px solid #000000;
  text-align: right;
  font-weight: bold;
  font-size: 9px;
  background: #ffffff;
  vertical-align: middle;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.offercella {
  border-bottom: 1px solid #000000;
  text-align: right;
  font-weight: normal;
  font-size: 9px;
  background: #d8d8d8;
  vertical-align: middle;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.offercellb {
  border-bottom: 1px solid #000000;
  text-align: right;
  font-weight: normal;
  font-size: 9px;
  background: #e8e8e8;
  vertical-align: middle;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
/******************************************
 * TABLE FOR SEARCH
 ******************************************/
.searchcell {
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  background: #ffffff;
  vertical-align: top;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.helpfultip {
  text-align: left;
  font-weight: normal;
  font-style: italic;
  font-size: 9px;
  background: #ffffff;
  vertical-align: top;
  padding: 1px 3px 1px 3px;		/* top right bottom left */
}
.iframeloader {
  border: 0; 
  height: 0; 
  width: 0; 
  padding: 0; 
  position: absolute; 
  visibility: hidden;
}
.attachment_progress_box {
  width: 100px;
  height: 11px;
  position: relative;
  vertical-align: middle;
  float: right;
  margin-top: 7px;
  background: #cccccc;
  visibility: hidden;
  z-index: 10;
}
.attachment_progress_bar {
  width: 1px;
  height: 100%;
  position: relative;
  background: #00df00;
  visibility: hidden;
  z-index: 20;
}
.attachment_name {
  margin-top: 4px;
  float: right;
  margin-right: .5em;
}
.attach_table {
  vertical-align: bottom;
  text-align: left;
  background: #ffffff;
}

/****************************************
	DROP DOWN MENU LINKS
****************************************/
.selectedanchor{
  background: #b6bdc4;
}
.anylinkmenu{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100; /* zIndex should be greater than that of shadow's below */
  background: #e4ecf5;
  width: 200px; /* default width for menu */
}
.anylinkmenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.anylinkmenu ul li a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
}
.anylinkmenu a:hover{ /*hover background color*/
  background: black;
  color: white;
}
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkmenucols{
  position: absolute;
  width: 350px;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 1px solid black;
  padding: 10px;
  font: normal 12px Verdana;
  z-index: 100; /*zIndex should be greater than that of shadow's below*/
  background: #E9E9E9;
}
.anylinkmenucols li{
  padding-bottom: 3px;
}
.anylinkmenucols .column{
  float: left;
  padding: 3px 8px;
  margin-right: 5px;
  background: #E0E0E0;
}
.anylinkmenucols .column ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99; /*zIndex for shadow*/
  background: black;
  visibility: hidden;
}
.faqquestion {
  background-color: white;
  color: #890814;
  font-size: 15px;
  font-weight: bold;
}
.faqanswer {
  background-color: white;
  color: #3950cc;
  font-size: 11px;
  padding: 0px 0px 5px 15px;		/* top right bottom left */
}
