/*-----------------Def lists for About page-------------*/
dl{
overflow:auto;
margin-bottom: 12px;
line-height: 20px;
}
dt {
font-weight: bold;
clear:left;
float: left;
}

dd {
float:left;
padding-left: 5px;
}

/*-----------------Contact form-------------*/

/* Form elements
 -----------------------*/
fieldset { border: none;}

input {width: 350px;}

input, textarea {
border: 1px solid #ccc;
padding: 5px;
margin: 10px 0 0 0;
float:left;

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

input:focus,
textarea:focus  {background:#dbe7ef;}

textarea { font: 12px verdana, arial, helvetica, sans-serif; width: 350px;}

label { 
display:block;
margin:12px 0 0;
font-weight: bold;
float:left;
clear:left;
width:90px;
}

label span {
font-size: 9px;
font-weight:normal;
}

#telephone, #url-label { /*this is for spam bots*/
display:none;
}

/*Alternate--*/

#alternate{
margin-top: 30px;
} 

#alternate ul{
list-style-type: disc;
margin-left: 20px;
}

.protect {
unicode-bidi:bidi-override; direction: rtl;
}

 /* User feedback
 -----------------------*/
.oops           {padding:10px; font-weight:700; color:#c13535; border: #c13535 solid 1px;}
div.error       {clear: left; font-size:.8em; font-weight:700; padding:5px 0 0; color:#c13535; margin:0 0 0 90px;}

/*---------------Link Me---------------*/
.links {margin-left: -5px;}
.links img {margin: 5px;}
