/*-----------------------------------------------------------------------------
versiunea:  0.1
data:      08.2008
ultima modoficare: -
autor:    Bogdan Pantoc
web:       http://www.playtheballs.ro
-----------------------------------------------------------------------------*/

/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/

.clearfix:after {
   content: ".";             
   display: block;         
   height: 0;             
   clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
   display: inline-block;
}   

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */

* {
margin:0px;
padding:0px;
}
img {
	border:0px;	
}
body {
	font: Arial, Geneva, Helvetica, sans-serif;
	margin:0px;
  padding:0px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.inputit {
		border:1px solid #e4e4e4;
		width:165px;
	
	
}

.frmText {
	text-align:right; 
	padding-right:10px;	
	
}