<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
input, textarea {  
	vertical-align:middle; 
}
textarea {
	font-family: monospace;
	line-height:1.5;  
}

label {
	margin-right: 10px;
}  
  
  

  
/* for IE6 */
* html input {
	vertical-align: -0.25em; 
}
  
  
/* for Safari3 */  
html:not(:only-child:only-child) input {  
    vertical-align:baseline;  
} 


/* for Safari2 */ 

html[xmlns*=""] body:last-child input {  
    vertical-align:baseline;  
}



.f-red {
  color: #CC0000; 
}

.lead,
.err_area,
table,
div.send {
  margin-left: 30px; 
}


.lead {
  margin-bottom: 20px; 
}

table {
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  margin-bottom: 30px;
}
table,
div.send {
  width: 600px;
}

p,div,th,td,table {
  word-break: break-all;
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid #CCC;
}
th {
  width: 1%;
  white-space: nowrap;
  border-right: 1px solid #CCC;
  padding-right: 20px;
}
td span {
  font-size: 80%; 
}

td p.error {
  font-weight: bold;
  margin: 4px 0 0!important;
  color: #CC0000;
  line-height: 20px;
  padding-left: 30px;
  background: url(../images/ico_alert.png) no-repeat 0 center;
}
td input,
td textarea {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #CCC;
  width: 380px;
  font-size: 16px;
}
td.error input,
td.error textarea {
  border: 1px solid #CC0000;
  background: #FFF7F7;
}

textarea {
  height: 150px; 
}
 
.err_area {
  margin: 0 0 20px 30px;
  color: #CC0000;
  width: 600px;
  
}
/*------------------------------------*/
.err_area:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.err_area { display: inline-block; }
/*------------------------------------*/

.err_area h5 {
  font-size: 16px;
  margin: 0 0 10px; 
}


.err_area ul {
}
.err_area li {
  list-style: none;
  margin-bottom: 5px; 
}



div.send {
  text-align: center; 
}
div.send input {
  width: 150px;
  padding: 10px 0;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}



p.thanks {
  text-align: center;
  margin: 50px 0;
}


@media screen and (max-width: 640px) {
	
.lead, .err_area,
table, div.send {
    margin-left: 0px;
}


#profile table,
#profile table th,
#profile table td {
    border: none!important;
		background: none!important;
}

table,
div.send,
div.err_area {
  width: auto;
}
table,
th,
td {
  border: none; 
  width: 100%
}

th,
td{
	display: list-item;
	border: none;
 list-style: none;
  padding: 0px 0 5px;
}
th {
  padding: 0px 0 5px!important; 
}

td {
  padding: 0px 0 10px!important; 
}

td input,
td textarea {
  width: 95%;
}

}</pre></body></html>