/* form.css */
/* form setup */
#contact_form{border: 1px solid #781351; width:550px; padding:5px 0 5px 0;background:#d9d9d9; margin:60px 0 20px 100px;}
/* labels  and inputs */
#contact_form ul {list-style-type:none; padding:0 0 0 18px;}
#contact_form ul li {margin-left:10px; padding:2px 0 2px 0;}
#contact_form ul li.code {margin:0 0 0 150px; font-size:80%;}

#contact_form label { margin-right:0px; width:9.9em; float:left; font-size:80%; padding:2px 15px 0 0; font-weight:600; color:#700000; }

#contact_form select{width:320px; border:1px solid #700000;}
#contact_form textarea {width:320px; height:150px; border:1px solid #700000; }

#contact_form input {  border: 1px solid #781351; width:250px; font-size:80%;}
.code_input {font-size:24px; }

.rd{background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}
.rl {background-color: #ffcccc; color: black;}

.gd{color: black;}
.gl{}
.white{}
/*  8888888888888888888888888888888888888888888888 KOSZ 88888888888888888888888888888888
.yellow {background:yellow;}
input {  border: 1px solid #781351; width:170px;}

input.red {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}
input.pink {background-color: #ffcccc;}
textarea.violet {background-color: #ccccff; font-size: 10px;}

option.red {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}
option.pink {background-color: #ffcccc;}
option .pink {background-color: #ffcccc;}{padding-left:10px;}
*/
