/* CSS Document */

.right{
	text-align:right;
	}

.center {
	text-align:center;
	}
	
.form-group{
	padding-top:15px;
	padding-bottom:15px;
	}

.imedisabled {
	ime-mode:disabled;
}

.caption {
	font-size:24px;
	font-weight: bold;
	color: #ffffff;
}
/*
input{
	ime-mode:disabled;
	}
	
*/
.clear {
    clear:both;
}
