@charset "utf-8";

body {
	background-color: #212E37;
	background-image: url(images/bgg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-top: 0px;
	background-position:center top
}
.tdfootertel {
	text-align: right;
	height: 54px;
	width: 230px;
}
.footer2 {
	width: 394px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #415868;
	color: #CCCCCC;
	padding-left: 5px;
}


.tdtopright {
	text-align: right;
	vertical-align: bottom;
}
.tdflash {
	height: 208px;
	width: 501px;
}
.tdbanner {
	height: 208px;
	width: 269px;
}
.tdnews {
	height: 208px;
	width: 232px;
	background-color: #CCCCCC;
	text-align: center;
}
.tdnewstitle {
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	height: 20px;
	background-color: #C0C0C0;
}

.tdbody1 {
	width: 501px;
	background-color: #FFFFFF;
	vertical-align: top;
}


.tdlogo {
	height: 179px;
	width: 196px;
}
.tdbody2 {
	width: 269px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.tdbody3 {
	width: 232px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.tdmaintxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	text-align: justify;
	line-height: 17px;
}
.footerICS {
	width: 200px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #415868;
	color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.idoudi {
	font-family: Tahoma;
	font-size: 12px;
	color: #009999;
	font-weight: bold;
}

.idoudi:hover {
	color: #212E37;
}
.tdmaintxt2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFD200;
	padding-left: 65px;
	text-align: left;
	line-height: 17px;
}
.tdpic {
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tdmaintxt3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #0E6FA2;
	padding-left: 20px;
	text-align: left;
	line-height: 10px;
	padding-bottom: 10px;
}
.tis {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #125278;
}
.tdFORM {
	text-align: right;
}
.formdesign {
	border: 1px dotted #FFCC00;
}
.tdproducts {
	height: 72px;
	width: 242px;
}
.tdtxtproducts {
	background-color: #E2E2E2;
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
/*  background: #443833;*/
/*  width: 100%;*/
}

h1 {
	margin: 10px 0 20px;
	font-size: 16px;
}

/* the main layout */

#contentForm {
	display: block;
	width: 500px;
	margin: 70px auto;/*this line will center the page*/
	padding: 25px;
	/*  border: 1px solid black;*/
  background-color: #1c1c1c;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

