
@-ms-viewport{
  width: device-width;
}

html {
    font: 90%/1.3 sans-serif;	
	padding:0;
	background:#fafafa;
}

body{
    margin:0;
    padding:0;
}

.transparent {
	position:relative;
	
	background-color:#CCC;
	padding:10px;
	left:15px;
        width: 100%; 
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
}

.pannel {
	z-index:-1;
	background:#fff;
	
	border:1px solid #eee;
	width:404px;
	height:480px;
	float:left;
	margin:1.0em;
	background:url(mana1.jpg) no-repeat;
	position:absolute;
	top:1em;
	left:31em;
	
}

.pannel2 {
	z-index:-1;
	background:#fff;
	
	border:1px solid #eee;
	width:410px;
	height:480px;
	float:left;
	margin:1.0em;
	
}

.pannel1 {
	z-index:-1;
	background:#fff;
	
	border:1px solid #eee;
	width:404px;
	height:480px;
	float:left;
	margin:1.0em;    
	background:url(globgol.jpg) no-repeat;
	position:absolute;
	top:1em;
	left:31em;
	
}
h1 {font-size:18px;margin-right:10px;}
.pannel h2{
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding-left:5px;
	
}
form {
	background:#fff;
	padding:5px;
	border:1px solid #eee;
	margin:5px;
        margin-right:10px;
        max-width:500px;  

}
.login {
	background:url(user.gif) no-repeat 97% 1em;
}
.contact {
	background:url(bebe.gif) no-repeat 97% 1em;
}
fieldset div {
	margin:2px 0;
	clear:both;
}


label {
	float:left;
        width:100%;    
	max-width:200px;
	text-align:left;
	margin-right:5px;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
        width:100%;
        max-width:400px;
}
.date input, .dateMom input, .dateDad input, .dateChild input {
	background-image:url(calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	margin-left:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
        float:left;
}
#submit-go:hover {
	background-position:0 -26px;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
.dropdown {
	background:#dad9d4 url(calendar.gif) no-repeat 2px 2px;
	border:1px solid #cac9c2;
	padding:5px;
	cursor:default;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	-moz-border-radius:0 2em 0 0;
	-khtml-border-radius:0 2em 0 0;
	border-radius:0 2em 0 0;
	width:100%;
        max-width:450px;
}

.dropdown .month {
	margin-left:48px;
	width:37%;
}
.dropdown .year {
	margin-left:1em;
	width:25%;
}
.dropdown .close {
	display:block;
	overflow:hidden;
	border:0;
	position:absolute;
	top:0.5em; right:1em;
	background:url(close.png) no-repeat 50% 50%;
	width:16px; height:16px;
	border:none;
	text-indent:-9999px;
}

.dropdown table {
	border-spacing:0;
	table-layout:fixed;
	empty-cells:show;
	margin-top:0.5em;
	width:100%;
}
.dropdown thead th {
	width:14%;
}

.dropdown tbody td {
	background:#fff;
	text-align:center;
	line-height:2;
	border:1px solid #dad9d4;
}
.dropdown tbody td.hover {
	background:#748098;
	color:#fff;
	cursor:pointer;
}
.dropdown .weekend {
	color:#f00;
}
.dropdown .today {
	border:1px solid #f00;
}
.dropdown .selected {
	background:#748098;
	color:#fff;
}