
/*------------- [ IDenticard Default Layout ] -------------*/
* { margin:0; padding:0; }
a img { border:0;}
a {	outline:none; text-decoration:none; }
:focus { outline:0; }

input { color:#595959; font-size:12px; font-family:Arial, sans-serif;}
select { color:#595959; font-size:12px; font-family:Arial, sans-serif;}

body{
	background:#4a6581;
	font-family:Arial, sans-serif;
	text-align:left;
	margin:0;
}


/* Table */
table { border-collapse:collapse; }
th 	  { padding:0; text-align:left; vertical-align:top; }
td    { padding:0;vertical-align:top; }

button{	cursor:pointer; }


/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

p {color:#595959; margin:0 0 0 0;}

/* Ordered/Unordered List */
ol, ul { list-style:none;}

h1
{
	font-size:2em;
	color:#004990;
	padding:10px 0;
	font-weight:normal;
	/*float:left;*/
}
/* Fonts style */
.middle-container { font-size:0.75em;}



/*.col2-set { font-size:0.7em;}*/
.page-head h3 { font-size:1.5em;}
.page-head-alt h3 { font-size:1.5em;}
h2 { font-size:1em; color:#595959;} /* added in 18 feb2010*/
h3 { font-size:1em; color:#595959;}
h4 { font-size:1em; color:#595959;}
h5 { font-size:1em; color:#595959;}
h6 { font-size:1em;}

