/*   
Project Name: ukrepaj zdaj
Description: CSS made specialy for the party.mobitel.si by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</A>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
Copyrights: 2008 All Rights Reserved
*****
*/

/*====================================================*/
/* CSS WORK AROUNDS*/
/*====================================================*/
/*
Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser.
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*
By setting the HTML height to 100% and then adding a one-pixel margin to the bottom, 
you can force Firefox to draw a scroll bar. This prevents the annoying page jump that 
you might see on shorter pages in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}

/* end hiding from IE5 mac */


/*====================================================*/


/*====================================================*/
/* general */
/*====================================================*/

body {
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	border: 0;
}

.head {
	background-image: url(_images/pasicaTile.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.imeVnosnaPolja {
	font-size: 13px;
	color: #231F20;
}

.vnosnaPolja {
	font-size: 13px;
	color: #231F20;
	height: 20px;
	width: 233px;
	background-color: #FEE500;
	vertical-align: baseline;
	border: 1px solid #BCBEC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submit {
	height: 25px;
}

.error {
	color: #C10000;
}

