.icon-modalerror {
	background-image: 		url('../../../data/images/icons/error.png');
	background-repeat:		no-repeat;
	background-position: 	50%;
	background-size:        32px 32px;
}

.icon-modalnotice {
	background-image: 		url('../../../data/images/icons/notice.png');
	background-repeat:		no-repeat;
	background-position: 	50%;
	background-size:        32px 32px;
}

.icon-modalquestion {
    background-image:       url('../../../data/images/icons/question.png');
    background-repeat:      no-repeat;
    background-position:    50%;
    background-size:        32px 32px;    
}

.icon-modalwarning {
	background-image: 		url('../../../data/images/icons/warning.png');
	background-repeat:		no-repeat;
	background-position: 	50%;
	background-size:        32px 32px;
}

.modalform {
    width:                  90%;
    height:                 100%;
    float:                  left;
    min-height: 			100px;
}

.modalimagebox {
    width:                  10%;
    float:                  left;
    min-height:             64px;
    min-width: 				32px;
}

.modalinput:not([type='radio']) {
	width: 					200px;
}

.modalinput[type='radio']{
	width: 					auto;
}

.modalinput-wide {
	width: 					300px;
}

.modalinputbox {
    float:                  left;
    width:                  100%;
    min-height:             25px;
}

.modallabelbox {
    width:                  100%;
    height:                 auto;
    float:                  left;
}

.modallabelbox label{
    line-height:            2;
    font-size:              14px;
}

.modalleft {
    width:                  20%;
    height:                 100%;
    float:                  left;
}

.modalright {
    width:                  80%;
    height:                 100%;  
    float:                  left;
}

.modaltextbox {
    font-size: 				12px;
    text-align: 			left;
    line-height: 			16px;
    height: 				auto;
}

.modaltextarea{
    height:                 250px;
    width:                  90%;
}

.modaltextarea-sm{
    height:                 100px;
    width:                  90%;
}

.modalselect{
    height:                 25px;
    min-width:              150px;
}

#messageModal{
    display:                none;
}
