/* CSS Document for Contact Form Rotapanel */

body {

	margin: 0px;
	background: #ffffcc;
	}


#form_wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;

}

#contact_header {

width:800px;
height: 60px;
background:#FFFFFF url(images/header_contact.gif) no-repeat;
}


table, th, td, input, textarea, select, option, tr{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	vertical-align:text-top;
	padding:0px;
	margin:0px;
}


.countries {

width: 205px !important;
}

.languages {
width:100px !important;
}

.t {
height:30px;
font-weight:bold;
text-align:left;
padding:10px;
font-size:13px;
}

.f{
text-align:right;
padding:5px 5px 5px 0px;

}

.m {
font-style: italic;
text-align:right;
padding:5px 5px 5px 0px;
}

.n {
text-align:right;
padding:5px 5px 5px 0px;
font-weight:bold;
}


table.form_table {
width: 800px;
margin:0px;
padding:0px;

}

.input_field {
width:200px;
}

.comments_form {
width:400px !important;
height:100px !important;
}

.star {

color:#FF0000;
font-size:12px;
font-weight:bold;
}

.small {
font-size:10px;
}