.request-call-page #fancyboxLabel {
    font-size: 24px;
    color: white;
	font-weight: bold;
}

.request-call-page label, 
.portal-creation-page label {
    display: block;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #FFFFFF;
    font-weight: bold;
}

.request-call-page input,
.request-call-page textarea,
.portal-creation-page input, 
.portal-creation-page textarea {
    width: 80%;
    height: 26px;
    display: block;
    border: none;
    background-color: #007AB5;
	padding: 0 10px;
	color: white;
}

.request-call-page textarea, 
.portal-creation-page textarea {
    font-size: 13px;
    height: 78px;
    resize: none;
}

.request-call-page #name, 
.portal-creation-page #name {
    width: 200px;
    margin-right: 10px;
    display: inline;
}

.request-call-page span, 
.portal-creation-page span {
    font-size: 17px;
}

.request-call-page #callbackForm>#sendBtnWrapper>#sendBtn, 
.portal-creation-page #callbackForm>#sendBtnWrapper>#sendBtn {
    margin-top: 10px;
    padding: 5px 92px;
    /*font-size: 20px;*/
}

.portal-creation-page #sendBtn {
    font-size: 12pt;
    background-color: #EF811A;
    border: 2px solid #EF811A;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 7px 30px;
	display: inline-block;
}


.request-call-page #sendBtn {
    font-size: 27px;
    background-color: #EF811A;
    overflow: hidden;
    width: 190px;
    height: 59px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    margin-top: 10px;
    padding: 5px 10px !important;
}


.request-call-page #sendBtn:hover, 
.portal-creation-page #sendBtn:hover {
    cursor: pointer;
}

.request-call-page .error input, 
.portal-creation-page .error input {
    border-color: #ff0000;
}

.portal-creation-page #okMes {
    margin-top: 30px;
	padding: 10px;
	font-size: 16px;
	background-color: #004F76;
	display: none;
}
.request-call-page #okMes {
    padding: 10px;
    font-size: 16px;
    background-color: #004F76;
    display: none;
    color: white;
}

.request-call-page #errorMes, 
.portal-creation-page #errorMes {
	margin-top: 10px;
    padding: 10px;
    background-color: #004F76;
	display: none;
}

.request-call-page #sendBtnWrapper, 
.portal-creation-page #sendBtnWrapper {
    /*text-align: center;*/
}

.request-call-page #loadGif, 
.portal-creation-page #loadGif {
    display: none;
}

.request-call-page .validationMessage, 
.portal-creation-page .validationMessage {	
	background: #fff;
    font-size: 12px;
    color: red;
}

.request-call-page p, 
.portal-creation-page p {
	margin: 0;
}
