div#message { padding:1em 20px; border:2px solid #aaa; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; width:430px; margin-bottom:20px; } 
div#message h1 { font-size:1.9em; font-weight:bold; padding-left:30px; background:url(../images/icon-warning.png) left .2em no-repeat; } 
div#message p { font-size:1.4em; } div#message h2 { font-size:1.5em; font-weight:normal; } 
div#message ul { border-top:1px solid #aaa; padding-left:0; margin-left:16px; } 
div#message li { line-height:1; font-size:1.3em; color:#000; border-bottom:1px solid #aaa; padding:.5em 40px .5em 30px; background:url(../images/icon-file-warning.png) left center no-repeat; display:block; list-style:none; overflow:hidden; } 
div#message li span.file { float:left; } 
div#message li em { color:#666; font-style:italic; float:right; font-size:.9em; } 
.collapsible-heading { padding-left:15px; background:url(../images/icon-triangle.png) 0 6px no-repeat; cursor:pointer; } 
.collapsible-heading-collapsed { background-position:0 -84px; } 
.collapsible-heading-toggle { text-decoration:none; color:#333; } 
.collapsible-heading-status { position:absolute; left:-99999px; } 
.collapsible-content { overflow:hidden; } 
.collapsible-content-collapsed { display:none; }

/*custom upload elements*/
.customfile-input {font-size:0.9em; top: 0;position: absolute; width: 220px; height:30px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }
.customfile{-moz-box-shadow:0 0 3px 0 #241800;-webkit-box-shadow: #241800 0px 0px 3px 0px;box-shadow: 0px 0px 3px 0px;color: #241800;}
.customfile {font-size:0.9em; width: 212px; height:17px;background: #FECC4E; cursor: pointer; overflow: hidden; padding: 2px; border:1px solid #FFECBD;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position: relative;left:5px; behavior:url(/uploads/savane/File/PIE.htc);}
.customfile span{color:#3C2904;font-size:0.9em; cursor: pointer; overflow: hidden; padding: 2px; /*border:1px solid #FFECBD;  -moz-box-shadow:0 0 3px 0 #3C2904; -moz-border-radius:5px 5px 5px 5px;*/position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 0; font-size: 0.9em; color: #fff; font-style: italic; padding: 0; behavior:url(/uploads/savane/File/PIE.htc);}
.customfile-feedback-populated { color: #fff; font-style: normal; font-weight: normal; padding-left: 20px;  }
.customfile-button { border: 1px solid #999; font-weight: bold; float: right; width: 60px; padding: .3em .6em;  text-align: center; text-decoration: none;  font-size: 0.9em; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; behavior:url(/uploads/savane/File/PIE.htc);}
.customfile-hover .customfile-button, .customfile-focus .customfile-button  { color:#111;  padding: .3em .6em;  }
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }
