

.button,.ui-input-btn,textarea.ui-input-text {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}

.page-header {
	background-color:#cfc;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border:3px;
}

textarea.ui-input-text{
	width: 70%;
	height: 200px;
}
.ui-input-text,.ui-input-btn{
	width: 40%;
	margin-left:auto;
	margin-right:auto;
	
}

.ui-collapsible{
	margin-left:auto;
	margin-right:auto;
}

.ui-select{
	width:40%;
	margin-left: auto;
	margin-right: auto;
}

.ui-content{
	text-align:center;
}

.message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: 100%;
     border: 1px solid;
     color: #fff;
     padding: 15px;
     position: fixed;
     _position: absolute;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     animation: animate-bg 5s linear infinite;
}

.info{
     background-color: #4ea5cd;
     border-color: #3b8eb5;
}

.error{
     background-color: #ffdddd;
     border-color: #ff0000;
}
     
.warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.success{
     background-color: #ddffdd;
     border-color: #00ff00;
}

.message h3{
     margin: 0 0 5px 0;                                                  
}

.message p{
     margin: 0;                                                  
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.button,.ui-input-btn,textarea.ui-input-text {
		width: 90%;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-header {
		background-color:#cfc;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		padding:2px;
	}
	.ui-input-text,.ui-input-btn,.ui-btn{
		width: 90%;
		margin-left:auto;
		margin-right:auto;
	
	}
	.ui-select{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ui-content{
		text-align:center;
	}

}