﻿body {
}

.enquiryHeading {
    font-family: Helvetica;
    font-size: 16px;
    color: #fcca24;
    font-weight: bold;
    border-bottom: solid 1px #565656;
    line-height: 30px;
}

.thankYouForVisiting {
    font-family: Helvetica;
    font-size: 15px;
    color: #fdfdfc;
}

.allTheFields {
    font-family: Helvetica;
    font-size: 11px;
    color: #fcca24;
}


.labelsName {
    font-family: Helvetica;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    font-style: italic;
}

.labelsAstricks {
    font-family: Helvetica;
    font-size: 14px;
    color: #fdfdfc;
    font-style: normal;
}

.radioButtonLabelsName {
    font-family: Helvetica;
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    font-style: italic;
}

.button-holder a {
    float: right;
    display: block;
    width: 61px;
    height: 29px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial;
}


.resetBtn {
    /*width:45px;
     height:15px;
	font-family:Helvetica;
	font-size:14px;
	color:#fdfdfc;
	font-weight:bold;
	text-align:center;
    background-color:#1e2121;*/
    background: #1e2121;
    overflow: hidden;
    border: solid 2px #000000;
}

    .resetBtn span {
        position: absolute;
        width: 45px;
        height: 13px;
        font-family: Helvetica;
        font-size: 14px;
        color: #fdfdfc;
        font-weight: bold;
        display: block;
        opacity: 1;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 3px;
        padding-bottom: 3px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-align: center;
        background: none;
        z-index: 99999;
        top: 100px;
    }

    .resetBtn > span:last-of-type {
        top: 0;
    }

    .resetBtn span span:nth-of-type(1) {
        background: #fcca24;
        color: #000000;
        top: 100px;
        height: 150px;
        width: 134px;
        z-index: 1;
        position: relative;
    }

    .resetBtn > span:first-of-type {
        top: -11px;
        left: -32px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .resetBtn:hover > span:first-of-type {
        font-family: Helvetica;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        top: -128px;
        left: 113px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }


.button-holder-sendBtn a {
    float: right;
    display: block;
    width: 51px;
    height: 29px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial;
    text-align: center;
    color: #000;
}






.sendBtn {
    /*width:45px;
     height:15px;
	font-family:Helvetica;
	font-size:14px;
	color:#fdfdfc;
	font-weight:bold;
	text-align:center;
    background-color:#1e2121;*/
    background: #1e2121;
    overflow: hidden;
    border: solid 2px #000000;
}

    .sendBtn span {
        position: absolute;
        width: 35px;
        height: 10px;
        font-family: Helvetica;
        font-size: 14px;
        color: #fdfdfc;
        font-weight: bold;
        display: block;
        opacity: 1;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-top: 5px;
        padding-left: 3.5px;
        padding-right: 3px;
        padding-bottom: 3px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-align: center;
        background: none;
        z-index: 99999;
        top: 100px;
        color: #fff;
    }






    .sendBtn > span:last-of-type {
        top: 0;
    }

    .sendBtn span span:nth-of-type(1) {
        background: #fcca24;
        color: #000;
        top: 100px;
        height: 150px;
        width: 134px;
        z-index: 1;
        position: relative;
    }

    .sendBtn > span:first-of-type {
        top: -11px;
        left: -32px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        color: #000;
    }

    .sendBtn a:hover {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }



    .sendBtn:hover > span:first-of-type {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
        top: -128px;
        left: 113px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        color: #000;
    }


.textBoxEnterText {
    font-family: Helvetica;
    font-size: 14px;
    color: #737373/*#999999*/;
    font-weight: bold;
    border-bottom: solid 1px #000000;
    background-color: #1e2121;
    border-top: solid 1px #1e2121;
    border-left: solid 1px #1e2121;
    border-right: solid 1px #1e2121;
    line-height: 22px;
    padding-left: 0px;
    font-style: italic;
}


    .textBoxEnterText:focus {
        font-family: Helvetica;
        font-size: 14px;
        color: #999999;
        font-weight: bold;
        border-bottom: solid 1px #000000;
        background-color: #000;
        border-top: solid 1px #1e2121;
        border-left: solid 1px #1e2121;
        border-right: solid 1px #1e2121;
        line-height: 22px;
        padding-left: 0px;
        font-style: italic;
    }

.textMultilineBoxEnterText {
    font-family: Helvetica;
    font-size: 14px;
    color: #737373/*#999999*/;
    font-weight: bold;
    background-color: #1e2121;
    border: solid 1px #535454;
    line-height: 22px;
    font-style: italic;
}

    .textMultilineBoxEnterText:focus {
        font-family: Helvetica;
        font-size: 14px;
        color: #999999;
        font-weight: bold;
        background-color: #000000;
        border: solid 1px #535454;
        line-height: 22px;
        font-style: italic;
    }

.requiredText {
    font-family: Helvetica;
    font-size: 11px;
    color: #dcb123;
    text-align: right;
    padding-right: 2px;
    padding-top: 5px;
    visibility: hidden;
}

.requiredTextShow {
    font-family: Helvetica;
    font-size: 11px;
    color: #dcb123;
    text-align: right;
    padding-right: 2px;
    padding-top: 5px;
    visibility: visible;
}

.astrick {
    font-family: Helvetica;
    font-size: 11px;
    color: #dcb123;
    text-align: right;
}
