@charset "utf-8";

.clientForm {
    display:block;
    width:790px;
    padding:5px;
    margin:75px auto 0px auto;
    background-color:#CCC;
	border-bottom:1px #AAA solid;
	border-top:1px #EFEFEF solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clientForm #inner {
    padding:5px;
}

.clientDrop {
    float:right;
    width:200px;
    padding:4px 5px;
    margin-top:5px;
    margin-right:10px;
	background-color:#1f7fe4;
	border-bottom:1px #0c4cb0 solid;
	border-top:1px #4faff7 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clientDrop select {
    width:200px;
    padding:5px;
    font-weight: bold;
    border: 1px #FFF solid;
}
.clientInput {
    width:200px;
    padding:4px 5px;
    margin:5px;
	background-color:#1f7fe4;
	border-bottom:1px #0c4cb0 solid;
	border-top:1px #4faff7 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    
}
.clientInput.timeline {
    width:760px;
    margin-top:10px;
}
.clientInput input {
    width:190px;
    border:none;
    padding:5px;
    background-color:#FFF;
}
.clientInput.timeline input {
    width:750px;
}
.clientInput input.greyed {
    color:#777797;
}

.clientText {
    float:right;
    width:540px;
    height:149px;
    padding:4px 5px;
    margin:5px;
	background-color:#1f7fe4;
	border-bottom:1px #0c4cb0 solid;
	border-top:1px #4faff7 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clientText textarea {
    width:530px !important;
    height:139px !important;
    border:none !important;
    padding:5px !important;
    background-color:#FFF !important;
    margin:0px !important;
    border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
}
.clientText textarea.greyed {
    color:#777797;
}
.clientSubmit {
    float:right;
    display:block;
    width:98px;
    height:19px;
    margin:5px;
    padding:7px 6px 6px 6px;
    font-weight:bold;
    font-size:20px;
    background: #EFEFEF url(../images/bigleftArrow.png) no-repeat 95% center;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.clientSubmit:hover {
    background: #FFF url(../images/greenArrow.png) no-repeat 95% center;
}