/* CSS Document */
body {
   margin: 0px;
   padding: 0px;   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #5C5C5C;
   text-align: center; 
   background: url(../images/css/body.gif) repeat-x #F2F2F2;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: underline;
  color: #DA2321;
}
a:hover {
  text-decoration: none;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
   vertical-align:middle;
}
input,textarea  {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle; 
	color: #5C5C5C;
}
strong {
	font-weight: bold;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.no_image {
	float: left;
	width: 5px;
	margin: 0 5px 0 0;
	height: 10px;
}
/*Loading*/
.picture_wait{
    float: none;
    width: 124px;
    padding: 2px 0 0 11px;
    margin: 0;
    min-height: 20px;
    height: auto;
    background: #F6F6F6 url(../images/css/ajax-loader1.gif) no-repeat right;
    border: 1px solid #D3D3D3;
}

