<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px solid #A25965;
color: red;
height: auto;
width: 57%;
padding: 4px;
background: white;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
color: green;
height: auto;
width: 57%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset 
{
	-moz-border-radius: 5px; 
border: 0px solid blue; 
background: #6096a0;
}


.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 
font: 20px Tahoma;
padding: 2px 5px 2px 5px;
-moz-border-radius: 5px;
}


.buttonxxxx {
  background-color: #000000;
  border: none;
  color: ffff00;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}



.button
{
padding: 0px 10px;
background-color: #000000;
color: #fff000; 
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 4px 720px;
cursor: pointer;
font: Tahoma, Verdana, Segoe, sans-serif;
border: 2px solid black;
outline: #ffffff solid 2px;
}

.button:hover {
  background-color: blue;
  color: white;
}

/* Label */
label  { width: 800px; padding-left: 0px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 15px; 
float: left;

border: 2px solid #000000; 
border-top-color: #ffffff; 
border-left-color: #ffffff; 

color: #000000; 

font: 20px Tahoma, Verdana, Segoe, sans-serif;

-moz-border-radius: 3px;
}

.textbox
{
width:800px;
height:40px
}

.textbox2
{
width:800px;
height:300px
}

/* BR */

br { clear: left; }</pre></body></html>