
.noTop{
 margin-top:0px;
}

@font-face {
	font-family: Chunkfive;
	src: url('/css/Chunkfive.otf');
}

.threedee {
         text-shadow: -2px 2px 3px #1F78A4;
	 color: #CC0000;
	 font: 52px 'Chunkfive';
	}

.threedee2{
         text-shadow: 0px 0px 0px #1F78A4;
	 color: #cc0000;
	 font: 22px 'Chunkfive';
	}

body
{
    width: 960px;
    margin:20px auto 0 auto;
    font-size: 10pt;
}

/* To Hide default input type 'number' up/down arrows*/
/* For chrome, Safari, Edge, Opera */
form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For firefox */
input[type=number]{
    -moz-appearance: textfield;
}

.file_button
{
width:89px; position:absolute; visibility:hidden; border:0 none; border-size:0px; border-radius: 5px; outline:none; outline-width:0; outline-style:none; margin: 0; background-color:#FFFFFF";
}

.borrame
{
width:89px; border:0px solid #3D7BAD; border-radius: 5px; outline:none; outline-width:0; outline-style:none; margin: 0; background-color:#FFFFFF";
}

.file_text
{
width:120px; height:19px; border:1px solid #B8B8B8; border-radius: 5px; outline:none; background-color:#CCFFCC;
}

.submit_button
{
	border:1px solid #CC0000; 
	border-radius: 5px; 
	width:88px;
	background-color:#DDDDDD;
}
.submit_button:hover
{
	background-color:#EEEEEE;
}

  fieldset { 
     border:1px solid #999;
     border-radius:8px;
     box-shadow:0 0 10px #999;
   }

  legend {
        background:#fff;
  	text-align:right;
  }

  .icon-remove { color: red; }
  .icon-remove:hover { cursor: pointer; color: blue; }


p {
//	font-size: 115%;
//	width: 99%;
	text-align: justify;
	text-justify: inter-word;
}
li{
	text-align: justify;
	text-justify: inter-word;
}


/* FRODOCK's: 0% --> #00cc99     50% --> #0094FF     100% --> #00cc99*/
@-webkit-keyframes glowing {
  0% { background-color: #ff8080; -webkit-box-shadow: 0 0 3px #ff8080; }
  50% { background-color: #ff1a1a; -webkit-box-shadow: 0 0 10px #ff1a1a; }
  100% { background-color: #ff8080; -webkit-box-shadow: 0 0 3px #ff8080; }
}
@-moz-keyframes glowing {
  0% { background-color: #ff8080; -moz-box-shadow: 0 0 3px #ff8080; }
  50% { background-color: #ff1a1a; -moz-box-shadow: 0 0 10px #ff1a1a; }
  100% { background-color: #ff8080; -moz-box-shadow: 0 0 3px #ff8080; }
}
@-o-keyframes glowing {
  0% { background-color: #ff8080; box-shadow: 0 0 3px #ff8080; }
  50% { background-color: #ff1a1a; box-shadow: 0 0 10px #ff1a1a; }
  100% { background-color: #ff8080; box-shadow: 0 0 3px #ff8080; }
}
@keyframes glowing {
  0% { background-color: #ff8080 box-shadow: 0 0 3px #ff8080; }
  50% { background-color: #ff1a1a; box-shadow: 0 0 10px #ff1a1a; }
  100% { background-color: #ff8080; box-shadow: 0 0 3px #ff8080; }
}

button {
  -webkit-animation: glowing 500ms infinite;
  -moz-animation: glowing 500ms infinite;
  -o-animation: glowing 500ms infinite;
  animation: glowing 500ms infinite;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}
button:hover {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;

    border: none;
    background:#ff1a1a;
    box-shadow: 0px 0px 1px #777;
  }






