
/* DOODLE ART */
/* Modified to fit the DotNetNuke Admin portal */
div { margin: 0; padding: 0; position: relative; }
.doodles { background:url(/portals/0/Skins/rebel/img/global/doodle_bkgnd.png) center 0 no-repeat; height:100%; position:absolute; top:1; left:0; width:100%; z-index:1; }
.homeDoodles { background:url(/portals/0/Skins/rebel/img/home/doodle_bkgndHOME.png) center 0 no-repeat; height:100%; min-width:1020px; position:absolute; top:0; left:0; width:100%; z-index:1; }


select { border: 1px solid #ccc; color: #333; clear:both; display: block; font-size: 1em; height: 1.8em; margin: 0; padding: 0; width: 65%; }
/* input { background:transparent; border: 1px solid #ccc;  color:#339; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; height:1.8em; line-height:1em; margin:0 0 17px 10px; outline:none; padding:2px; width:65%;} */
fieldset { border: 0; clear: both; margin: 0 0 3em 0; padding: 0; }
label, legend { display:block; font-size:1.2em; line-height:1.46em; padding: 0 0 .5em 0;  }
textarea { background:transparent; border: 1px solid #ccc;  color:#339; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; line-height:1em; margin:0 0 17px; outline:none; padding:2px; width:65%; }
button { background: #069; border: none; color: #fff; cursor: pointer; font: inherit; font-size: 1em; font-weight: bold; margin: 0 10px 0 0; padding: 4px 6px; vertical-align: middle; }
button:hover { background-color: #a00f12; }
