html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}
 
 body{
 	font-family:Verdana, Tahoma, Ariel;
	font-size: 12px;
	color:#808080;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background:#e1e1e1;
	text-align:center;
	height:100%;
	width:100%;
	background-image:url(/Templates/propertyHungaryV3/images/bg2.gif);

}

UL{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}

LI{
	padding:0px;
	margin:0px;
}


p{
padding:0px;
}
a{
	color:#333333;
}

a:hover{
	color:#000000;
}
a:visited{
	color:#333333;
}
.buttons{
font-family:Verdana, Tahoma, Ariel;
	background-color:#A41C10; 
	color:#FFFFFF;
	font-size:9px;
}




/*
.propertyTitle{
	font-family:Verdana, Tahoma, Ariel;
	font-size:10px;
	color:#990000;
	font-weight: bold;
	padding-left:15px;
	text-align:left;
	text-decoration:none;
}

.propertyDescription{
	font-family:Verdana, Tahoma, Ariel;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;
}
*/
.inputstyle{

border-color:#CCCCCC;
border-style:solid;
	border-width: 1px;
}

.borderedBox{
	border-style:solid;
	border-width: 1px;
	
	border-color: #CCCCCC;
	/*
	border-color: #425D8C;
	border-color: #CCCCCC;
	border-style:dotted;
	border-width: 3px;
	border-color: gray;
	*/
	padding-left:5px;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	height:auto;
}

.boxTitle{
	font-family:Verdana, Tahoma, Ariel;
	font-size:9px;
	color:#666666;
	font-weight: bold;
	text-decoration:none;
	display:inline;
	padding-left:10px;
	padding-right:5px;
}

.boxTitlehref{
	text-decoration:none;
}
.bargain{
	font-family:Verdana, Tahoma, Ariel;
	font-size:9px;
	color:#666666;
	font-weight: bold;
	text-decoration:none;
	display:inline;

	padding-right:5px;
}

.boxIntroduction{
	font-family:Verdana, Tahoma, Ariel;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-align:justify
}

#pageTitle{
	font-family:Verdana, Tahoma, Ariel;
	font-size:16px;
	text-transform: uppercase;
	color: #A41C10;
	text-align:left;
	font-weight:bolder;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:15px;
}

#pageDescription{
	font-family:Verdana, Tahoma, Ariel;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	
	padding-bottom:10px;
}
a.pageDescription{
text-decoration:none;
}
.PicTitle{
	font-family:Verdana, Tahoma, Ariel;
	font-size:9px;
	text-transform: uppercase;
	color: #A41C10;
	text-align:center;
	font-weight:bolder;
	padding-right:5px;	
}


/*    FORM     */ 
.form{
display: inline;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin:0px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	
}


form label { 
	display: block;  /* block float the labels to left column, set a width */
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
}

form input.custom{
color:#000000;
background:#CCCCCC;
border: 1px solid #999999;

}

form select {
 background:#CCCCCC;
 border: 1px solid #999999;
 color:#000000;
 font-size:12px;

}


form input#submit{ 
    border: 1px solid #666666;
    color: Black;
    background-color:#fefefe;
    font-size: 12px;
    vertical-align: middle;
}

form textarea {
background-color: #CCCCCC;
border: 1px solid #999999;
color:#000000;
}


/*   DIV content    */
div.shadow {
 	float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

