/* Format the title text */
.title{font-family:Tahoma; font-size:13px;  color:#666666; font-weight:bold;}

/* Format the text about the required information */
.small{font-family:Tahoma; font-size:10px;  color:red; font-weight:none;}

/* Format the main text of the contact form */
.text{font-family:Tahoma; font-size:11px;  color:#666666; font-weight:bold; margin:0px 0px 0px 26px; padding:0px 5px 0px 0px; text-align:right; }

/* Format the text of the error messages */
.text2{font-family:Tahoma; font-size:11px;  color:#666666; font-weight:none; margin:0px 0px 0px 26px; padding:0px 5px 0px 0px; text-align:center; }

/* Format the look of the input fields and the text inside */
.input{font-family:Tahoma; font-size:11px;  color:#666666; font-weight:none; border:#333333 solid; border-width:1px; width:200px; height:20px}

/* Format the look of the textarea field and the text inside */
.tarea{font-family:Tahoma; font-size:11px;  color:#666666; font-weight:none; border:#333333 solid; border-width:1px; width:200px; height:100px}

/* Format the look of the buttons */
.button{font-family:Tahoma; font-size:11px;  color:#666666; font-weight:bold; border:#333333 solid; border-width:1px; background-color:white; cursor:hand}

/* Format the look of form table*/
.table{border:#333333 solid; border-width:0px; background-color:#FFFFFF;}

/* Format the border of the turing number box */
.button2{border:#333333 solid; border-width:1px;}

/* Format the title text */
.title2{font-family:Tahoma; font-size:14px;  color:#0DA501; font-weight:bold;}