/*body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}  */


.clear{
	clear:both;
}

#main-container{
color:#505050;
	font-size:13px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	width:380px;
	margin:0px 0px;
}

#form-container{
	background-color:#ffffff;
	padding:0px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td.tdb{
	white-space:nowrap;
}


h1.h1b{
	color:#505050;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2.h2b{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#505050;
	margin-bottom:5px;
	
	border-bottom:1px solid #eeeeee;

	padding-bottom:5px;
}

label.labelb{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td.tdb > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:300px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
#loadingcall{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
