*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #8DB610;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 100%;
	font-size: 12px;
}


.inputbox{
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.inputbox img{
	width: 50%;
	margin-bottom: 35px;
}

.inputbox input{
	background-color: #8DB610;
	color: white;
	border-radius: 25px;
	width: 270px;
	height: 35px;
    border: 1px solid #FFFFFF;
    margin-top: 19px;
    padding-left: 15px;
	padding-right: 15px; 
	font-size: 14px !important;   
}

#subscribe{
	cursor: pointer;
	float: left;
}

#subscribe input{
	height: 15px;
	width: 15px;
}

#pwdForgetLink{
	float: right;	
	margin-top: 3px;
}

.placeholder{
	background-color: #8DB610;
	color: #EBEBEB;
	height: 45px;
}

a:link, a:visited {
	color:#FFF;
	text-decoration: none;
	margin-top: 10px;
	float:left;
}

a:hover {
	color:#666;
	text-decoration:none;
	cursor: pointer;
}

#submit{
	margin: 0 auto;
	width: 300px;
	text-align: center;
	background-color: #FFF;
	color: #8DB610;
	border-radius: 25px;
	width: 300px;
	height: 35px;
    border: 1px solid #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 19px;
}

#submit #login{
	line-height: 35px;
}


#main {
	overflow:auto;
	padding-bottom: 55px;
}  /* must be same height as the footer */


.deprecatedBrowser{
	width:490px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

h1{
	margin: 0;
	padding: 0;
}

.deprecatedBrowser .teaserIntro{
	font-weight: 500;
	font-size: 13px;
}

.teaserDesc{
	text-align: left;
	margin-top: 20px;
	font-size:13px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	width:0;
}
	

.infoBox{
	color: #666;
	padding: 7px;
	margin: 0 auto;
	width:800px;
	margin-top: 50px;
	min-height: 30px;
	cursor: pointer;
	background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    
     border:1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
   	font-size: 14px;
   	display:none;
}

.infoBox img{
	float: left;
	margin-right: 20px;
}


#adressField{
	background-color: white;
	color: #666;
	border-radius: 25px;
	width: 270px;
	height: 35px;
    border: 1px solid #8DB610;
    padding-left: 15px;
	padding-right: 15px; 
	font-size: 14px !important;   
}

#box{
	margin: 0 auto;
	width: 300px;
	text-align: left;
    margin-top: 19px;
}


.ui-dialog .ui-dialog-content {
    background-color: white;
    overflow: auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.ui-widget-header {
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border: 0;
    color: #666;
    font-weight: normal;
    height: 25px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar span{
	padding-top:3px;
}

.ui-dialog .ui-dialog-titlebar-close{
	border: 0px;
}

.ui-button-text-only .ui-button-text{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
}